{ "name": "playground", "version": "1.0.0-dev", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "serve": "node -r esbuild-register devEnv/servePlayground.ts", "typecheck": "yarn run build", "build": "tsc --build ./tsconfig.json" }, "devDependencies": { "@react-three/drei": "^7.2.2", "@react-three/fiber": "^7.0.6", "@theatre/core": "workspace:*", "@theatre/plugin-r3f": "workspace:*", "@theatre/studio": "workspace:*", "@types/jest": "^26.0.23", "@types/lodash-es": "^4.17.4", "@types/node": "^15.6.2", "@types/react": "^17.0.9", "esbuild": "^0.12.15", "esbuild-register": "^2.5.0", "three": "^0.130.1", "typescript": "^4.3.5" } }