theatre/compat-tests/fixtures/basic-react17/package/package.json

18 lines
441 B
JSON
Raw Normal View History

{
"scripts": {
2023-07-30 15:41:09 +02:00
"dev": "parcel serve ./index.html",
"build": "NODE_ENV=production parcel build ./index.html --no-minify",
"start": "serve dist"
},
"dependencies": {
"@theatre/core": "0.0.1-COMPAT.1",
"@theatre/studio": "0.0.1-COMPAT.1",
"parcel-bundler": "^1.12.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
2023-08-06 17:18:35 +02:00
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
2023-07-30 15:41:09 +02:00
"serve": "14.2.0"
}
}