-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "webpack-react-boilerplate",
"version": "0.0.1",
"description": "A webpack and react boilerplate project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"style-loader": "~0.8.3",
"css-loader": "~0.9.1",
"csswring": "~3.0.1",
"postcss-loader": "~0.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"jsx-loader": "~0.12.2",
"colors": "^1.0.3",
"express": "^4.11.2",
"stats-webpack-plugin": "0.0.1",
"expose-loader": "~0.6.0",
"react-proxy-loader": "git+https://github.com/mderrick/react-proxy-loader.git",
"autoprefixer-core": "~5.1.5",
"css-mqpacker": "~3.0.1",
"yargs": "~3.0.4",
"gulp-livereload": "~3.7.0",
"connect-livereload": "~0.5.3",
"gulp-load-plugins": "~0.8.0",
"gulp-util": "~3.0.3",
"extract-text-webpack-plugin": "~0.3.8",
"react": "~0.13.1",
"fluxible": "~0.3.0",
"serialize-javascript": "~1.0.0",
"superagent": "~1.1.0",
"json-loader": "~0.5.1",
"async": "~0.9.0"
}
}