-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
{
"name": "node.ucp",
"version": "1.0.0",
"description": "A full-fledged isomorphic javascript control panel written on top of nodejs and reactjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"make": "node_modules\\.bin\\webpack",
"start-dev": "node_modules\\.bin\\nodemon --watch src --exec node_modules/.bin/babel-node -- node.ucp.js",
"start": "cross-env NODE_ENV=production node_modules/.bin/babel-node node.ucp.js"
},
"author": "Simran Singh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xxxZeus/node.ucp.git"
},
"dependencies": {
"@ronomon/crypto-async": "^2.3.0",
"axios": "^0.16.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"body-parser": "^1.17.2",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"cross-env": "^5.1.4",
"express": "^4.15.2",
"flux": "^3.1.2",
"formidable": "^1.1.1",
"mysql2": "^1.4.2",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-transition-group": "^2.2.1",
"serialize-javascript": "^1.4.0",
"sharp": "^0.20.1",
"webpack": "^3.8.1"
},
"devDependencies": {
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-stage-2": "^6.24.1",
"csso": "^3.5.0",
"nodemon": "^1.12.1",
"webpack": "^2.4.1",
"write-file-webpack-plugin": "^4.2.0"
}
}