2026-04-11 23:28:23 +08:00
|
|
|
{
|
|
|
|
|
"name": "web",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2026-04-26 00:14:25 +08:00
|
|
|
"postinstall": "node scripts/sync-cesium-assets.mjs",
|
|
|
|
|
"prebuild": "node scripts/sync-cesium-assets.mjs",
|
|
|
|
|
"dev": "next dev --webpack",
|
|
|
|
|
"build": "next build --webpack",
|
2026-04-11 23:28:23 +08:00
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-04 01:23:05 +08:00
|
|
|
"@antv/x6": "^3.1.7",
|
2026-04-12 16:00:20 +08:00
|
|
|
"@tanstack/react-query": "^5.90.5",
|
2026-04-23 09:41:54 +08:00
|
|
|
"antd": "^5.29.3",
|
2026-04-26 00:14:25 +08:00
|
|
|
"cesium": "^1.140.0",
|
2026-04-17 21:55:27 +08:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"framer-motion": "^12.38.0",
|
2026-04-11 23:28:23 +08:00
|
|
|
"next": "16.2.3",
|
|
|
|
|
"react": "19.2.4",
|
2026-04-17 21:55:27 +08:00
|
|
|
"react-dom": "19.2.4",
|
2026-06-15 19:10:20 +08:00
|
|
|
"react-redux": "^9.3.0",
|
2026-06-15 10:55:56 +08:00
|
|
|
"recharts": "^3.8.1",
|
2026-06-15 19:10:20 +08:00
|
|
|
"reselect": "^5.2.0",
|
2026-04-17 21:55:27 +08:00
|
|
|
"tailwind-merge": "^3.5.0"
|
2026-04-11 23:28:23 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
2026-04-24 15:50:52 +08:00
|
|
|
"@types/react": "^19.2.14",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
2026-04-11 23:28:23 +08:00
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.2.3",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
2026-06-20 07:53:28 +08:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
|
|
|
|
|
"lightningcss-linux-arm64-gnu": "1.32.0"
|
2026-04-11 23:28:23 +08:00
|
|
|
}
|
|
|
|
|
}
|