main 入口调整
This commit is contained in:
parent
adfa8d8805
commit
c2948fb958
10
package.json
10
package.json
|
|
@ -14,14 +14,14 @@
|
|||
"oak-frontend-base": "file:../oak-frontend-base",
|
||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||
"sha1": "^1.1.1",
|
||||
"tdesign-icons-react": "^0.1.3",
|
||||
"tdesign-mobile-react": "^0.1.2",
|
||||
"tdesign-react": "^0.37.0",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.1.0"
|
||||
"react-dom": "^18.1.0",
|
||||
"tdesign-icons-react": "^0.1.3",
|
||||
"tdesign-mobile-react": "^0.1.2",
|
||||
"tdesign-react": "^0.37.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.12.13",
|
||||
|
|
@ -59,5 +59,5 @@
|
|||
"test": "ts-node ./test/test.ts",
|
||||
"prepare": "rimraf node_modules/react & rimraf node_modules/react-dom & rimraf node_modules/react-router"
|
||||
},
|
||||
"main": "src/index"
|
||||
"main": "lib/index"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue