2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"name": "@theatre/plugin-r3f",
|
2021-09-05 18:01:43 +02:00
|
|
|
"version": "0.4.0-dev.14",
|
2021-06-18 13:05:06 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andrew Prifer",
|
|
|
|
"email": "andrew.prifer@gmail.com",
|
|
|
|
"url": "https://github.com/AndrewPrifer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aria Minaei",
|
|
|
|
"email": "aria@theatrejs.com",
|
|
|
|
"url": "https://github.com/AriaMinaei"
|
|
|
|
}
|
|
|
|
],
|
2021-06-18 19:54:35 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/AriaMinaei/theatre",
|
|
|
|
"directory": "packages/plugin-r3f"
|
|
|
|
},
|
2021-08-07 22:30:29 +02:00
|
|
|
"main": "dist/index.js",
|
2021-06-18 13:05:06 +02:00
|
|
|
"types": "dist/index.d.ts",
|
2021-08-07 21:41:07 +02:00
|
|
|
"sideEffects": false,
|
2021-06-18 13:05:06 +02:00
|
|
|
"files": [
|
|
|
|
"dist/**/*"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2021-08-07 23:38:24 +02:00
|
|
|
"prepack": "node ../../devEnv/ensurePublishing.js",
|
2021-06-18 13:05:06 +02:00
|
|
|
"typecheck": "yarn run build",
|
2021-08-07 21:41:07 +02:00
|
|
|
"build": "run-s build:ts build:js",
|
|
|
|
"build:ts": "tsc --build ./tsconfig.json",
|
|
|
|
"build:js": "node -r esbuild-register ./devEnv/build.ts",
|
2021-08-04 21:51:25 +02:00
|
|
|
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
2021-06-18 13:05:06 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^26.0.23",
|
|
|
|
"@types/lodash-es": "^4.17.4",
|
|
|
|
"@types/node": "^15.6.2",
|
|
|
|
"@types/react": "^17.0.9",
|
2021-07-04 19:14:00 +02:00
|
|
|
"@types/styled-components": "^5.1.9",
|
2021-08-07 21:41:07 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-09-01 10:41:54 +02:00
|
|
|
"typescript": "^4.4.2"
|
2021-06-18 13:05:06 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-08 10:33:13 +02:00
|
|
|
"@react-three/drei": "^7.3.1",
|
2021-09-05 23:07:02 +02:00
|
|
|
"@theatre/react": "workspace:*",
|
2021-06-18 13:05:06 +02:00
|
|
|
"lodash-es": "^4.17.21",
|
2021-07-13 16:13:15 +02:00
|
|
|
"polished": "^4.1.3",
|
2021-06-18 13:05:06 +02:00
|
|
|
"react-icons": "^4.2.0",
|
|
|
|
"react-merge-refs": "^1.1.0",
|
|
|
|
"react-shadow": "^19.0.2",
|
|
|
|
"react-use-measure": "^2.0.4",
|
|
|
|
"reakit": "^1.3.8",
|
2021-07-04 19:14:00 +02:00
|
|
|
"styled-components": "^5.3.0",
|
2021-06-18 13:05:06 +02:00
|
|
|
"zustand": "^3.5.1"
|
2021-08-06 11:43:33 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-08-08 10:33:13 +02:00
|
|
|
"@react-three/fiber": "^7.0.6",
|
2021-08-06 11:43:33 +02:00
|
|
|
"@theatre/core": "*",
|
2021-08-07 22:30:29 +02:00
|
|
|
"@theatre/studio": "*",
|
2021-08-08 10:33:13 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"three": "^0.131.3"
|
2021-06-18 13:05:06 +02:00
|
|
|
}
|
2021-08-06 11:43:33 +02:00
|
|
|
}
|