You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.16"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
|
"@tailwindcss/forms": "^0.4.0",
|
|
"@tailwindcss/line-clamp": "^0.3.0",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"autoprefixer": "^10.4.0",
|
|
"axios": "^0.22.0",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.7",
|
|
"vite": "^2.6.4"
|
|
}
|
|
}
|