{ "name": "TvT.js", "version": "1.0.0", "description": "An open-source framework for rapid implementation of 3D visualization projects", "scripts": { "dev": "fes dev", "build": "fes build", "pre.dev": "cross-env FES_ENV=predev fes dev", "pre.dev.one": "cross-env FES_ENV=predev.one fes dev", "pre.build": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev fes build", "pre.build.one": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev.one fes build", "both": "concurrently \"npm run dev\" \"npm run pre.dev\" ", "plugin.marker": "node pluginMaker/index.js", "pre.build.icegl": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev FES_APP_ONLINE_API=true fes build", "analyze": "cross-env ANALYZE=1 fes build", "test:unit": "fes test:unit", "postinstall": "patch-package" }, "keywords": [ "three.js", "three", "3D", "webgl", "三维可视化", "TvT.js", "数字孪生", "tres.js", "tres" ], "author": "地虎降天龙", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "devDependencies": { "@tweakpane/core": "^2.0.5", "@types/mapbox__tilebelt": "^1.0.4", "@types/offscreencanvas": "^2019.7.3", "@types/three": "0.173.0", "@webank/eslint-config-webank": "1.3.1", "concurrently": "^9.1.2", "cross-env": "^7.0.3", "esm": "^3.2.25", "sass": "1.71.1", "typescript": "5.7.3", "vite-plugin-glsl": "0.2.2" }, "dependencies": { "3d-tiles-renderer": "0.4.4", "@amap/amap-jsapi-loader": "^1.0.1", "@fesjs/builder-vite": "4.0.5", "@fesjs/fes": "3.1.17", "@fesjs/fes-design": "0.8.78", "@fesjs/plugin-access": "3.1.9", "@fesjs/plugin-enums": "^3.0.1", "@fesjs/plugin-layout": "5.4.6", "@fesjs/plugin-model": "3.0.3", "@fesjs/plugin-pinia": "^3.0.3", "@fesjs/plugin-qiankun": "^3.1.6", "@fesjs/plugin-request": "^4.0.0-beta.6", "@fesjs/plugin-sass": "^3.0.0", "@here/quantized-mesh-decoder": "^1.2.8", "@iconify/json": "2.2.302", "@mapbox/tilebelt": "^2.0.2", "@pmndrs/vanilla": "^1.20.2", "@tresjs/cientos": "4.1.0", "@tresjs/core": "4.3.2", "@tresjs/leches": "^0.14.1", "@tresjs/post-processing": "^2.0.0", "@turf/turf": "^7.2.0", "@tweenjs/tween.js": "^25.0.0", "@vicons/carbon": "^0.13.0", "@vicons/ionicons5": "^0.13.0", "animate.css": "^4.1.1", "axios": "^1.7.9", "cannon-es": "^0.20.0", "chalk": "^5.4.1", "color": "^4.2.3", "compressing": "^1.10.1", "core-js": "^3.40.0", "d3-geo": "^3.1.1", "dayjs": "^1.11.13", "echarts": "^5.6.0", "echarts-liquidfill": "^3.1.0", "echarts-stat": "^1.2.0", "echarts-wordcloud": "^2.1.0", "file-saver": "^2.0.5", "gl-matrix": "^3.4.3", "gl-noise": "^1.6.1", "gsap": "3.12.7", "heatmap.js-fix": "^1.0.0", "iconify-icon": "^2.3.0", "jszip": "^3.10.1", "lamina": "^1.1.23", "lodash": "^4.17.21", "lygia": "^1.3.0", "naive-ui": "2.41.0", "netcdfjs": "^3.0.0", "oimophysics": "^1.2.2", "patch-package": "^8.0.0", "pinia": "2.3.1", "postinstall-postinstall": "^2.1.0", "postprocessing": "6.36.6", "simplex-noise": "^4.0.3", "three": "0.173.0", "three-bvh-csg": "^0.0.16", "three-custom-shader-material": "6.3.0", "three-loader-3dtiles": "1.2.7", "three-mesh-bvh": "0.9.0", "three-subdivide": "^1.1.5", "three-tile": "^0.8.1", "three.quarks": "^0.15.7", "tilebelt-wgs84": "1.1.4", "turf": "^3.0.14", "tweakpane": "4.0.5", "unocss": "^0.58.9", "vite-plugin-javascript-obfuscator": "^3.1.0", "vue": "3.5.13", "vue-echarts": "^7.0.3", "vue3-lazyload": "^0.3.8" } }