-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "puzzle.js",
"version": "0.0.3",
"description": "Library for html components",
"main": "index.js",
"repository": "[email protected]:Hydrock/puzzle.js.git",
"author": "Alex Vechkanov <[email protected]>",
"license": "MIT",
"bin": {
"puzzle": "./index.js"
},
"scripts": {
"puzzle": "./index.js",
"client-build": "cross-env NODE_ENV=build-client webpack --config ./webpack.config.js",
"server-build": "cross-env NODE_ENV=build-server webpack --config ./webpack.config.js",
"server": "node app/server/server.js"
},
"dependencies": {
"app-root-path": "^2.0.1",
"axios": "^0.17.0",
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.11.0",
"dir-to-json": "^0.0.3",
"express": "^4.16.2",
"http": "^0.0.0",
"json-format": "^1.0.1",
"jsonfile": "^4.0.0",
"ls": "^0.2.1",
"material-ui": "^1.0.0-beta.20",
"material-ui-icons": "^1.0.0-beta.17",
"open": "^0.0.5",
"prompt": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"url": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.1",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"img-loader": "^2.0.0",
"url-loader": "^0.6.2",
"webpack": "3.0.0"
}
}