加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏至 提交于 2024-03-08 20:46 . update
{
"name": "view",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@antv/g2": "^5.1.15",
"@antv/l7": "^2.20.14",
"@antv/l7-maps": "^2.20.14",
"@kjgl77/datav-vue3": "^1.7.2",
"vue": "^3.4.21",
"vue-router": "^4.2.5",
"vue3-carousel-3d": "^1.0.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.18",
"less": "^4.2.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化