forked from 10dualingo/menfess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 Bytes
/
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
{
"name": "vue-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/nunito": "^5.1.0",
"@headlessui/vue": "^1.7.23",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.1.19",
"@iconify-json/mdi": "^1.1.66",
"@types/node": "^20.13.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.27",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"vite": "^5.2.12",
"vite-plugin-pages": "^0.32.2",
"vue-tsc": "^2.0.19"
}
}