mirror of https://github.com/CesiumGS/cesium.git
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@cesium/sandcastle",
|
|
"private": true,
|
|
"version": "0.0.4",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npm run build-gallery && vite --config vite.config.dev.ts",
|
|
"build": "echo 'Sandcastle cannot be built directly. Use the exported buildStatic() function instead'",
|
|
"build-gallery": "node scripts/buildGallery.js"
|
|
},
|
|
"dependencies": {
|
|
"@ariakit/react": "^0.4.17",
|
|
"@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",
|
|
"allotment": "^1.20.4",
|
|
"classnames": "^2.5.1",
|
|
"monaco-editor": "^0.52.2",
|
|
"pako": "^2.1.0",
|
|
"prettier": "^3.5.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-stay-scrolled": "^9.0.0",
|
|
"react-use": "^17.6.0",
|
|
"typescript": "^5.9.3",
|
|
"yargs": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pako": "^2.0.3",
|
|
"@types/prettier": "^2.7.3",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"globby": "^15.0.0",
|
|
"jsdom": "^27.0.0",
|
|
"pagefind": "^1.3.0",
|
|
"rimraf": "^6.0.1",
|
|
"slugify": "^1.6.6",
|
|
"vite": "^7.1.9",
|
|
"vite-plugin-static-copy": "^3.1.3",
|
|
"yaml": "^2.8.0"
|
|
},
|
|
"overrides": {
|
|
"allotment": {
|
|
"use-resize-observer": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|