-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.42 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "reactjs-boilerplate",
"version": "2.4.0",
"description": "Quick setup for new React.js applications featuring Redux, hot–reloading, PostCSS, react-router and Mocha.",
"dependencies": {
"appcache-webpack-plugin": "^1.2.0",
"autoprefixer": "^6.0.2",
"babel": "^6.0.0",
"babel-core": "^6.0.0",
"babel-eslint": "^4.1.2",
"babel-loader": "^6.0.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "6.3.13",
"babel-plugin-transform-react-inline-elements": "6.3.13",
"babel-plugin-transform-react-remove-prop-types": "0.1.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-react-hmre": "1.0.1",
"babel-preset-stage-2": "^6.0.0",
"basscss": "^7.1.0",
"cross-env": "1.0.6",
"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",
"expect": "^1.10.0",
"extract-text-webpack-plugin": "0.9.1",
"file-loader": "^0.8.4",
"firebase": "^2.3.2",
"fontfaceobserver": "^1.5.1",
"history": "1.17.0",
"html-webpack-plugin": "^1.6.1",
"ip": "1.1.0",
"json-loader": "^0.5.2",
"mocha": "^2.3.2",
"object.assign": "^4.0.1",
"postcss-custom-properties": "^5.0.0",
"postcss-focus": "^1.0.0",
"postcss-import": "^7.0.0",
"postcss-loader": "^0.8.0",
"postcss-reporter": "^1.2.1",
"postcss-scss": "^0.1.3",
"puse-icons-feather": "^1.1.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-infinite": "^0.8.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.3",
"react-transform-hmr": "^1.0.1",
"redux": "^3.0.0",
"redux-thunk": "^1.0.0",
"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/mxstbr/react-boilerplate.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --compilers js:babel-core/register --recursive",
"test:watch": "npm test -- --watch",
"start": "cross-env NODE_ENV=development node server.dev.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js --progress --colors -p",
"serve": "cross-env NODE_ENV=production node server.prod.js",
"postinstall": "npm run build"
},
"author": "Max Stoiber",
"license": "MIT"
}