-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "antdesign-ui",
"version": "1.0.9",
"description": "升级antd 基于 antdesign 扩展更便捷的组件, 也有无依赖的组件。 基于替换ExtJs系统。 现代的EPR系统。 虚拟列表",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "babel components -d lib --copy-files --extensions .ts,.js,.tsx,.jsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"antd",
"ant-design",
"react",
"hooks",
"ui",
"react-component",
"extJs",
"virtual-table",
"components"
],
"author": "wyz",
"license": "MIT",
"peerDependencies": {
"antd": "^5.19.3",
"dayjs": "^1.11.12",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable": "^1.11.0",
"react-beautiful-dnd": "^13.1.0",
"lodash": "^4.17.20"
},
"dependencies": {
},
"devDependencies": {
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "^7.13.0"
}
}