36 lines
855 B
JSON
36 lines
855 B
JSON
{
|
|
"name": "lingxinxue-web-new",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
|
|
"preview": "vite preview",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"element-plus": "^2.7.8",
|
|
"pinia": "^2.2.0",
|
|
"qs": "^6.12.3",
|
|
"vant": "^4.9.4",
|
|
"vue": "^3.4.31",
|
|
"vue-router": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/qs": "^6.9.15",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"postcss": "^8.4.40",
|
|
"sass": "^1.77.6",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-auto-import": "^0.18.2",
|
|
"unplugin-vue-components": "^0.27.3",
|
|
"vite": "^5.3.4",
|
|
"vue-tsc": "^2.0.24"
|
|
}
|
|
}
|