71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"name": "mujoco",
|
|
"version": "1.0.0-alpha.1",
|
|
"description": "MuJoCo JavaScript Bindings",
|
|
"directories": {
|
|
"example": "examples",
|
|
"lib": "lib",
|
|
"test": "tests"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"test": "node --loader ts-node/esm --trace-warnings tests/run_tests.mjs",
|
|
"benchmark": "node --loader ts-node/esm --trace-warnings tests/run_benchmarks.mjs",
|
|
"dev:sandbox": "vite --config tests/sandbox/vite.sandbox.config.ts",
|
|
"build:sandbox": "vite build --config tests/sandbox/vite.sandbox.config.ts",
|
|
"dev:demo": "vite --config demo_app/vite.demo.config.ts",
|
|
"build:demo": "vite build --config demo_app/vite.demo.config.ts",
|
|
"dev:platform": "vite --config web_platform/vite.config.ts",
|
|
"build:platform": "vite build --config web_platform/vite.config.ts",
|
|
"preview:platform": "vite preview --config web_platform/vite.config.ts",
|
|
"typecheck:platform": "tsc -p web_platform/tsconfig.json --noEmit",
|
|
"lint:platform": "eslint web_platform/src web_platform/e2e",
|
|
"test:platform": "vitest run --config web_platform/vite.config.ts",
|
|
"test:e2e:platform": "playwright test -c web_platform/playwright.config.ts"
|
|
},
|
|
"author": "Google DeepMind",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@playwright/test": "^1.62.1",
|
|
"@testing-library/jest-dom": "^7.0.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/jasmine": "^5.1.8",
|
|
"@types/node": "^24.1.0",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@types/three": "^0.185.4",
|
|
"@vitejs/plugin-react": "^6.1.0",
|
|
"autoprefixer": "^10.5.4",
|
|
"eslint": "^10.8.1",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.4",
|
|
"globals": "^17.11.0",
|
|
"jasmine": "^5.9.0",
|
|
"jsdom": "^30.0.1",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^3.4.17",
|
|
"three": "^0.178.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "5.8.2",
|
|
"typescript-eslint": "^8.67.0",
|
|
"vite": "^8.0.16",
|
|
"vitest": "^4.1.11"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@mujoco/mujoco": "^3.11.0",
|
|
"fflate": "^0.8.3",
|
|
"lucide-react": "^0.555.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"onnxruntime-web": "^1.29.0",
|
|
"pyodide": "^0.29.4",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"zustand": "^5.0.15"
|
|
}
|
|
}
|