2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"name": "@theatre/studio",
|
2021-11-25 18:39:17 +01:00
|
|
|
"version": "0.4.8-dev.1",
|
2021-06-18 13:05:06 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-06-18 19:54:35 +02:00
|
|
|
"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"
|
|
|
|
},
|
2021-08-07 22:30:29 +02:00
|
|
|
"main": "dist/index.js",
|
2021-06-18 13:05:06 +02:00
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"files": [
|
2021-08-07 23:24:37 +02:00
|
|
|
"dist/*"
|
2021-06-18 13:05:06 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
2021-08-04 21:51:25 +02:00
|
|
|
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
2021-06-18 13:05:06 +02:00
|
|
|
},
|
2021-08-07 21:41:07 +02:00
|
|
|
"sideEffects": false,
|
2021-06-18 13:05:06 +02:00
|
|
|
"peerDependencies": {
|
|
|
|
"@theatre/core": "*"
|
2021-08-07 21:41:07 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-08 10:33:13 +02:00
|
|
|
"@theatre/dataverse": "workspace:*",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"styled-components": "^5.3.0"
|
2021-06-18 13:05:06 +02:00
|
|
|
}
|
2021-08-06 11:44:20 +02:00
|
|
|
}
|