package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "@douyinfe/semi-ui",
  3. "version": "2.55.0",
  4. "description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
  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. "@dnd-kit/core": "^6.0.8",
  21. "@dnd-kit/sortable": "^7.0.2",
  22. "@dnd-kit/utilities": "^3.2.1",
  23. "@douyinfe/semi-animation": "2.55.0",
  24. "@douyinfe/semi-animation-react": "2.55.0",
  25. "@douyinfe/semi-foundation": "2.55.0",
  26. "@douyinfe/semi-icons": "2.55.0",
  27. "@douyinfe/semi-illustrations": "2.55.0",
  28. "@douyinfe/semi-theme-default": "2.55.0",
  29. "async-validator": "^3.5.0",
  30. "classnames": "^2.2.6",
  31. "copy-text-to-clipboard": "^2.1.1",
  32. "date-fns": "^2.29.3",
  33. "date-fns-tz": "^1.3.8",
  34. "fast-copy": "^3.0.1 ",
  35. "lodash": "^4.17.21",
  36. "prop-types": "^15.7.2",
  37. "react-resizable": "^3.0.5",
  38. "react-window": "^1.8.2",
  39. "scroll-into-view-if-needed": "^2.2.24",
  40. "utility-types": "^3.10.0"
  41. },
  42. "peerDependencies": {
  43. "react": ">=16.0.0",
  44. "react-dom": ">=16.0.0"
  45. },
  46. "sideEffects": [
  47. "*.scss",
  48. "*.css",
  49. "lib/es/index.js",
  50. "./index.ts"
  51. ],
  52. "keywords": [
  53. "semi design to any design",
  54. "a11y react component library",
  55. "design to code",
  56. "2700+ design token",
  57. "dark mode",
  58. "semi design",
  59. "design ops",
  60. "modern design system",
  61. "figma ui kit"
  62. ],
  63. "homepage": "https://semi.design",
  64. "bugs": {
  65. "url": "https://github.com/DouyinFE/semi-design/issues"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "https://github.com/DouyinFE/semi-design"
  70. },
  71. "_unpkg": true,
  72. "unpkgFiles": [
  73. "dist/css",
  74. "dist/umd/*.js"
  75. ],
  76. "author": "",
  77. "license": "MIT",
  78. "gitHead": "e78045febe3e4645c8afe6d42cfbcb4e97a67923",
  79. "devDependencies": {
  80. "@babel/plugin-proposal-decorators": "^7.15.8",
  81. "@babel/plugin-transform-runtime": "^7.15.8",
  82. "@babel/preset-env": "^7.15.8",
  83. "@babel/preset-react": "^7.14.5",
  84. "@douyinfe/semi-scss-compile": "2.23.2",
  85. "@types/lodash": "^4.14.176",
  86. "@types/react": ">=16.0.0",
  87. "@types/react-dom": ">=16.0.0",
  88. "@types/react-window": "^1.8.2",
  89. "babel-loader": "^8.2.2",
  90. "babel-plugin-lodash": "^3.3.4",
  91. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  92. "del": "^6.0.0",
  93. "enzyme": "^3.11.0",
  94. "grapheme-splitter": "^1.0.4",
  95. "gulp": "^4.0.2",
  96. "gulp-babel": "^8.0.0",
  97. "gulp-replace": "^1.1.3",
  98. "gulp-sass": "^5.0.0",
  99. "gulp-typescript": "^6.0.0-alpha.1",
  100. "immutability-helper": "^3.1.1",
  101. "jest-date-mock": "^1.0.8",
  102. "jsdom": "^15.2.1",
  103. "merge2": "^1.4.1",
  104. "null-loader": "^3.0.0",
  105. "react-dnd": "^9.5.1",
  106. "react-infinite-scroller": "^1.2.4",
  107. "react-storybook-addon-props-combinations": "^1.1.0",
  108. "react-virtualized": "^9.22.3",
  109. "rimraf": "^3.0.2",
  110. "sass": "1.54.9",
  111. "sinon": "^6.3.5",
  112. "terser-webpack-plugin": "^4.2.3",
  113. "through2": "^4.0.2",
  114. "ts-loader": "^5.4.5",
  115. "webpackbar": "^5.0.0-3"
  116. }
  117. }