-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
101 lines (101 loc) · 3.23 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "map-register-v3",
"version": "3.17.40-rc1",
"description": "空荧酒馆原神地图点位后台(点位标记系统)",
"productName": "空荧后厨",
"author": "Alex Fang <[email protected]>",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:stage": "vite build --mode stage",
"build:dev": "vite build --mode development",
"preview": "vite preview --mode development",
"preview:stage": "vite preview --mode stage",
"patch:apply": "pnpm patch-commit patch-edit && pnpm patch:install",
"patch:clean": "rimraf patch-edit",
"patch:init": "pnpm patch:clean && pnpm patch --edit-dir patch-edit openapi2ts",
"patch:install": "pnpm i --force --prefer-offline",
"type-check": "vue-tsc --build --force",
"lint": "eslint ./plugins ./public ./src ./types",
"lint:fix": "eslint ./plugins ./public ./src ./types --fix"
},
"dependencies": {
"7z-wasm": "1.1.0",
"@766aya/extension-text-size": "2.2.0-rc.7",
"@766aya/unity-kit": "2.2.0-rc.17",
"@antv/g2": "5.2.1",
"@antv/g6": "4.8.24",
"@deck.gl/core": "9.0.20",
"@deck.gl/extensions": "9.0.20",
"@deck.gl/geo-layers": "9.0.20",
"@deck.gl/layers": "9.0.20",
"@deck.gl/mesh-layers": "9.0.20",
"@element-plus/icons-vue": "2.3.1",
"@tiptap/core": "2.2.0-rc.7",
"@tiptap/extension-color": "2.1.16",
"@tiptap/extension-link": "2.2.4",
"@tiptap/extension-text-align": "2.1.16",
"@tiptap/extension-text-style": "2.1.16",
"@tiptap/extension-underline": "2.2.4",
"@tiptap/pm": "2.2.0-rc.7",
"@tiptap/starter-kit": "2.2.4",
"@tiptap/vue-3": "2.2.0-rc.7",
"@vueuse/core": "9.13.0",
"@vueuse/rxjs": "9.13.0",
"axios": "1.7.4",
"dayjs": "1.11.7",
"dexie": "3.2.3",
"element-plus": "2.7.1",
"fast-diff": "1.3.0",
"kdbush": "4.0.2",
"konva": "9.2.2",
"lodash": "4.17.21",
"pinia": "2.1.7",
"rxjs": "7.8.0",
"tailwindcss": "3.3.1",
"ua-parser-js": "1.0.38",
"vue": "3.4.21",
"vue-router": "4.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.0",
"@loaders.gl/core": "3.4.14",
"@tsconfig/node18": "18.2.4",
"@types/lodash": "4.14.200",
"@types/node": "18.15.11",
"@types/serviceworker": "0.0.76",
"@types/ua-parser-js": "0.7.39",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitejs/plugin-vue": "5.0.2",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.14",
"eslint": "8.53.0",
"openapi2ts": "1.1.7",
"postcss": "8.4.31",
"postcss-load-config": "5.0.2",
"rimraf": "5.0.5",
"sass": "1.70.0",
"simple-git": "^3.25.0",
"stylelint": "16.2.1",
"stylelint-config-standard-scss": "13.0.0",
"typescript": "5.4.5",
"unplugin-auto-import": "0.17.3",
"vite": "5.2.14",
"vue-tsc": "2.0.28"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0",
"yarn": ">=1.0.0",
"pnpm": ">=8.0.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"packageManager": "[email protected]+sha512.9c2cb83f2b6cf6a25d8c58300bf99197c7ef3be84cf3e766f29054b40b83b42f8aaba6fcc314a9ecf27c00f7ce80a757bb4c608800e7adbe2d29dc5c7056f5be"
}