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.
26 lines
558 B
26 lines
558 B
{
|
|
"name": "laic-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.8",
|
|
"less": "^4.9.0",
|
|
"maptalks": "^1.12.1",
|
|
"pinia": "^2.1.7",
|
|
"tdesign-vue-next": "^1.20.6",
|
|
"vue": "^3.4.27",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"unplugin-auto-import": "^21.1.0",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"vite": "^5.2.11"
|
|
}
|
|
}
|
|
|