-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 723 Bytes
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
{
"name": "test-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server-run": "nodemon ./server/server.js"
},
"dependencies": {
"admin-on-rest": "^1.2.2",
"aor-rich-text-input": "^1.0.1",
"body-parser": "^1.15.0",
"cors": "^2.8.4",
"express": "^4.13.4",
"jsonwebtoken": "^5.7.0",
"material-ui": "^0.20.2",
"mongoose": "^5.7.5",
"mongoose-url-slugs": "^1.0.0",
"morgan": "^1.7.0",
"react-router-dom": "^5.0.1",
"react-scripts": "1.0.11"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}