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.
29 lines
657 B
29 lines
657 B
{
|
|
"name": "laic-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"deploy": "bash scripts/deploy.sh"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.8",
|
|
"hls.js": "^1.7.1",
|
|
"less": "^4.9.0",
|
|
"mapbox-gl": "^3.29.0",
|
|
"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",
|
|
"http-proxy-agent": "^9.1.0",
|
|
"unplugin-auto-import": "^21.1.0",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"vite": "^5.2.11"
|
|
}
|
|
}
|
|
|