-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.44 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
{
"name": "adblockergob",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dashboard -- webpack-dev-server --color --mode development",
"production": "rm -r build & NODE_ENV=production webpack --mode production --progress && cp -r src/icons build && cp -r src/images build && cp src/background.js build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@svgr/cli": "^4.3.0",
"@svgr/plugin-jsx": "^4.2.0",
"@webcomponents/webcomponentsjs": "^2.2.7",
"babel-preset-react": "^6.24.1",
"styled-bootstrap-grid": "^3.0.2",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@svgr/babel-plugin-transform-svg-component": "^4.2.0",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass-loader": "^7.1.0",
"svg-inline-loader": "^0.8.0",
"svg.js": "^2.7.1",
"uglify-js": ">=2.6.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dashboard": "^3.0.2",
"webpack-dev-server": "^3.2.1"
}
}