theatre/packages/playground/package.json

36 lines
915 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": {
"@react-three/drei": "^5.3.1",
"@react-three/fiber": "^6.2.2",
"@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.5",
"esbuild-register": "^2.5.0",
"three": "^0.129.0",
"typescript": "^4.3.2"
},
"dependencies": {
"autoprefixer": "^10.2.6",
"esbuild-plugin-postcss2": "^0.0.9",
"tailwindcss": "^2.1.2"
}
}