theatre/packages/playground/package.json

31 lines
791 B
JSON
Raw Normal View History

2021-06-18 13:05:06 +02:00
{
"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": {
2021-07-23 14:04:01 +02:00
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
2021-06-18 13:05:06 +02:00
"@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",
2021-07-23 14:04:01 +02:00
"esbuild": "^0.12.15",
2021-06-18 13:05:06 +02:00
"esbuild-register": "^2.5.0",
2021-07-23 14:04:01 +02:00
"three": "^0.130.1",
2021-09-01 10:41:54 +02:00
"typescript": "^4.4.2"
2021-06-18 13:05:06 +02:00
}
}