36 lines
837 B
JSON
36 lines
837 B
JSON
|
|
{
|
||
|
|
"name": "y",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite --open",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview --open"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^1.4.0",
|
||
|
|
"lib-flexible": "^0.3.2",
|
||
|
|
"pinia": "^2.1.3",
|
||
|
|
"pinia-plugin-persistedstate": "^3.1.0",
|
||
|
|
"postcss-pxtorem": "^6.0.0",
|
||
|
|
"qs": "^6.11.2",
|
||
|
|
"sass": "^1.62.1",
|
||
|
|
"scss": "^0.2.4",
|
||
|
|
"vant": "^4.4.1",
|
||
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||
|
|
"vue": "^3.2.47",
|
||
|
|
"vue-router": "^4.2.2",
|
||
|
|
"vue-template-compiler": "^2.7.14",
|
||
|
|
"vue3-hash-calendar": "^1.1.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.2.5",
|
||
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
||
|
|
"typescript": "^5.0.2",
|
||
|
|
"unplugin-vue-components": "^0.25.0",
|
||
|
|
"vite": "^4.3.9",
|
||
|
|
"vue-tsc": "^1.4.2"
|
||
|
|
}
|
||
|
|
}
|