You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
331 B
18 lines
331 B
{
|
|
"name": "vapara-vue3",
|
|
"version": "0.0.7",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "4.x",
|
|
"vue": "3.x"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.31",
|
|
"@vitejs/plugin-vue": "^1.1.5",
|
|
"@vue/compiler-sfc": "3.x",
|
|
"vite": "^2.0.4"
|
|
}
|
|
}
|