-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "WebpackChromeExtension",
"version": "0.2.0",
"description": "Bootstrap playground for developing Chrome extensions with all new features like Webpack, Babel, React and almost everything you want.",
"private": true,
"scripts": {
"start": "gulp"
},
"engines": {
"iojs": ">= 2.2.x",
"node": ">= 0.12.x"
},
"dependencies": {
"babel": "^5.6.23",
"babel-core": "^5.8.3",
"babel-loader": "^5.3.2",
"cli-color": "^1.0.0",
"css-loader": "^0.15.5",
"file-loader": "^0.8.4",
"fs-extra": "^0.24.0",
"gulp": "^3.9.0",
"gulp-bg": "0.0.5",
"gulp-eslint": "^0.15.0",
"gulp-util": "^3.0.6",
"json-loader": "^0.5.2",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"react": "^0.13.3",
"react-hot-loader": "^1.2.8",
"rimraf": "^2.4.2",
"run-sequence": "^1.1.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "1.10.1",
"webpack-dev-server": "1.10.1",
"yargs": "^3.15.0",
"node-libs-browser": ">=0.4.0"
},
"devDependencies": {
"chokidar": "^1.0.5"
}
}