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.
|
|
|
|
{
|
|
|
|
|
"name": "app5",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"qs": "^6.11.1",
|
|
|
|
|
"vue": "^3.2.47",
|
|
|
|
|
"vue-router": "^4.1.6"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@popperjs/core": "^2.11.6",
|
|
|
|
|
"@types/qs": "^6.9.7",
|
|
|
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
|
|
|
"axios": "^1.3.4",
|
|
|
|
|
"bootstrap": "^5.2.3",
|
|
|
|
|
"sass": "^1.59.3",
|
|
|
|
|
"typescript": "^5.0.2",
|
|
|
|
|
"vite": "^4.2.0"
|
|
|
|
|
}
|
|
|
|
|
}
|