-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
94 lines (94 loc) · 2.63 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
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@kdcloudjs/kdesign-pro",
"version": "1.0.0",
"description": "开箱即用的前端解决方案",
"title": "kdesign-pro",
"keywords": [
"kdesign",
"pro",
"kdesign-pro",
"create-kdesign-app"
],
"homepage": "https://pro.kingdee.design/",
"bugs": {
"url": "https://github.com/kdcloudone/kdesign-pro/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:kdcloudone/kdesign-pro.git"
},
"contributors": [
"kdesign"
],
"scripts": {
"start": "cross-env REACT_APP_ENV=dev umi dev",
"start:pre": "cross-env REACT_APP_ENV=pre umi dev",
"start:node17+": "cross-env NODE_OPTIONS=--openssl-legacy-provider REACT_APP_ENV=dev umi dev",
"build": "umi build",
"build:pre": "cross-env REACT_APP_ENV=pre umi build",
"build:node17+": "cross-env NODE_OPTIONS=--openssl-legacy-provider REACT_APP_ENV=pre umi build",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"dependencies": {
"@kdcloudjs/kd-charts": "^1.1.2",
"@kdcloudjs/kdesign": "^1.7.58",
"classnames": "^2.3.1",
"color": "^4.2.3",
"echarts": "^5.3.2",
"echarts-for-react": "^3.0.2",
"i18next": "^23.11.1",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"react": "17.x",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "17.x",
"react-transition-group": "^4.4.4",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/react": "^17.0.0",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.0",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.5.41",
"cross-env": "^7.0.3",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "4.6.0",
"lint-staged": "^10.0.7",
"prettier": "^2.2.0",
"typescript": "^4.1.2",
"umi": "^3.5.41",
"yorkie": "^2.0.0"
},
"license": "Apache-2.0"
}