-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 846 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
{
"name": "vue-vite-tailwindcss-template",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^8.2.6",
"moment": "^2.29.3",
"pinia": "^2.0.13",
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.4",
"eslint": "^7.23.0",
"eslint-plugin-vue": "^8.6.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"vite": "^2.9.2",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-vue-layouts": "^0.6.0"
}
}