-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.47 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
{
"name": "kidsability",
"proxy": "http://localhost:4000/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.1",
"axios": "^0.18.1",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-pino-logger": "^4.0.0",
"firebase": "^5.8.2",
"firebase-tools": "^6.5.1",
"fullcalendar": "^3.10.0",
"google-palette": "^1.1.0",
"history": "^4.7.2",
"jquery": "^3.4.0",
"moment": "^2.24.0",
"mongodb": "^3.1.13",
"mongoose": "^5.4.18",
"node-env-run": "^3.0.2",
"nodemon": "^1.18.10",
"pino-colada": "^1.4.4",
"react": "^16.7.0",
"react-big-calendar": "^0.20.3",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.7.0",
"react-modal": "^3.8.1",
"react-notifications": "^1.4.3",
"react-responsive-modal": "^3.6.0",
"react-router": "^4.3.1",
"react-scripts": "^2.1.8",
"react-scrollbar": "^0.5.4",
"react-select": "^2.4.1",
"reactstrap": "^8.0.1",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"server": "node server --exec nodemon",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "run-p server start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}