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.
34 lines
766 B
34 lines
766 B
1 month ago
|
{
|
||
|
"name": "highscore",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vue-tsc -b && vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@antv/l7": "^2.22.4",
|
||
|
"@antv/l7-maps": "^2.22.4",
|
||
|
"@vueuse/core": "^12.7.0",
|
||
|
"ant-design-vue": "^4.2.6",
|
||
|
"echarts": "^5.6.0",
|
||
|
"less": "^4.2.2",
|
||
|
"pinia": "^2.2.5",
|
||
|
"simplebar": "^6.3.0",
|
||
|
"vue": "^3.5.10",
|
||
|
"vue-router": "^4.4.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^22.7.7",
|
||
|
"@types/vue": "^2.0.0",
|
||
|
"@vitejs/plugin-vue": "^5.1.4",
|
||
|
"typescript": "^5.5.3",
|
||
|
"unplugin-vue-components": "^28.4.0",
|
||
|
"vite": "^5.4.8",
|
||
|
"vite-plugin-qiankun": "^1.0.15",
|
||
|
"vue-tsc": "^2.1.6"
|
||
|
}
|
||
|
}
|