-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
{
"name": "tnf-ant-design-pro",
"version": "0.0.1-alpha.0",
"private": true,
"description": "Tnf fork of Ant Design Pro",
"repository": "[email protected]:umijs/tnf-ant-design-pro.git",
"scripts": {
"build": "tnf build",
"dev": "tnf dev",
"prepare": "husky",
"format": "prettier --write .",
"preview": "npm run build && tnf preview",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@ant-design/icons": "^4.8.3",
"@ant-design/plots": "^2.3.2",
"@ant-design/pro-components": "^2.8.2",
"@ant-design/pro-layout": "^7.21.2",
"@antv/l7": "^2.22.3",
"@antv/l7-react": "^2.4.3",
"@umijs/tnf": "^0.1.7",
"antd": "^5.22.3",
"antd-style": "^3.7.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"i18next": "^24.1.2",
"i18next-browser-languagedetector": "^8.0.2",
"numeral": "^2.0.6",
"querystring": "^0.2.1",
"rc-util": "^5.43.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@total-typescript/tsconfig": "^1.0.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/classnames": "^2.3.4",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"eslint": "^8.57.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "20.18.1",
"pnpm": "8.15.1"
}
}