-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "wuxianx-bookmarks-themes",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "cross-env VITE_BUILD_TYPE=spa vite",
"build": "vue-tsc -b && cross-env VITE_BUILD_TYPE=spa vite build",
"build:ssg": "vue-tsc -b && cross-env VITE_BUILD_TYPE=ssg vite-ssg build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^11.0.3",
"bem-ts": "^0.14.0",
"lodash-es": "^4.17.21",
"pinia": "^2.2.2",
"pinyin-pro": "^3.24.2",
"tdesign-icons-vue-next": "^0.2.6",
"tdesign-vue-next": "^1.10.0",
"vue": "^3.5.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@unhead/vue": "^1.11.6",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"chrome-types": "^0.1.301",
"cross-env": "^7.0.3",
"sass-embedded": "^1.78.0",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-importmap": "^0.1.1",
"vite-plugin-vue-devtools": "^7.4.6",
"vite-ssg": "^0.23.8",
"vue-tsc": "^2.0.29"
}
}