-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "react-cms",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"chroma-js": "^1.3.7",
"codemirror": "^5.37.0",
"concurrently": "^3.5.1",
"cors": "^2.8.4",
"express-fileupload": "^0.4.0",
"jwt-decode": "^2.2.0",
"material-ui": "^0.20.0",
"mongoose": "^5.1.3",
"multer": "^1.3.0",
"randomstring": "^1.1.5",
"react": "^16.3.1",
"react-codemirror2": "^5.0.0",
"react-dom": "^16.3.1",
"react-fontawesome": "^1.6.1",
"react-quill": "^1.2.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-select": "^1.2.1",
"react-select-multiple": "0.0.5",
"react-toggle-button": "^2.2.0",
"reactstrap": "^6.1.0",
"validator": "^10.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"server": "npm run start --prefix backend",
"dev": "concurrently \"npm run start\" \"npm run server\"",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "react-scripts build&&gh-pages -d build"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}