48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@theatre/dataverse-react",
|
|
"version": "0.4.0-dev.8",
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Aria Minaei",
|
|
"email": "aria@theatrejs.com",
|
|
"url": "https://github.com/AriaMinaei"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AriaMinaei/theatre",
|
|
"directory": "packages/dataverse-react"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepack": "yarn run build",
|
|
"typecheck": "yarn run build",
|
|
"build": "run-s build:ts build:js",
|
|
"build:ts": "tsc --build ./tsconfig.json",
|
|
"build:js": "node -r esbuild-register ./devEnv/build.ts",
|
|
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.23",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/node": "^15.6.2",
|
|
"@types/react": "^17.0.9",
|
|
"@types/react-dom": "^17.0.6",
|
|
"esbuild": "^0.12.15",
|
|
"esbuild-register": "^2.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "^4.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@theatre/dataverse": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"queue-microtask": "^1.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"raect-dom": "*",
|
|
"react": "*"
|
|
}
|
|
}
|