-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
28 lines (28 loc) · 741 Bytes
/
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
{
"name": "chrome-extension-webpack",
"version": "0.2.1",
"description": "A boilerplate to chrome extension with webpack",
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js"
},
"devDependencies": {
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.5",
"css-loader": "3.2.0",
"file-loader": "4.3.0",
"fs-extra": "8.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"lodash": "^4.17.15",
"pdfjs-dist": "^2.2.228",
"query-string": "^6.10.1",
"style-loader": "1.0.0",
"webpack": "4.41.2",
"webpack-dev-server": "3.9.0",
"write-file-webpack-plugin": "4.5.1",
"webpack-cli": "3.3.10"
},
"dependencies": {
}
}