2021-12-10 14:11:49 +08:00
|
|
|
{
|
|
|
|
"name": "go-view",
|
2022-04-18 09:32:01 +08:00
|
|
|
"version": "1.0.0",
|
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-01-19 21:29:04 +08:00
|
|
|
"new": "plop --plopfile ./plop/plopfile.js"
|
2021-12-10 14:11:49 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-26 20:59:20 +08:00
|
|
|
"@types/color": "^3.0.3",
|
2022-04-13 21:31:18 +08:00
|
|
|
"@types/crypto-js": "^4.1.1",
|
2022-04-12 12:01:40 +08:00
|
|
|
"@types/keymaster": "^1.6.30",
|
2022-01-13 16:20:25 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2022-03-21 20:56:42 +08:00
|
|
|
"axios": "0.23.0",
|
2022-04-06 13:38:19 +08:00
|
|
|
"color": "^4.2.3",
|
2022-04-13 21:31:18 +08:00
|
|
|
"crypto-js": "^4.1.1",
|
2022-04-06 13:38:19 +08:00
|
|
|
"echarts-liquidfill": "^3.1.0",
|
2022-03-18 20:36:05 +08:00
|
|
|
"highlight.js": "^11.5.0",
|
2022-04-05 19:01:52 +08:00
|
|
|
"html2canvas": "^1.4.1",
|
2022-04-12 12:01:40 +08:00
|
|
|
"keymaster": "^1.6.2",
|
2022-04-06 13:38:19 +08:00
|
|
|
"naive-ui": "^2.27.0",
|
|
|
|
"pinia": "^2.0.13",
|
|
|
|
"screenfull": "^6.0.1",
|
|
|
|
"vue": "^3.2.31",
|
2022-04-22 16:40:46 +08:00
|
|
|
"vue-i18n": "9.1.9",
|
2022-03-01 16:39:04 +08:00
|
|
|
"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": {
|
2022-04-06 13:38:19 +08:00
|
|
|
"@types/node": "^16.11.26",
|
|
|
|
"@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",
|
2022-04-06 13:38:19 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.9",
|
|
|
|
"@vue/compiler-sfc": "^3.2.31",
|
|
|
|
"@vueuse/core": "^7.7.1",
|
2021-12-10 14:11:49 +08:00
|
|
|
"default-passive-events": "^2.0.0",
|
2022-04-06 13:38:19 +08:00
|
|
|
"echarts": "^5.3.2",
|
|
|
|
"eslint": "^8.12.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2021-12-14 15:53:30 +08:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-04-06 13:38:19 +08:00
|
|
|
"eslint-plugin-vue": "^8.5.0",
|
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",
|
2022-04-06 13:38:19 +08:00
|
|
|
"prettier": "^2.6.2",
|
|
|
|
"sass": "^1.49.11",
|
|
|
|
"sass-loader": "^12.6.0",
|
|
|
|
"typescript": "^4.6.3",
|
2022-04-15 17:48:02 +08:00
|
|
|
"vite": "2.9.5",
|
2022-02-28 20:26:04 +08:00
|
|
|
"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-01-25 18:19:44 +08:00
|
|
|
"vue-echarts": "^6.0.2",
|
2022-04-06 13:38:19 +08:00
|
|
|
"vue-tsc": "^0.28.10"
|
2021-12-10 14:11:49 +08:00
|
|
|
}
|
2021-12-14 15:53:30 +08:00
|
|
|
}
|