-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 863 Bytes
/
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
{
"name": "coffee-tree",
"version": "1.0.0",
"description": "README",
"main": "index.js",
"scripts": {
"dev": "./node_modules/.bin/webpack-dev-server --config webpack.dev.js --inline --devtool eval --progress --colors --hot --port 4000 --publicPath /static/",
"production": "NODE_ENV=production ./node_modules/.bin/webpack --optimize-occurence-order --optimize-dedupe --config webpack.pro.conf.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.2.0",
"coffee-loader": "^0.7.2",
"jquery": "^2.1.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"devDependencies": {
"cjsx-loader": "^2.1.0",
"coffee-react-transform": "^3.3.0",
"glob": "^6.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-hot-loader": "^1.3.0"
}
}