处理react

This commit is contained in:
Wang Kejun 2022-07-10 12:26:28 +08:00
parent 32f3d7d9f8
commit 3b2e20c5e6
1 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"oak-domain": "file:../oak-domain",
"oak-external-sdk": "file:../oak-external-sdk",
"oak-frontend-base": "file:../oak-frontend-base",
"oak-memory-tree-store": "file:../oak-memory-tree-store"
"oak-memory-tree-store": "file:../oak-memory-tree-store",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
@ -34,6 +35,7 @@
"isomorphic-fetch": "^3.0.0",
"miniprogram-api-typings": "^3.4.6",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
@ -43,7 +45,8 @@
"get:area": "ts-node ./scripts/getAmapArea.ts",
"clean:dir": "ts-node ./scripts/cleanDtsAndJs",
"postinstall": "npm run prebuild",
"test": "ts-node ./test/test.ts"
"test": "ts-node ./test/test.ts",
"prepare": "rimraf node_modules/react & rimraf node_modules/react-dom & rimraf node_modules/react-router"
},
"main": "src/index"
}