forked from evmizulin/cms-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.69 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
{
"name": "cms-admin",
"version": "1.3.2",
"description": "",
"scripts": {
"pre": "npm run pre-monaco && npm run pre-cookie",
"pre-monaco": "rm -rf public/vs && cp -a node_modules/monaco-editor/min/vs public/",
"pre-cookie": "rm -rf public/cookieconsent && cp -a node_modules/cookieconsent/build/. public/cookieconsent",
"build": "npm run pre && react-scripts build",
"start": "npm run pre && react-scripts start",
"test": "react-scripts test --env=jsdom",
"start.prod": "NODE_ENV=production forever start -a -p logs -l console.log server/index.js",
"stop": "forever stop server/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/evmizulin/cms-admin.git"
},
"author": "Evgeny Mizulin",
"license": "GNU General Public License v3.0",
"engines": {
"node": "8.11.2"
},
"dependencies": {
"bootstrap-grid": "^2.0.1",
"clone": "2.1.1",
"cookieconsent": "^3.1.0",
"deep-freeze": "0.0.1",
"express": "^4.16.4",
"forever": "^0.15.3",
"jss": "9.3.3",
"jss-preset-default": "4.0.1",
"lodash.uniq": "^4.5.0",
"material-ui": "1.0.0-beta.23",
"monaco-editor": "^0.10.1",
"morgan": "^1.9.1",
"prettier": "^1.14.3",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-icons": "^3.1.0",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-scripts": "1.0.14",
"react-select": "^2.1.1",
"react-youtube": "^7.8.0",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"reset-css": "^2.2.1",
"rotating-file-stream": "^1.3.9",
"showdown": "^1.8.5",
"store": "^2.0.12",
"swagger-ui": "^3.10.0",
"tvalidator": "2.0.3",
"xhr": "^2.5.0"
}
}