theatre/examples/r3f-cra/package.json

41 lines
937 B
JSON
Raw Normal View History

{
"name": "@examples/r3f-cra",
"version": "0.1.0",
"private": true,
"installConfig": {
2021-08-07 22:30:29 +02:00
"hoistingLimits": "workspaces"
},
"dependencies": {
"@react-three/drei": "^7.2.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@theatre/core": "workspace:*",
"@theatre/r3f": "workspace:*",
"react-scripts": "^5.0.1",
"three": "^0.130.1",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@theatre/studio": "workspace:*"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}