-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "prehab-webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^1.0.0",
"axios": "^0.18.0",
"babel-plugin-transform-decorators": "^6.24.1",
"bootstrap": "^4.0.0",
"draft-js": "^0.10.5",
"formik": "^0.11.11",
"lodash": "^4.17.5",
"material-expansion-panel": "^1.0.0",
"material-ui": "^0.20.0",
"material-ui-search-bar": "^0.4.1",
"moment": "^2.22.1",
"npm": "^5.8.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-burger-menu": "^2.4.2",
"react-calendar": "^2.14.0",
"react-circle": "^1.0.3",
"react-datepicker": "^1.4.1",
"react-dom": "^16.3.2",
"react-draft-wysiwyg": "^1.12.13",
"react-modal": "^3.4.4",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts": "^1.1.1",
"react-select": "^1.2.1",
"react-sidebar": "^2.3.2",
"react-swipeable-views": "^0.12.13",
"react-wysiwyg-editor": "0.0.9",
"reactstrap": "^5.0.0",
"redux": "^3.7.2",
"redux-persist": "^5.9.1",
"redux-thunk": "^2.2.0",
"save": "^2.3.2",
"typeface-quicksand": "0.0.54",
"validator": "^9.4.1",
"yup": "^0.24.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "cross-env NODE_PATH=src react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-transform-decorators": "^6.24.1",
"cross-env": "^5.1.4",
"redux-logger": "^3.0.6"
}
}