-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 931 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
35
36
37
{
"name": "curt-vite-vue3-starter",
"type": "module",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vue": "^3.3.8"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.0",
"@iconify-json/mdi": "^1.1.55",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vueuse/components": "^10.6.0",
"@vueuse/core": "^10.6.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.31",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.3",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vue-router": "4.2.5",
"vue-tsc": "^1.8.22"
}
}