-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.6 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
{
"name": "map-register-v3",
"version": "0.2.0",
"description": "空荧酒馆原神地图点位后台(点位标记系统)",
"productName": "空荧后厨",
"author": "Alex Fang <[email protected]>",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"preview": "vite preview",
"lint": "eslint ./src/**/*.{js,jsx,ts,tsx,vue} --fix"
},
"dependencies": {
"7z-wasm": "^1.0.2",
"@deck.gl/core": "^8.9.15",
"@deck.gl/geo-layers": "^8.9.15",
"@deck.gl/layers": "^8.9.15",
"@element-plus/icons-vue": "^2.1.0",
"@loaders.gl/core": "^3.4.0",
"@vueuse/core": "^9.13.0",
"@vueuse/rxjs": "^9.13.0",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"dexie": "^3.2.3",
"element-plus": "^2.3.4",
"lodash": "^4.17.21",
"pinia": "^2.1.0",
"rxjs": "^7.8.0",
"tailwindcss": "^3.3.1",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@deck.gl/extensions": "^8.9.15",
"@deck.gl/mesh-layers": "^8.9.15",
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@types/serviceworker": "^0.0.67",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"openapi2ts": "^1.1.7",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"sass": "^1.60.0",
"typescript": "^5.0.3",
"unplugin-auto-import": "^0.16.2",
"vite": "^4.3.7"
},
"engines": {
"node": "^18",
"npm": "^8",
"yarn": "^1",
"pnpm": "^8"
}
}