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

51 lines
1.0 KiB
JSON
Raw Normal View History

2021-07-09 01:41:03 +08:00
{
2021-07-11 13:56:35 +08:00
"version": "0.1.10",
2021-07-09 01:41:03 +08:00
"license": "MIT",
"main": "dist/index.js",
"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": {
"react": ">=16.8",
2021-07-10 19:35:06 +08:00
"antd": ">=4",
"animate.css": ">=4"
2021-07-09 01:41:03 +08:00
},
"name": "dooringx-lib",
"author": "yehuozhili",
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"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",
"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"
},
"dependencies": {
"deepcopy": "^2.1.0",
"react-color": "^2.19.3",
"react-sortable-hoc": "^2.0.0",
2021-07-10 19:35:06 +08:00
"uuid": "^8.3.2"
2021-07-09 01:41:03 +08:00
}
}