add nanoid

This commit is contained in:
hufeixiong
2021-07-13 11:21:55 +08:00
parent 09e69a9239
commit 04ff764a82
12 changed files with 175 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -17,32 +17,33 @@
"prepare": "tsdx build"
},
"peerDependencies": {
"react": ">=16.8",
"animate.css": ">=4",
"antd": ">=4",
"animate.css": ">=4"
"react": ">=16.8"
},
"name": "dooringx-lib",
"author": "yehuozhili",
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.0",
"@types/uuid": "^8.3.0",
"antd": "^4.15.2",
"postcss-modules": "^4.0.0",
"babel-plugin-import": "^1.13.3",
"babel-plugin-import-v2": "^1.0.0",
"@types/react-color": "^3.0.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"size-limit": "^4.10.1",
"tsdx": "^0.14.1",
"less": "^4.1.1",
"postcss": "^8.2.8",
"postcss-modules": "^4.0.0",
"react": "17.x",
"react-dom": "17.x",
"postcss": "^8.2.8",
"less": "^4.1.1",
"rollup-plugin-postcss": "^4.0.0",
"@types/uuid": "^8.3.0"
"size-limit": "^4.10.1",
"tsdx": "^0.14.1"
},
"dependencies": {
"deepcopy": "^2.1.0",
"nanoid": "^3.1.23",
"react-color": "^2.19.3",
"react-sortable-hoc": "^2.0.0",
"uuid": "^8.3.2"