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.
29 lines
633 B
29 lines
633 B
{
|
|
"name": "afvue",
|
|
"version": "0.0.0",
|
|
"description": "ss",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 4173"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.11.0",
|
|
"event-source-polyfill": "^1.0.31",
|
|
"lodash": "^4.17.21",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.16",
|
|
"store": "^2.0.12",
|
|
"vue": "^2.7.7",
|
|
"vue-router": "^3.5.4",
|
|
"vuex": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-legacy": "^2.0.0",
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"protobufjs": "^7.5.4",
|
|
"terser": "^5.14.2",
|
|
"vite": "^3.0.2"
|
|
}
|
|
}
|
|
|