-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "gp-boilerplate",
"version": "1.0.0",
"description": "React + Stylus boileplate",
"main": "app/app.js",
"author": "George Papadakis",
"scripts": {
"start": "node server/server.js",
"deploy": "NODE_ENV=development webpack -p --display-modules --config webpack.production.config.js",
"watch": "webpack --watch"
},
"keywords": [
"react",
"webpack"
],
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.19",
"css-loader": "^0.15.5",
"cssnext-loader": "^1.0.1",
"express": "^4.13.1",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^1.6.0",
"http-proxy": "^1.11.1",
"node-libs-browser": "^0.5.2",
"open": "0.0.5",
"re-base": "^1.1.1",
"react": "^0.13.3",
"react-hot-loader": "^1.2.8",
"react-redux": "^0.2.2",
"reactfire": "^0.5.0",
"redux": "^1.0.0-rc",
"redux-devtools": "^0.1.2",
"redux-thunk": "^0.1.0",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "not yet"
},
"dependencies": {
"webpack-stats-plugin": "^0.1.0"
}
}