-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (37 loc) · 1.18 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
{
"name": "webextensions-webpack-boilerplate",
"version": "0.1.0",
"description": "A boilerplate for creating a browser extension with webpack",
"author": "Filip Stanis <[email protected]>",
"license": "0BSD",
"repository": {
"type": "git",
"url": "https://github.com/fstanis/webextensions-webpack-boilerplate.git"
},
"scripts": {
"start": "webpack --config webpack.config.js"
},
"//": "[TODO] Remove webpack-sources when this is fixed: https://github.com/webpack/webpack-sources/issues/28",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-loader": "^1.0.1",
"extract-text-webpack-plugin": "^3.0.1",
"extricate-loader": "^2.0.0",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"imports-loader": "^0.7.1",
"interpolate-loader": "^2.0.0",
"prop-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"spawn-loader": "^4.0.0",
"webextension-polyfill": "^0.2.1",
"webpack": "^3.7.1",
"webpack-sources": "1.0.1"
}
}