mirror of https://github.com/alibaba/ice.git
38 lines
808 B
JSON
38 lines
808 B
JSON
{
|
|
"name": "@ice/miniapp-react-dom",
|
|
"version": "1.1.6",
|
|
"description": "like react-dom, but for miniapps.",
|
|
"type": "module",
|
|
"types": "./esm/index.d.ts",
|
|
"main": "./esm/index.js",
|
|
"exports": {
|
|
".": "./esm/index.js"
|
|
},
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map"
|
|
],
|
|
"author": "ICE",
|
|
"license": "MIT",
|
|
"repository": "alibaba/ice",
|
|
"bugs": "https://github.com/alibaba/ice/issues",
|
|
"homepage": "https://v3.ice.work",
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
},
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@ice/miniapp-runtime": "workspace:^",
|
|
"@ice/shared": "workspace:^",
|
|
"react-reconciler": "0.27.0",
|
|
"scheduler": "^0.20.1"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^18.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|