-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "@pcl-community/website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build-spa": "vue-tsc && vite build",
"build": "vite-ssg build",
"preview": "vite preview"
},
"dependencies": {
"@iconify-json/ri": "^1.2.5",
"@unhead/vue": "^1.11.18",
"@unocss/vite": "^65.4.3",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"@vueuse/shared": "^12.5.0",
"nprogress": "^0.2.0",
"pinia": "^2.3.1",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/nprogress": "^0.2.3",
"@unocss/preset-uno": "^65.4.3",
"@unocss/preset-web-fonts": "^65.4.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/head": "^2.0.0",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"vite": "^6.0.11",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-md": "^0.21.5",
"vite-plugin-minify": "^2.1.0",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^25.0.0",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0"
}
}