1
0
go-view-fetch/package.json

109 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2025-08-20 12:09:24 +08:00
{
"name": "go-view",
"version": "2.2.9",
"engines": {
"node": ">=16.14"
},
"scripts": {
"dev": "npm run fix:memory && vite --host",
"fix:memory": "node fix-memory.js",
"fix-memory": "cross-env LIMIT=8192 increase-memory-limit",
"build:prod": "npm run fix-memory && vite build",
"build": "vite build",
"preview": "vite preview",
"new": "plop --plopfile ./plop/plopfile.js",
"postinstall": "husky install",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix"
},
"dependencies": {
"@amap/amap-jsapi-loader": "1.0.1",
"@amap/amap-jsapi-types": "0.0.15",
"@iconify/json": "2.2.324",
"@types/color": "4.2.0",
"@types/crypto-js": "4.2.2",
"@types/keymaster": "1.6.33",
"@types/lodash": "4.14.184",
"@visactor/vchart": "1.12.12",
"@visactor/vchart-theme": "1.12.2",
"@vue/reactivity": "3.5.16",
"animate.css": "4.1.1",
"async-validator": "4.2.5",
"axios": "1.7.9",
"color": "4.2.3",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"dom-helpers": "5.2.1",
"echarts-gl": "2.0.9",
"echarts-liquidfill": "3.1.0",
"echarts-stat": "1.2.0",
"echarts-wordcloud": "2.1.0",
"gsap": "3.12.7",
"highcharts": "12.2.0",
"highcharts-3d": "0.1.7",
"highcharts-vue": "2.0.1",
"highlight.js": "11.11.1",
"html2canvas": "1.4.1",
"iconify-icon": "2.2.0",
"js-base64": "3.7.7",
"js-md5": "0.8.3",
"keymaster": "1.6.2",
"mitt": "3.0.1",
"monaco-editor": "0.52.2",
"naive-ui": "2.34.3",
"pinia": "2.3.0",
"screenfull": "6.0.2",
"three": "0.171.0",
"uuid": "3.4.0",
"vue": "3.5.13",
"vue-demi": "0.14.10",
"vue-i18n": "9.2.2",
"vue-router": "4.5.0",
"vue3-lazyload": "0.3.8",
"vue3-seamless-scroll": "2.0.1",
"vue3-sketch-ruler": "1.3.15",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@types/node": "16.11.26",
"@types/three": "0.171.0",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vicons/carbon": "0.13.0",
"@vicons/ionicons5": "0.13.0",
"@vitejs/plugin-vue": "4.6.2",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-sfc": "3.5.13",
"@vueuse/core": "7.7.1",
"commitlint": "17.8.1",
"cross-env": "7.0.3",
"default-passive-events": "2.0.0",
"echarts": "5.6.0",
"esbuild": "^0.25.9",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "8.7.1",
"husky": "9.1.7",
"increase-memory-limit": "1.0.7",
"lodash": "4.17.21",
"mockjs": "1.1.0",
"plop": "4.0.1",
"prettier": "2.8.8",
"sass": "1.49.11",
"sass-loader": "12.6.0",
"typescript": "4.6.3",
"vite": "4.3.6",
"vite-plugin-compression": "0.5.1",
"vite-plugin-importer": "0.2.5",
"vite-plugin-mock": "2.9.8",
"vite-plugin-monaco-editor": "1.1.0",
"vue-echarts": "7.0.3",
"vue-tsc": "0.28.10"
}
}