You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
2 years ago
|
{
|
||
|
"name": "dt-web-stage",
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "run-p type-check build-only",
|
||
|
"preview": "vite preview --port 4173",
|
||
|
"test:unit": "vitest --environment jsdom",
|
||
|
"build-only": "vite build",
|
||
|
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
||
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@element-plus/icons-vue": "^2.0.9",
|
||
|
"@turf/turf": "^6.5.0",
|
||
|
"axios": "^0.27.2",
|
||
|
"echarts": "^5.3.3",
|
||
|
"element-plus": "^2.2.15",
|
||
|
"less": "^4.1.3",
|
||
|
"lodash": "^4.17.21",
|
||
|
"moment": "^2.29.4",
|
||
|
"nprogress": "^0.2.0",
|
||
|
"ol": "^7.1.0",
|
||
|
"pinia": "^2.0.17",
|
||
|
"qs": "^6.11.0",
|
||
|
"vue": "^3.2.37",
|
||
|
"vue-router": "^4.1.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rushstack/eslint-patch": "^1.1.4",
|
||
|
"@types/jsdom": "^20.0.0",
|
||
|
"@types/node": "^16.11.47",
|
||
|
"@types/nprogress": "^0.2.0",
|
||
|
"@types/qs": "^6.9.7",
|
||
|
"@vitejs/plugin-vue": "^3.0.1",
|
||
|
"@vue/eslint-config-prettier": "^7.0.0",
|
||
|
"@vue/eslint-config-typescript": "^11.0.0",
|
||
|
"@vue/test-utils": "^2.0.2",
|
||
|
"@vue/tsconfig": "^0.1.3",
|
||
|
"eslint": "^8.21.0",
|
||
|
"eslint-plugin-vue": "^9.3.0",
|
||
|
"jsdom": "^20.0.0",
|
||
|
"npm-run-all": "^4.1.5",
|
||
|
"prettier": "^2.7.1",
|
||
|
"typescript": "~4.7.4",
|
||
|
"unplugin-auto-import": "^0.11.2",
|
||
|
"unplugin-vue-components": "^0.22.4",
|
||
|
"vite": "^3.0.4",
|
||
|
"vite-plugin-compression": "^0.5.1",
|
||
|
"vitest": "^0.21.0",
|
||
|
"vue-tsc": "^0.39.5"
|
||
|
}
|
||
|
}
|