-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.23 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
{
"name": "react-app-rewire-webpack-bundle-analyzer",
"version": "1.1.0",
"description": "Add webpack-bundle-analyzer to a react-app-rewired config.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byzyk/react-app-rewire-webpack-bundle-analyzer.git"
},
"keywords": [
"react",
"react-app-rewired",
"webpack-bundle-analyzer",
"webpack"
],
"author": "Bohdan Khodakivskyi <[email protected]> (https://bohdan-khodakivskyi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/byzyk/react-app-rewire-webpack-bundle-analyzer/issues"
},
"homepage": "https://github.com/byzyk/react-app-rewire-webpack-bundle-analyzer#readme",
"dependencies": {
"webpack-bundle-analyzer": "^3.4.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"prettier": "^1.13.4"
}
}