-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.13 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
{
"name": "@zfegg/admin-components",
"license": "MIT",
"author": "Moln <moln.xie@gmail.com>",
"version": "0.1.0",
"scripts": {
"dedup": "yarn-deduplicate --strategy fewer",
"lint": "eslint ./src ./packages/admin/src packages/layout/src ./packages/data-source-components/src ./packages/base-project/src",
"lint:fix": "eslint ./src ./packages/admin/src packages/layout/src ./packages/data-source-components/src ./packages/base-project/src --fix"
},
"dependencies": {
"@ant-design/pro-components": "^2.7.14",
"@moln/data-source": "^0.4.5",
"@moln/dependency-container": "^1.0.6",
"@moln/react-ioc": "^0.1.2",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"antd": "^5.0.0",
"history": "^5.3.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mobx": "^6.3.2",
"mobx-react": "^7.2.0",
"qs": "^6.10.5",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"react-router-dom": "^7.0.2",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@ant-design/compatible": "^5.1.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-typescript": "^8.3.3",
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "^20.12.12",
"@types/qs": "^6.9.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-rename-import": "^2.3.0",
"eslint": "^8.38.0",
"eslint-config-react-app": "^7.0.1",
"fs-extra": "^10.1.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"less": "^4.1.3",
"lodash-es": "^4.17.21",
"postcss-url": "^10.1.3",
"ts-jest": "^29.1.1",
"tslib": "^2.4.0",
"typescript": "^5.4.5",
"vite": "^5.4.10",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-typescript": "^1.0.4"
},
"workspaces": [
"packages/*"
]
}