package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "name": "@douyinfe/semi-ui",
  3. "version": "2.90.1-alpha.3",
  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.90.1-alpha.3",
  24. "@douyinfe/semi-animation-react": "2.90.1-alpha.3",
  25. "@douyinfe/semi-foundation": "2.90.1-alpha.3",
  26. "@douyinfe/semi-icons": "2.90.1-alpha.3",
  27. "@douyinfe/semi-illustrations": "2.90.1-alpha.3",
  28. "@douyinfe/semi-theme-default": "2.90.1-alpha.3",
  29. "@tiptap/core": "^3.10.7",
  30. "@tiptap/extension-document": "^3.10.7",
  31. "@tiptap/extension-hard-break": "^3.10.7",
  32. "@tiptap/extension-mention": "^3.10.7",
  33. "@tiptap/extension-paragraph": "^3.10.7",
  34. "@tiptap/extension-text": "^3.10.7",
  35. "@tiptap/extensions": "^3.10.7",
  36. "@tiptap/pm": "^3.10.7",
  37. "@tiptap/react": "^3.10.7",
  38. "async-validator": "^3.5.0",
  39. "classnames": "^2.2.6",
  40. "copy-text-to-clipboard": "^2.1.1",
  41. "date-fns": "^2.29.3",
  42. "date-fns-tz": "^1.3.8",
  43. "fast-copy": "^3.0.1 ",
  44. "jsonc-parser": "^3.3.1",
  45. "lodash": "^4.17.21",
  46. "prop-types": "^15.7.2",
  47. "prosemirror-state": "^1.4.3",
  48. "react-resizable": "^3.0.5",
  49. "react-window": "^1.8.2",
  50. "scroll-into-view-if-needed": "^2.2.24",
  51. "utility-types": "^3.10.0"
  52. },
  53. "peerDependencies": {
  54. "react": ">=16.0.0",
  55. "react-dom": ">=16.0.0"
  56. },
  57. "sideEffects": [
  58. "*.scss",
  59. "*.css",
  60. "lib/es/index.js",
  61. "./index.ts"
  62. ],
  63. "keywords": [
  64. "bytedance douyin design system",
  65. "semi design to any design",
  66. "a11y react component library",
  67. "design to code",
  68. "code to design",
  69. "3000+ design token",
  70. "dark mode",
  71. "semi design",
  72. "design ops",
  73. "modern design system",
  74. "figma ui kit"
  75. ],
  76. "homepage": "https://semi.design",
  77. "bugs": {
  78. "url": "https://github.com/DouyinFE/semi-design/issues"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "https://github.com/DouyinFE/semi-design"
  83. },
  84. "_unpkg": true,
  85. "unpkgFiles": [
  86. "dist/css",
  87. "dist/umd/*.js"
  88. ],
  89. "author": "",
  90. "license": "MIT",
  91. "gitHead": "e78045febe3e4645c8afe6d42cfbcb4e97a67923",
  92. "devDependencies": {
  93. "@babel/plugin-proposal-decorators": "^7.15.8",
  94. "@babel/plugin-transform-runtime": "^7.15.8",
  95. "@babel/preset-env": "^7.15.8",
  96. "@babel/preset-react": "^7.14.5",
  97. "@douyinfe/semi-scss-compile": "2.23.2",
  98. "@testing-library/react": "^12",
  99. "@types/lodash": "^4.14.176",
  100. "@types/react": ">=16.0.0",
  101. "@types/react-dom": ">=16.0.0",
  102. "@types/react-window": "^1.8.2",
  103. "babel-loader": "^8.2.2",
  104. "babel-plugin-lodash": "^3.3.4",
  105. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  106. "del": "^6.0.0",
  107. "enzyme": "^3.11.0",
  108. "grapheme-splitter": "^1.0.4",
  109. "gulp": "^4.0.2",
  110. "gulp-babel": "^8.0.0",
  111. "gulp-replace": "^1.1.3",
  112. "gulp-sass": "^5.0.0",
  113. "gulp-typescript": "^6.0.0-alpha.1",
  114. "immutability-helper": "^3.1.1",
  115. "jest-date-mock": "^1.0.8",
  116. "jsdom": "^15.2.1",
  117. "merge2": "^1.4.1",
  118. "null-loader": "^3.0.0",
  119. "react-dnd": "^9.5.1",
  120. "react-infinite-scroller": "^1.2.4",
  121. "react-storybook-addon-props-combinations": "^1.1.0",
  122. "react-virtualized": "^9.22.3",
  123. "rimraf": "^3.0.2",
  124. "sass": "1.54.9",
  125. "sinon": "^6.3.5",
  126. "terser-webpack-plugin": "^4.2.3",
  127. "through2": "^4.0.2",
  128. "ts-loader": "^5.4.5",
  129. "webpack": "^5.77.0",
  130. "webpackbar": "^5.0.0-3"
  131. }
  132. }