-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.79 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
{
"name": "stacks-web",
"type": "module",
"version": "0.70.23",
"private": true,
"scripts": {
"build": "bun --bun vite-ssg build -c ../../core/vite-config/src/views.ts",
"dev": "bun --bun vite serve -c ../../core/vite-config/src/views.ts",
"preview": "bun --bun vite preview",
"typecheck": "bun --bun vue-tsc --noEmit",
"up": "bun --bun taze major -I",
"sizecheck": "bun --bun vite-bundle-visualizer"
},
"dependencies": {
"@stacksjs/alias": "workspace:*",
"@stacksjs/config": "workspace:*",
"@stacksjs/server": "workspace:*",
"@unhead/vue": "^2.0.14",
"@unocss/reset": "66.4.2",
"@vueuse/core": "^13.8.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^3.0.3",
"vite-plugin-layouts": "^0.1.10",
"vue": "^3.5.20",
"vue-i18n": "^11.1.11",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.13",
"@intlify/unplugin-vue-i18n": "^11.0.0",
"@shikijs/markdown-it": "^3.12.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.1",
"@vue-macros/volar": "^0.30.15",
"@vue/test-utils": "^2.4.6",
"markdown-it-link-attributes": "^4.0.1",
"rollup": "^4.49.0",
"shiki": "^3.12.0",
"unocss": "66.4.2",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"unplugin-vue-markdown": "^29.1.0",
"unplugin-vue-router": "^0.15.0",
"vite": "npm:rolldown-vite@latest",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^11.3.3",
"vite-plugin-pwa": "^1.0.3",
"vite-plugin-vue-devtools": "^8.0.1",
"vite-ssg": "^28.1.0",
"vite-ssg-sitemap": "^0.10.0",
"vue-tsc": "^3.0.6"
},
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}