package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "@douyinfe/semi-illustrations",
  3. "version": "2.0.1-alpha.0",
  4. "description": "semi illustrations",
  5. "keywords": [
  6. "semi",
  7. "illustrations"
  8. ],
  9. "author": "",
  10. "homepage": "",
  11. "license": "MIT",
  12. "files": [
  13. "lib",
  14. "src"
  15. ],
  16. "sideEffects": [
  17. "lib/es/index.js"
  18. ],
  19. "main": "lib/es/index.js",
  20. "module": "lib/es/index.js",
  21. "typings": "lib/es/index.d.ts",
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/DouyinFE/semi-design"
  25. },
  26. "dependencies": {
  27. "@babel/runtime-corejs3": "^7.15.4"
  28. },
  29. "peerDependencies": {
  30. "react": "^16.8.0 || ^17.0.0"
  31. },
  32. "devDependencies": {
  33. "@babel/plugin-proposal-decorators": "^7.15.8",
  34. "@babel/plugin-transform-runtime": "^7.15.8",
  35. "@babel/preset-env": "^7.15.8",
  36. "@babel/preset-react": "^7.14.5",
  37. "del": "^6.0.0",
  38. "gulp": "^4.0.2",
  39. "gulp-babel": "^8.0.0",
  40. "gulp-replace": "^1.1.3",
  41. "gulp-typescript": "^6.0.0-alpha.1",
  42. "merge2": "^1.4.1"
  43. },
  44. "scripts": {
  45. "build:icon": "node scripts/build-illustration",
  46. "build:lib": "node ./scripts/compileLib.js",
  47. "prepublishOnly": "npm run build:lib"
  48. },
  49. "gitHead": "5d5893482dd1f4c69333907f01fc66a8125ac9cd"
  50. }