theatre/theatre/studio/package.json
2021-10-01 10:54:49 +02:00

34 lines
789 B
JSON

{
"name": "@theatre/studio",
"version": "0.4.5-dev.1",
"license": "AGPL-3.0-only",
"description": "Motion design editor for the web",
"repository": {
"type": "git",
"url": "https://github.com/AriaMinaei/theatre",
"directory": "theatre/studio"
},
"author": {
"name": "TheaterJS Oy",
"email": "hello@theatrejs.com",
"url": "https://www.theatrejs.com"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"scripts": {
"prepublish": "node ../../devEnv/ensurePublishing.js"
},
"sideEffects": false,
"peerDependencies": {
"@theatre/core": "*"
},
"dependencies": {
"@theatre/dataverse": "workspace:*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
}
}