-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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": "react-app-rewire-unplug",
"version": "0.9.0",
"author": "S. Derdeyn <sigged@users.noreply.github.com>",
"license": "MIT",
"description": "Removes unwanted plugins from the react-create-app webpack file using react-app-rewired-config.",
"keywords": [
"remove",
"plugins",
"webpack",
"react-app-rewired"
],
"homepage": "https://github.com/sigged/react-app-rewire-unplug",
"bugs": "https://github.com/sigged/react-app-rewire-unplug/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/sigged/react-app-rewire-unplug.git"
},
"main": "index.js",
"files": [
"index.js",
"LICENSE",
"README.md"
],
"dependencies": {},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"jest": "^23.1.0",
"webpack": "^4.12.0"
},
"scripts": {
"test": "jest --verbose",
"pretest": "eslint --ignore-path .gitignore ."
}
}