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": "insurance-web",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc -b && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^1.7.2",
|
|
|
|
"pinia": "^2.2.2",
|
|
|
|
"pinia-plugin-persistedstate": "^3.2.3",
|
|
|
|
"postcss-pxtorem": "^6.1.0",
|
|
|
|
"vue": "^3.4.29",
|
|
|
|
"vue-i18n": "10",
|
|
|
|
"vue-router": "4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@arco-design/web-vue": "^2.55.3",
|
|
|
|
"@arco-plugins/vite-vue": "^1.4.5",
|
|
|
|
"@types/node": "^20.14.10",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"postcss": "^8.4.39",
|
|
|
|
"sass": "^1.89.0",
|
|
|
|
"tailwindcss": "^3.4.4",
|
|
|
|
"typescript": "^5.2.2",
|
|
|
|
"unplugin-auto-import": "^0.17.6",
|
|
|
|
"unplugin-vue-components": "^0.27.2",
|
|
|
|
"vite": "^5.3.1",
|
|
|
|
"vue-tsc": "^2.0.21"
|
|
|
|
}
|
|
|
|
}
|