Files
dooring/packages/dooringx-lib/package.json

55 lines
1.2 KiB
JSON
Raw Normal View History

2021-07-09 01:41:03 +08:00
{
2021-10-07 14:41:24 +08:00
"version": "0.9.3",
2021-07-09 01:41:03 +08:00
"license": "MIT",
"main": "dist/index.js",
2021-07-13 15:15:19 +08:00
"module": "dist/dooringx-lib.esm.js",
"browser": "dist/dooringx-lib.esm.js",
2021-07-09 01:41:03 +08:00
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch --noclean ",
"build": "tsdx build ",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"peerDependencies": {
2021-07-13 11:21:55 +08:00
"animate.css": ">=4",
2021-07-10 19:35:06 +08:00
"antd": ">=4",
2021-07-13 11:21:55 +08:00
"react": ">=16.8"
2021-07-09 01:41:03 +08:00
},
"name": "dooringx-lib",
"author": "yehuozhili",
"devDependencies": {
"@ant-design/icons": "^4.6.2",
2021-07-13 11:21:55 +08:00
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.0",
"@types/uuid": "^8.3.0",
2021-07-09 01:41:03 +08:00
"antd": "^4.15.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-import-v2": "^1.0.0",
2021-07-13 11:21:55 +08:00
"less": "^4.1.1",
"postcss": "^8.2.8",
"postcss-modules": "^4.0.0",
2021-07-09 01:41:03 +08:00
"react": "17.x",
"react-dom": "17.x",
"rollup-plugin-postcss": "^4.0.0",
2021-07-13 11:21:55 +08:00
"size-limit": "^4.10.1",
"tsdx": "^0.14.1"
2021-07-09 01:41:03 +08:00
},
"dependencies": {
2021-07-13 20:15:38 +08:00
"classnames": "^2.3.1",
2021-07-09 01:41:03 +08:00
"deepcopy": "^2.1.0",
2021-07-13 11:21:55 +08:00
"nanoid": "^3.1.23",
2021-07-09 01:41:03 +08:00
"react-color": "^2.19.3",
2021-08-27 16:28:19 +08:00
"react-intl": "^5.20.10",
2021-07-13 20:15:38 +08:00
"react-sortable-hoc": "^2.0.0"
2021-07-09 01:41:03 +08:00
}
}