-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "Chrysalis",
"version": "0.0.1",
"description": "prepare to make money",
"main": "client/main.jsx",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"devserve": "webpack-dev-server -d --config webpack.dev.config.js --content-base public/ --progress --colors",
"devbuild": "webpack -d --config webpack.dev.config.js --profile --progress --colors",
"probuild": "webpack -p --config webpack.pro.config.js --profile --progress --colors",
"postinstall": "npm run probuild && npm run rejoice",
"rejoice": "echo yay!"
},
"author": "Your Name",
"license": "ISC",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"css-loader": "^0.9.1",
"eventemitter3": "1.1.1",
"jquery": "2.1.4",
"jsuri": "^1.3.0",
"jsx-loader": "^0.12.2",
"material-ui": "0.10.4",
"object-assign": "3.0.0",
"react": "^0.13.3",
"react-chartjs-commonjs": "0.0.3",
"react-router": "^0.13.3",
"react-video": "^1.5.3",
"reqwest": "^1.1.5",
"style-loader": "^0.8.3",
"webpack-dev-server": "^1.8.0",
"eventemitter3": "1.1.1",
"object-assign" : "3.0.0",
"react-chartjs-commonjs" : "0.0.3",
"jquery": "2.1.4"
}
}