-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 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
{
"name": "react-app-rewire-preload-plugin",
"version": "1.0.0",
"description": "Add preload-webpack-plugin to a react-app-rewired config.",
"main": "index.js",
"scripts": {
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["prettier --write", "git add"],
"*.json": ["prettier --parser json --write", "git add"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/lwd-technology/react-app-rewire-preload-plugin.git"
},
"keywords": ["preload", "webpack", "react-app-rewired"],
"author": "Ian Copp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lwd-technology/react-app-rewire-preload-plugin/issues"
},
"homepage": "https://github.com/lwd-technology/react-app-rewire-preload-plugin#readme",
"dependencies": {
"preload-webpack-plugin": "^2.0.0",
"webpack": "^3.6.0"
},
"devDependencies": {
"eslint": "^4.7.0",
"eslint-config-prettier": "^2.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.14.3",
"lint-staged": "^4.2.1",
"prettier": "^1.7.0"
}
}