-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
69 lines (69 loc) · 1.96 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
{
"name": "react-dashboard-pro",
"version": "1.0.22",
"description": "Out of the box one-stop dashboard solution 开箱即用的一站式仪表板解决方案",
"keywords": [
"dashboard",
"react",
"javascript",
"tsx",
"antd",
"react-dashboard-pro",
"仪表板"
],
"homepage": "https://yuanguandong.github.io/react-dashboard-pro/",
"repository": {
"type": "git",
"url": "https://github.com/yuanguandong/react-dashboard-pro"
},
"author": "yuanguandong",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"scripts": {
"start": "cd doc && npm i && npm start",
"dev": "set NODE_ENV=developemnt&& rollup -c rollup.config.js -w",
"build": "rm -rf lib && set NODE_ENV=production && rollup -c rollup.config.js"
},
"types": "lib/index.d.ts",
"devDependencies": {
"@babel/core": "^7.15.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@types/lodash": "^4.14.172",
"@types/react": "^17.0.13",
"@types/react-grid-layout": "^1.1.2",
"@typescript-eslint/parser": "^4.28.2",
"classnames": "^2.3.1",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-resize-detector": "^6.7.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-less": "^1.1.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
},
"files": [
"lib"
],
"dependencies": {
"@ant-design/charts": "^1.2.10",
"@ant-design/icons": "^4.6.3",
"antd": "^4.16.13",
"lodash": "^4.17.21",
"react-grid-layout": "^1.2.5",
"react-icons": "^4.2.0",
"react-keyevent": "^1.0.9",
"react-resizable": "^3.0.4",
"react-resize-detector": "^6.7.6",
"rollup": "^2.66.1",
"umi": "^3.5.20"
}
}