go-view/package.json

90 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2021-12-10 14:11:49 +08:00
{
"name": "go-view",
2024-03-14 12:07:41 +08:00
"version": "1.3.1",
2022-12-22 14:51:51 +08:00
"engines": {
2023-03-04 17:06:28 +08:00
"node": ">=12.0"
2022-12-22 14:51:51 +08:00
},
2021-12-10 14:11:49 +08:00
"scripts": {
2022-02-09 17:40:23 +08:00
"dev": "vite --host",
2021-12-10 14:11:49 +08:00
"build": "vue-tsc --noEmit && vite build",
2022-06-15 17:30:24 +08:00
"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"
2021-12-10 14:11:49 +08:00
},
"dependencies": {
2022-10-19 09:29:50 +08:00
"@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.8",
2023-12-17 00:12:50 +08:00
"@iconify/json": "^2.2.158",
2022-03-26 20:59:20 +08:00
"@types/color": "^3.0.3",
"@types/crypto-js": "^4.1.1",
2022-04-12 12:01:40 +08:00
"@types/keymaster": "^1.6.30",
"@types/lodash": "^4.14.184",
2022-01-13 16:20:25 +08:00
"animate.css": "^4.1.1",
2023-07-15 14:13:40 +08:00
"axios": "^1.4.0",
"color": "^4.2.3",
"crypto-js": "^4.1.1",
2023-03-08 15:01:19 +08:00
"dayjs": "^1.11.7",
2022-12-16 19:36:14 +08:00
"dom-helpers": "^5.2.1",
"echarts-liquidfill": "^3.1.0",
2022-09-15 12:07:01 +08:00
"echarts-stat": "^1.2.0",
2022-09-22 01:01:54 +08:00
"echarts-wordcloud": "^2.0.0",
2022-10-12 21:08:24 +08:00
"gsap": "^3.11.3",
"highlight.js": "^11.5.0",
2022-04-05 19:01:52 +08:00
"html2canvas": "^1.4.1",
2023-12-17 00:12:50 +08:00
"iconify-icon": "^1.0.8",
2022-04-12 12:01:40 +08:00
"keymaster": "^1.6.2",
2023-05-23 20:55:24 +08:00
"mitt": "^3.0.0",
"monaco-editor": "^0.33.0",
"naive-ui": "2.34.3",
"pinia": "^2.0.13",
"screenfull": "^6.0.1",
2022-10-12 21:08:24 +08:00
"three": "^0.145.0",
"vue": "^3.2.31",
"vue-demi": "^0.13.1",
"vue-i18n": "9.2.2",
"vue-router": "4.0.12",
2022-03-15 17:49:02 +08:00
"vue3-lazyload": "^0.2.5-beta",
2022-04-03 15:06:32 +08:00
"vue3-sketch-ruler": "^1.3.3",
"vuedraggable": "^4.1.0"
2021-12-10 14:11:49 +08:00
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/node": "^16.11.26",
2022-10-12 21:08:24 +08:00
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
2022-05-04 01:46:56 +08:00
"@vicons/carbon": "^0.12.0",
2021-12-20 13:36:54 +08:00
"@vicons/ionicons5": "~0.11.0",
2023-05-18 09:19:02 +08:00
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/compiler-sfc": "^3.2.31",
"@vueuse/core": "^7.7.1",
"commitlint": "^17.0.2",
2021-12-10 14:11:49 +08:00
"default-passive-events": "^2.0.0",
"echarts": "^5.3.2",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"husky": "^8.0.1",
2021-12-20 13:36:54 +08:00
"lodash": "~4.17.21",
2022-01-25 18:19:44 +08:00
"mockjs": "^1.1.0",
"plop": "^3.0.5",
"prettier": "^2.6.2",
"sass": "^1.49.11",
"sass-loader": "^12.6.0",
2022-09-12 01:14:15 +08:00
"typescript": "4.6.3",
2023-05-16 19:48:23 +08:00
"vite": "4.3.6",
"vite-plugin-compression": "^0.5.1",
2021-12-10 14:11:49 +08:00
"vite-plugin-importer": "^0.2.5",
"vite-plugin-mock": "^2.9.6",
2022-07-06 14:13:27 +08:00
"vite-plugin-monaco-editor": "^1.1.0",
2022-01-25 18:19:44 +08:00
"vue-echarts": "^6.0.2",
"vue-tsc": "^0.28.10"
2021-12-10 14:11:49 +08:00
}
}