cesium/packages/sandcastle/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

55 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2025-04-16 04:59:17 +08:00
{
2025-04-18 04:07:03 +08:00
"name": "@cesium/sandcastle",
2025-04-16 04:59:17 +08:00
"private": true,
2025-10-11 06:39:00 +08:00
"version": "0.0.4",
2025-04-16 04:59:17 +08:00
"type": "module",
"main": "index.js",
2025-04-16 04:59:17 +08:00
"scripts": {
2025-07-22 04:17:40 +08:00
"dev": "npm run build-gallery && vite --config vite.config.dev.ts",
"build": "echo 'Sandcastle cannot be built directly. Use the exported buildStatic() function instead'",
2025-07-22 04:17:40 +08:00
"build-gallery": "node scripts/buildGallery.js"
2025-04-16 04:59:17 +08:00
},
"dependencies": {
2025-08-23 00:22:28 +08:00
"@ariakit/react": "^0.4.17",
2025-04-18 05:10:56 +08:00
"@monaco-editor/react": "^4.7.0",
"@stratakit/bricks": "^0.3.4",
"@stratakit/foundations": "^0.2.4",
"@stratakit/icons": "^0.1.3",
"@stratakit/structures": "^0.3.2",
2025-06-18 02:51:01 +08:00
"allotment": "^1.20.4",
"classnames": "^2.5.1",
2025-04-18 05:10:56 +08:00
"monaco-editor": "^0.52.2",
"pako": "^2.1.0",
2025-05-29 21:40:23 +08:00
"prettier": "^3.5.3",
2025-04-16 04:59:17 +08:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2025-08-23 00:22:28 +08:00
"react-stay-scrolled": "^9.0.0",
2025-09-09 04:27:26 +08:00
"react-use": "^17.6.0",
"typescript": "^5.9.3",
2025-08-23 00:22:28 +08:00
"yargs": "^18.0.0"
2025-04-16 04:59:17 +08:00
},
"devDependencies": {
2025-04-18 05:10:56 +08:00
"@types/pako": "^2.0.3",
2025-05-29 21:40:23 +08:00
"@types/prettier": "^2.7.3",
2025-04-16 04:59:17 +08:00
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
2025-10-10 00:00:14 +08:00
"@vitejs/plugin-react": "^5.0.4",
"globby": "^15.0.0",
"jsdom": "^27.0.0",
2025-08-23 00:22:28 +08:00
"pagefind": "^1.3.0",
"rimraf": "^6.0.1",
2025-06-14 02:20:45 +08:00
"slugify": "^1.6.6",
2025-10-10 01:44:26 +08:00
"vite": "^7.1.9",
2025-10-10 00:00:14 +08:00
"vite-plugin-static-copy": "^3.1.3",
2025-05-22 08:27:28 +08:00
"yaml": "^2.8.0"
2025-07-16 03:56:36 +08:00
},
"overrides": {
"allotment": {
"use-resize-observer": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
2025-04-16 04:59:17 +08:00
}
}