-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.92 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
{
"name": "hexagon-antd-admin-ui",
"version": "1.0.0",
"description": "React Admin Boilerplate for hexagon framework, with React + Ant Design",
"author": "XueguiYuan <yuanxuegui@163.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hexagonframework/hexagon-antd-admin-ui.git"
},
"private": true,
"keywords": [
"ant",
"react",
"admin",
"ui"
],
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --fix --ext .js src test"
},
"engines": {
"install-node": "6.9.2"
},
"dependencies": {
"antd": "^2.11.1",
"axios": "^0.15.3",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0",
"draft-js": "^0.10.1",
"draftjs-to-html": "^0.7.0",
"draftjs-to-markdown": "^0.4.0",
"dva": "^1.2.1",
"dva-loading": "^0.2.0",
"dva-model-extend": "^0.1.1",
"expect": "^1.20.2",
"husky": "^0.12.0",
"jsonp": "^0.2.1",
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.5.10",
"qs": "^6.2.0",
"rc-tween-one": "^1.2.7",
"react": "^15.6.1",
"react-countup": "1.3.0",
"react-dom": "^15.4.1",
"react-draft-wysiwyg": "^1.10.0",
"react-helmet": "^5.0.0",
"recharts": "^0.19.0",
"redbox-react": "^1.3.2",
"roadhog": "0.6.0-beta.6"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.9.2",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"less-vars-to-js": "^1.1.2"
}
}