theatre/compat-tests/fixtures/parcel1/package/package.json
2023-08-01 17:47:17 +02:00

16 lines
413 B
JSON

{
"scripts": {
"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/r3f": "0.0.1-COMPAT.1",
"@theatre/studio": "0.0.1-COMPAT.1",
"parcel-bundler": "^1.12.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve": "14.2.0"
}
}