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.
37 lines
907 B
37 lines
907 B
{
|
|
"name": "blog_front",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^4.2.1",
|
|
"aplayer": "^1.10.1",
|
|
"axios": "^1.7.2",
|
|
"echarts": "^5.5.0",
|
|
"normalize.css": "^8.0.1",
|
|
"pinia": "^2.1.7",
|
|
"simplebar-vue": "^2.3.4",
|
|
"typed.js": "^2.1.0",
|
|
"vue": "^3.4.21",
|
|
"vue-audio-better": "^3.0.1",
|
|
"vue-router": "^4.3.0",
|
|
"wordcloud": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/node": "^20.12.5",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"npm-run-all2": "^6.1.2",
|
|
"typescript": "~5.4.0",
|
|
"vite": "^5.2.8",
|
|
"vue-tsc": "^2.0.11"
|
|
}
|
|
}
|