package.json 3.5 KB

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