-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "my-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"postbuild": "node -e \"fs.copyFileSync('dist/index.html','dist/404.html')\""
},
"dependencies": {
"@servicestack/client": "^2.1.1",
"@servicestack/vue": "^3.0.88",
"@unhead/vue": "^1.8.10",
"@vueuse/core": "^10.7.2",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/js-yaml": "^4.0.9",
"@types/markdown-it-container": "^2.0.9",
"@types/node": "^20.11.19",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"js-yaml": "^4.1.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^4.0.0",
"markdown-it-prism": "^2.3.0",
"postcss": "^8.4.35",
"prismjs": "^1.29.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.1.0",
"vite-plugin-press": "^1.0.10",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^1.8.27"
}
}