-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "kanameishi",
"version": "2.6.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@joergdietrich/leaflet.terminator": "^1.1.0",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-notification": "~2",
"@tauri-apps/plugin-os": "~2.2.1",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-window-state": "~2",
"@turf/turf": "^7.1.0",
"axios": "^1.13.5",
"dayjs": "^1.11.13",
"element-plus": "^2.7.3",
"geokdbush": "^2.0.1",
"kdbush": "^4.0.2",
"leaflet": "^1.9.4",
"leaflet.vectorgrid": "^1.3.0",
"lodash": "^4.17.21",
"markdown-it": "^14.1.1",
"papaparse": "^5.4.1",
"pinia": "^2.1.7",
"topojson-client": "^3.1.0",
"topojson-simplify": "^3.0.3",
"vue": "^3.5.13",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.5.0",
"@vitejs/plugin-vue": "^6.0.4",
"sass": "^1.89.2",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "^7.0.6"
},
"packageManager": "pnpm@10.22.0"
}