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.
21 lines
377 B
JSON
21 lines
377 B
JSON
3 years ago
|
{
|
||
|
"name": "app",
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"serve": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"vue": "^3.2.16"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^1.9.3",
|
||
|
"autoprefixer": "^10.3.7",
|
||
|
"axios": "^0.22.0",
|
||
|
"postcss": "^8.3.9",
|
||
|
"tailwindcss": "^2.2.16",
|
||
|
"vite": "^2.6.4"
|
||
|
}
|
||
|
}
|