43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "nx",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
|
|
"lint:eslint": "eslint . --fix",
|
|
"lint": "run-s lint:*"
|
|
},
|
|
"dependencies": {
|
|
"@jiaminghi/data-view": "^2.10.0",
|
|
"@types/three": "^0.179.0",
|
|
"axios": "^1.11.0",
|
|
"cesium": "^1.133.0",
|
|
"echarts": "^5.6.0",
|
|
"mapbox-gl": "^3.14.0",
|
|
"pinia": "^3.0.3",
|
|
"three": "^0.179.1",
|
|
"vue": "^3.5.18",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.31.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"eslint": "^9.31.0",
|
|
"eslint-plugin-oxlint": "~1.8.0",
|
|
"eslint-plugin-vue": "~10.3.0",
|
|
"globals": "^16.3.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxlint": "~1.8.0",
|
|
"vite": "^7.0.6",
|
|
"vite-plugin-vue-devtools": "^8.0.0"
|
|
}
|
|
}
|