forked from feelschaotic/AndroidKnowledgeSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 770 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
29
30
31
{
"name": "react-webpack-cookbook",
"version": "0.0.0",
"description": "React Webpack cookbook",
"main": "./index.js",
"devDependencies": {
"gitbook": "^3.2.2",
"gitbook-cli": "^2.3.0",
"gitbook-plugin-search-pro": "^2.0.2",
"gitbook-plugin-fontsettings": "^2.0.0",
"pre-commit": "^1.2.2"
},
"pre-commit": {
"run": ["build", "commit"],
"silent": true
},
"repository": {
"type": "git",
"url": "https://github.com/christianalfoni/react-webpack-cookbook.git"
},
"keywords": [
"react",
"webpack"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/christianalfoni/react-webpack-cookbook/issues"
},
"homepage": "https://github.com/christianalfoni/react-webpack-cookbook"
}