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.
21 lines
439 B
21 lines
439 B
{
|
|
"name": "afvue",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 4173"
|
|
},
|
|
"dependencies": {
|
|
"event-source-polyfill": "^1.0.31",
|
|
"pinia": "^2.0.16",
|
|
"vue": "^2.7.7",
|
|
"vue-router": "^3.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-legacy": "^2.0.0",
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"terser": "^5.14.2",
|
|
"vite": "^3.0.2"
|
|
}
|
|
}
|
|
|