-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.17 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "issue-reader-dva",
"version": "1.1.2",
"description": "Github Issue 博客阅读工具",
"keywords": [
"dva",
"issue",
"blog"
],
"homepage": "https://issuereader.github.io/issue-reader-dva/",
"repository": {
"type": "git",
"url": "https://github.com/IssueReader/issue-reader-dva.git"
},
"authors": [
"xiaosongxiaosong <[email protected]> (https://github.com/xiaosongxiaosong)"
],
"bugs": "https://github.com/IssueReader/issue-reader-dva/issues",
"dependencies": {
"ant-design-pro": "^2.1.0",
"antd": "^3.10.2",
"apollo-boost": "^0.1.10",
"dva": "^2.3.1",
"dva-loading": "^2.0.3",
"github-markdown-css": "^2.10.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"highlight.js": "^9.12.0",
"localforage": "^1.7.2",
"marked": "^0.4.0",
"moment": "^2.22.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "^2.0.4",
"redux-logger": "^3.0.6",
"ua-device": "^0.1.10"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"release": "gh-pages -d build -b master -r https://github.com/IssueReader/IssueReader.github.io.git",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"lint": "eslint --ext .js src",
"test": "react-app-rewired test --env=jsdom",
"publish": "lerna publish --skip-npm",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"eslint-config-alloy": "^1.4.2",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"gh-pages": "^2.0.1",
"husky": "^1.1.2",
"lerna": "^3.2.1",
"prettier": "^1.14.3",
"react-app-rewire-less": "^2.1.2",
"react-app-rewire-less-modules": "^1.3.0",
"react-app-rewired": "^2.0.0",
"webpack-bundle-analyzer": "^3.0.2"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run lint"
}
}
}