generated from pnxl/vue-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 791 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
{
"name": "vue-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"vue": "^3.2.37",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.1.5",
"@iconify-json/mdi": "^1.1.31",
"@types/node": "^18.7.13",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"unplugin-icons": "^0.14.8",
"vite": "^3.0.7",
"vite-plugin-pages": "^0.25.0",
"vue-tsc": "^0.39.5"
}
}