package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "@douyinfe/semi-ui",
  3. "version": "2.2.1",
  4. "description": "",
  5. "main": "lib/cjs/index.js",
  6. "module": "lib/es/index.js",
  7. "typings": "lib/es/index.d.ts",
  8. "scripts": {
  9. "clean": "rimraf dist lib",
  10. "build:lib": "node ./scripts/compileLib.js",
  11. "build:js": "node scripts/compileDist.js",
  12. "build:css": "node scripts/compileScss.js",
  13. "prepublishOnly": "npm run clean && npm run build:lib && npm run build:js && npm run build:css"
  14. },
  15. "dependencies": {
  16. "@babel/runtime-corejs3": "^7.15.4",
  17. "@douyinfe/semi-animation-react": "2.2.1",
  18. "@douyinfe/semi-foundation": "2.2.1",
  19. "@douyinfe/semi-icons": "2.2.1",
  20. "@douyinfe/semi-illustrations": "2.2.1",
  21. "@douyinfe/semi-theme-default": "2.2.1",
  22. "@types/react-window": "^1.8.2",
  23. "async-validator": "^3.5.0",
  24. "classnames": "^2.2.6",
  25. "copy-text-to-clipboard": "^2.1.1",
  26. "date-fns": "^2.9.0",
  27. "date-fns-tz": "^1.0.10",
  28. "lodash": "^4.17.21",
  29. "react-resizable": "^1.8.0",
  30. "react-sortable-hoc": "^1.11.0",
  31. "react-window": "^1.8.2",
  32. "resize-observer-polyfill": "^1.5.1",
  33. "scroll-into-view-if-needed": "^2.2.24",
  34. "utility-types": "^3.10.0"
  35. },
  36. "peerDependencies": {
  37. "@types/react": ">=16.0.0",
  38. "@types/react-dom": ">=16.0.0",
  39. "prop-types": "15.7.2",
  40. "react": ">=16.0.0",
  41. "react-dom": ">=16.0.0"
  42. },
  43. "sideEffects": [
  44. "*.scss",
  45. "*.css",
  46. "lib/es/index.js",
  47. "./index.ts"
  48. ],
  49. "keywords": [
  50. "semi",
  51. "react component library",
  52. "ies",
  53. "pc component",
  54. "dark mode"
  55. ],
  56. "homepage": "https://semi.design",
  57. "bugs": {
  58. "url": "https://github.com/DouyinFE/semi-design/issues"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "https://github.com/DouyinFE"
  63. },
  64. "_unpkg": true,
  65. "unpkgFiles": [
  66. "dist/css",
  67. "dist/umd/*.js"
  68. ],
  69. "author": "",
  70. "license": "MIT",
  71. "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a",
  72. "devDependencies": {
  73. "@babel/plugin-proposal-decorators": "^7.15.8",
  74. "@babel/plugin-transform-runtime": "^7.15.8",
  75. "@babel/preset-env": "^7.15.8",
  76. "@babel/preset-react": "^7.14.5",
  77. "@douyinfe/semi-scss-compile": "2.2.1",
  78. "@storybook/addon-knobs": "^6.3.1",
  79. "@types/lodash": "^4.14.176",
  80. "babel-loader": "^8.2.2",
  81. "babel-plugin-lodash": "^3.3.4",
  82. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  83. "del": "^6.0.0",
  84. "enzyme": "^3.11.0",
  85. "grapheme-splitter": "^1.0.4",
  86. "gulp": "^4.0.2",
  87. "gulp-babel": "^8.0.0",
  88. "gulp-replace": "^1.1.3",
  89. "gulp-sass": "^5.0.0",
  90. "gulp-typescript": "^6.0.0-alpha.1",
  91. "immutability-helper": "^3.1.1",
  92. "jest-date-mock": "^1.0.8",
  93. "jsdom": "^15.2.1",
  94. "merge2": "^1.4.1",
  95. "null-loader": "^3.0.0",
  96. "prop-types": "15.7.2",
  97. "react-dnd": "^9.5.1",
  98. "react-infinite-scroller": "^1.2.4",
  99. "react-storybook-addon-props-combinations": "^1.1.0",
  100. "react-virtualized": "^9.22.3",
  101. "rimraf": "^3.0.2",
  102. "sass": "1.45.0",
  103. "sinon": "^6.3.5",
  104. "terser-webpack-plugin": "^4.2.3",
  105. "through2": "^4.0.2",
  106. "ts-loader": "^5.4.5",
  107. "webpack": "^4.46.0",
  108. "webpackbar": "^5.0.0-3"
  109. }
  110. }