-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "scaffolds",
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"dependencies": {
"antd": "^3.13.2",
"axios": "^0.18.0",
"babel-plugin-import": "^1.1.1",
"babel-runtime": "^6.9.2",
"dva-loading": "^2.0.6",
"dva-react-router-3": "^1.2.1",
"firebase": "^3.6.4",
"github-api": "^3.0.0",
"js-yaml": "^3.7.0",
"lodash.groupby": "^4.6.0",
"parse-github-url": "^1.0.0",
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.8.0",
"react-ga": "^2.2.0",
"react-helmet": "^5.0.3",
"react-intl": "^2.2.3",
"react-overdrive": "^0.0.10",
"store": "^2.0.4",
"string-hash": "^1.1.3",
"when": "^3.7.8"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-transform-runtime": "^6.9.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.0.1",
"expect": "^1.20.2",
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"gulp-beautify": "^2.0.1",
"gulp-merge-json": "^1.0.0",
"gulp-util": "^3.0.8",
"gulp-yaml": "^1.0.1",
"husky": "^0.13.2",
"redbox-react": "^1.3.2",
"roadhog": "^0.5.3",
"through2": "^2.0.3"
}
}