-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "vite-typescript-tailwind-class",
"private": true,
"version": "0.0.2",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"flowbite": "^1.6.0",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-class-component": "^8.0.0-rc.1",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/ui": "^0.27.0",
"@vue/test-utils": "^2.2.7",
"autoprefixer": "^10.4.13",
"jsdom": "^21.0.0",
"postcss": "^8.4.20",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vitest": "^0.26.3",
"vue-tsc": "^1.0.11"
}
}