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.
16 lines
287 B
16 lines
287 B
{
|
|
"name": "vapara-vue3",
|
|
"version": "0.0.5",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.1.3",
|
|
"vue": "^3.0.0-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^1.0.0-rc.1",
|
|
"@vue/compiler-sfc": "^3.0.0-rc.1"
|
|
}
|
|
}
|