UNPKG

create-cesiumjs

Version:

The recommended way to start a Vite-powered CesiumJS project

14 lines (13 loc) 309 B
{ "scripts": { "build": "run-p type-check \"build-only {@}\" --", "build-only": "vite build", "type-check": "vue-tsc --build --force" }, "devDependencies": { "@types/node": "^20.12.7", "npm-run-all2": "^6.1.2", "typescript": "~5.4.0", "vue-tsc": "^2.0.14" } }