-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
76 lines (76 loc) · 2.35 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
{
"name": "deepdataspace",
"private": true,
"scripts": {
"build:app": "pnpm run --filter app build",
"dev": "pnpm -r --parallel run start",
"dev:app": "pnpm run --filter app dev",
"dev:component": "pnpm run --filter dds-components dev",
"dev:build": "pnpm run --filter app dev:build",
"prepare": "husky install",
"test": "pnpm run --filter app test"
},
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/icons": "^5.2.5",
"@ant-design/pro-components": "^2.6.16",
"@sentry/react": "^7.65.0",
"@umijs/max": "^4.0.78",
"ahooks": "^3.7.8",
"antd": "^5.8.5",
"classnames": "^2.3.2",
"enquire-js": "^0.2.1",
"humps": "^2.0.1",
"lodash": "^4.17.21",
"rc-virtual-list": "^3.10.5",
"react-ga4": "^2.1.0",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@sentry/webpack-plugin": "^1.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/humps": "^2.0.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/parser": "^6.5.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-packagejson": "^2.4.5",
"react-router-dom": "^6.15.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack-delete-sourcemaps-plugin": "^1.3.1"
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"immer@<9.0.6": ">=9.0.6",
"axios@<0.21.1": ">=0.21.1",
"follow-redirects@<1.14.8": ">=1.14.8",
"json5@<1.0.2": ">=1.0.2",
"follow-redirects@<1.14.7": ">=1.14.7",
"node-fetch@<2.6.7": ">=2.6.7",
"axios@<0.21.2": ">=0.21.2",
"node-fetch@<2.6.1": ">=2.6.1",
"http-cache-semantics@<4.1.1": ">=4.1.1",
"ssri@<6.0.2": ">=6.0.2",
"vite@>=4.2.0 <4.3.9": ">=4.3.9",
"@antfu/utils": ">=0.7.3",
"semver": ">=7.5.2",
"tough-cookie": ">=4.1.3",
"word-wrap": ">=1.2.4",
"@typescript-eslint/parser": ">=6.5.0",
"nth-check@<2.0.1": ">=2.0.1"
}
}
}