-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.53 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.53 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"private": true,
"author": "Jerry - li <lishuai4415@gmail.com>",
"scripts": {
"build": "max build",
"build:github": "cross-env UMI_ENV=github max build",
"check": "pnpm typecheck && pnpm lint && pnpm test",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"lint": "max lint",
"prepare": "husky install",
"preview": "pnpm build && pnpm max preview --port 8001",
"setup": "max setup",
"start": "cross-env max dev",
"start:github": "cross-env UMI_ENV=github max dev",
"test": "node --test scripts/*.test.mjs",
"typecheck": "tsc --noEmit"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,less}": [
"max lint"
]
},
"dependencies": {
"@ant-design/charts": "^2.6.7",
"@ant-design/icons": "^5.2.4",
"@ant-design/plots": "^2.6.8",
"@ant-design/pro-components": "^2.8.10",
"@designable/formily-antd": "1.0.0-beta.45",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@formily/antd-v5": "^1.2.0",
"@formily/core": "^2.3.1",
"@formily/react": "^2.3.1",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/multimonth": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@pansy/react-amap": "^2.18.1",
"@pind/designable-core": "2.0.0-beta.6",
"@pind/designable-formily-antd": "2.0.0-beta.6",
"@pind/designable-react": "2.0.0-beta.6",
"@pind/designable-react-settings-form": "2.0.0-beta.6",
"@tinymce/tinymce-react": "^6.3.0",
"@turf/turf": "^7.0.0",
"@types/d3": "^7.4.3",
"@umijs/max": "^4.6.53",
"ahooks": "^3.7.8",
"antd": "^5.17.3",
"artplayer": "^5.2.1",
"cesium": "^1.141.0",
"cesium-heatmap": "^0.0.4",
"cesium-navigation-es6": "^3.0.9",
"cesiumjs-heat": "^1.0.7",
"d3": "^7.9.0",
"dayjs": "^1.11.11",
"heatmap.js": "^2.0.5",
"html2canvas": "^1.4.1",
"ol": "^9.2.2",
"rbush": "^4.0.1",
"react-pdf": "^10.4.1",
"signature_pad": "^4.1.6",
"simpleheat": "^0.4.0",
"tinymce": "^8.5.0",
"wavesurfer.js": "^7.1.4",
"xgplayer": "^3.0.8",
"xgplayer-music": "^3.0.8"
},
"devDependencies": {
"@types/rbush": "^4.0.0",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"all-contributors-cli": "^6.26.1",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.1",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.5",
"tailwindcss": "^3",
"typescript": "^5.1.6"
},
"pnpm": {
"overrides": {
"axios@<=0.31.0": "0.31.1",
"@babel/runtime@<7.26.10": "7.28.4",
"braces@<3.0.3": "3.0.3",
"cross-spawn@>=7.0.0 <7.0.5": "7.0.6",
"es5-ext@<0.10.63": "0.10.64",
"esbuild@<0.25.0": "0.25.12",
"glob@>=10.2.0 <10.5.0": "10.5.0",
"immer@>=7.0.0 <9.0.6": "9.0.21",
"lodash-es@>=4.0.0 <=4.17.23": "4.18.1",
"lodash@>=4.0.0 <=4.17.23": "4.18.1",
"micromatch@<4.0.8": "4.0.8",
"minimatch@<3.1.4": "3.1.5",
"node-fetch@<2.6.7": "2.7.0",
"path-to-regexp@>=0.2.0 <1.9.0": "1.9.0",
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.2",
"picomatch@<2.3.2": "2.3.2",
"protocol-buffers-schema@<3.6.1": "3.6.1",
"@remix-run/router@<1.23.2": "1.23.2",
"react-router@>=6.0.0 <6.30.2": "6.30.2",
"send@<0.19.0": "0.19.2",
"webpack@<5.104.1": "5.104.1",
"yaml@<1.10.3": "1.10.3"
}
}
}