-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
54 lines (54 loc) · 1.34 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": "boilerplate-webpack-react",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node node_modules/karma/bin/karma start karma.conf.js"
},
"dependencies": {
"babel": "^5.1.11",
"babel-core": "^5.1.11",
"babel-loader": "^5.0.0",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.1",
"flow-bin": "^0.6.0",
"good": "^5.1.0",
"good-console": "^4.1.0",
"gulp": "^3.8.11",
"gulp-replace": "^0.5.0",
"gulp-util": "^3.0.2",
"hapi": "^8.4.0",
"image-webpack-loader": "^1.3.1",
"jsx-loader": "^0.12.2",
"react": "^0.13.1",
"react-hot-loader": "^1.2.5",
"run-sequence": "^1.0.2",
"style-loader": "^0.8.2",
"stylus": "^0.50.0",
"stylus-loader": "^1.0.0",
"webpack": "^1.8.8",
"webpack-dev-server": "^1.8.2"
},
"devDependencies": {
"karma": "^0.12.32",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-webpack": "^1.5.0",
"mocha": "^2.1.0",
"should": "^5.2.0"
},
"author": "Thomas Coopman @tcoopman",
"repository": {
"type": "git",
"url": "[email protected]:tcoopman/boilerplate-webpack-react.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}