1 Star 0 Fork 3

智慧城市案例/智慧城市part1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
syn 提交于 2020-10-13 10:55 . add
{
"name": "svtuil-vue3",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "vue-cli-service build --mode testing",
"build:replace": "vue-cli-service build && node replace.js"
},
"dependencies": {
"@tweenjs/tween.js": "^17.3.0",
"axios": "^0.18.0",
"d3": "^5.9.1",
"echarts": "^4.7.0",
"element-ui": "^2.5.4",
"ityped": "^1.0.3",
"jquery": "^3.3.1",
"leaflet": "^1.4.0",
"three": "^0.110.0",
"three-css3drenderer": "^1.0.1",
"three-orbitcontrols": "^2.110.1",
"three-subdivision-modifier": "^1.0.5",
"vue": "^2.6.6",
"vue-baidu-map": "^0.21.22",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"vue-template-compiler": "^2.5.21"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
},
"plugins": [
"vue"
],
"rules": {
"no-console": 0,
"no-debugger": 0,
"prettier/prettier": [
"warn",
{
"#": "prettier config in here :)",
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"bracketSpacing": true
}
]
},
"globals": {
"jQuery": true,
"$": true,
"d3": true,
"THREE": true,
"TWEEN": true,
"L": true,
"CONFIG": true
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tl_smart_city/smart_city_part1.git
git@gitee.com:tl_smart_city/smart_city_part1.git
tl_smart_city
smart_city_part1
智慧城市part1
master

搜索帮助