-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
80 lines (80 loc) · 2.41 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
77
78
79
80
{
"private": true,
"author": "Jerry - li <lishuai4415@gmail.com>",
"scripts": {
"build": "max build",
"build:github": "cross-env UMI_ENV=github max build",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"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"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,less}": [
"max lint"
]
},
"dependencies": {
"@ant-design/charts": "^2.1.1",
"@ant-design/icons": "^5.2.4",
"@ant-design/plots": "^2.2.2",
"@ant-design/pro-components": "^2.7.9",
"@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": "^4.3.0",
"@turf/turf": "^7.0.0",
"@types/d3": "^7.4.3",
"@umijs/max": "^4.0.74",
"ahooks": "^3.7.8",
"all-contributors-cli": "^6.26.1",
"antd": "^5.17.3",
"artplayer": "^5.2.1",
"cesium": "^1.112.0",
"cesium-heatmap": "^0.0.4",
"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": "^7.3.3",
"signature_pad": "^4.1.6",
"simpleheat": "^0.4.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",
"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"
}
}