theatre/examples/dom-cra/package.json

40 lines
895 B
JSON
Raw Normal View History

2021-08-07 20:54:28 +02:00
{
"name": "@examples/dom-cra",
2021-08-07 20:54:28 +02:00
"version": "0.1.0",
"private": true,
"installConfig": {
"hoistingLimits": "dependencies"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@theatre/core": "workspace:*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"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"
]
}
}