tiaozhan-exam-2/package.json

41 lines
998 B
JSON

{
"name": "yiireader",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"axios": "^1.2.1",
"vue": "^3.2.45",
"vue-axios": "^3.5.2",
"vue-cli": "^2.9.6",
"vue-cookies": "^1.8.2",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"naive-ui": "^2.34.2",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vfonts": "^0.0.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"
}
}