-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "reactjs-boilerplate",
"version": "2.3.0",
"description": "Quick setup for new React.js applications featuring Redux, hot–reloading, PostCSS, react-router and Mocha.",
"dependencies": {
"bcryptjs": "2.3.0",
"fontfaceobserver": "^1.5.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
"react-router": "2.0.0-rc5",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"appcache-webpack-plugin": "^1.2.0",
"autoprefixer": "^6.0.2",
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.2",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.0.5",
"css-loader": "^0.23.0",
"cssnano": "^3.0.1",
"eslint": "^1.4.1",
"eslint-config-airbnb": "1.0.0",
"eslint-plugin-react": "^3.3.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.1",
"json-loader": "^0.5.2",
"object.assign": "^4.0.1",
"postcss-focus": "^1.0.0",
"postcss-import": "^7.0.0",
"postcss-loader": "^0.8.0",
"postcss-reporter": "^1.2.1",
"postcss-simple-vars": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.11.0"
},
"repository": {
"type": "git",
"url": "git://github.com/bibinkt"
},
"scripts": {
"start": "NODE_ENV=development node server.js",
"build": "NODE_ENV=development webpack --config webpack.dev.config.js --progress --colors -p"
},
"author": "xxx",
"license": "MIT"
}