Progress with cra
This commit is contained in:
parent
1497eaf610
commit
824fdd6843
15 changed files with 89 additions and 224 deletions
|
@ -12,7 +12,7 @@
|
|||
"url": "https://github.com/AriaMinaei/theatre",
|
||||
"directory": "packages/dataverse-react"
|
||||
},
|
||||
"main": "dist/index.cjs",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
|
@ -37,12 +37,12 @@
|
|||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@theatre/dataverse": "workspace:*",
|
||||
"lodash-es": "^4.17.21",
|
||||
"queue-microtask": "^1.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@theatre/dataverse": "*",
|
||||
"raect-dom": "17.0.2",
|
||||
"react": "17.0.2"
|
||||
"raect-dom": "*",
|
||||
"react": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue