This repository has been archived by the owner on Feb 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
105 lines (105 loc) · 3.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "vibhaag",
"version": "0.1.0",
"engines": {
"node": "10.x"
},
"scripts": {
"heroku-prebuild": "npm install",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"dependencies": {
"accesscontrol": "^2.2.1",
"availity-reactstrap-validation": "^2.0.4",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"chart.js": "^2.7.2",
"chartjs-plugin-datalabels": "^0.3.0",
"classnames": "2.2.6",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cors": "^2.8.5",
"css-loader": "^2.0.0",
"dotenv": "^6.2.0",
"draft-js": "^0.10.5",
"eslint": "^4.19.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.47.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.8.2",
"express": "^4.16.4",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"fine-uploader": "^5.16.2",
"firebase": "^5.9.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"generate-password": "^1.4.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.0.0",
"moment": "2.22.2",
"mongodb": "^3.1.11",
"mongoose": "^5.4.4",
"node-sass": "^4.8.3",
"nodemon": "^1.18.9",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"rc-slider": "^8.6.1",
"rc-switch": "^1.6.0",
"react": "^16.4.1",
"react-autosuggest": "^9.3.4",
"react-big-calendar": "^0.19.2",
"react-chartjs-2": "^2.7.4",
"react-circular-progressbar": "^1.0.0",
"react-contextmenu": "^2.9.4",
"react-datepicker": "^1.5.0",
"react-dom": "^16.4.1",
"react-fine-uploader": "^1.1.0",
"react-headroom": "^2.2.4",
"react-hot-loader": "^4.1.3",
"react-intl": "2.4.0",
"react-lines-ellipsis": "^0.13.2",
"react-loadable": "5.4.0",
"react-mousetrap": "^0.2.0",
"react-perfect-scrollbar": "^1.1.1",
"react-quill": "^1.3.1",
"react-rater": "^5.0.3",
"react-redux": "5.0.7",
"react-router-dom": "^4.2.2",
"react-scroll-to-component": "^1.0.2",
"react-select": "^2.0.0-beta.7",
"react-sortablejs": "^1.3.6",
"react-table": "^6.8.6",
"react-tagsinput": "^3.19.0",
"react-transition-group": "^1.2.0",
"reactstrap": "^6.5.0",
"redux": "4.0.0",
"redux-saga": "^0.16.0",
"sass-loader": "^7.1.0",
"sortablejs": "^1.6.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"update": "^0.7.4",
"url-loader": "^1.0.1",
"validator": "^10.11.0",
"video.js": "^7.3.0",
"webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.3"
}
}