Files
fquiz/web/package.json
T

51 lines
1.3 KiB
JSON
Raw Normal View History

{
"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",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ant-design/icons": "^6.3.2",
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",
"@ant-design/icons": "^5.6.1",
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",
"highlight.js": "^11.11.1",
2026-06-28 09:50:09 +08:00
"jszip": "^3.10.1",
"next": "16.2.3",
"react": "19.2.4",
2026-04-17 21:55:27 +08:00
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"react-redux": "^9.3.0",
"recharts": "^3.8.1",
"rehype-highlight": "^7.0.2",
"rehype-slug": "^6.0.0",
"reselect": "^5.2.0",
2026-04-17 21:55:27 +08:00
"tailwind-merge": "^3.5.0"
},
"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",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",
"typescript": "^5"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
"lightningcss-linux-arm64-gnu": "1.32.0"
}
}