package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "@douyinfe/semi-illustrations",
  3. "version": "2.2.2",
  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. "dist"
  16. ],
  17. "sideEffects": [
  18. "lib/es/index.js"
  19. ],
  20. "main": "lib/cjs/index.js",
  21. "module": "lib/es/index.js",
  22. "typings": "lib/es/index.d.ts",
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/DouyinFE/semi-design"
  26. },
  27. "dependencies": {
  28. "@babel/runtime-corejs3": "^7.15.4"
  29. },
  30. "peerDependencies": {
  31. "react": "^16.8.0 || ^17.0.0"
  32. },
  33. "devDependencies": {
  34. "@babel/plugin-proposal-decorators": "^7.15.8",
  35. "@babel/plugin-transform-runtime": "^7.15.8",
  36. "@babel/preset-env": "^7.15.8",
  37. "@babel/preset-react": "^7.14.5",
  38. "babel-loader": "^8.2.2",
  39. "case-sensitive-paths-webpack-plugin": "2.4.0",
  40. "del": "^6.0.0",
  41. "gulp": "^4.0.2",
  42. "gulp-babel": "^8.0.0",
  43. "gulp-replace": "^1.1.3",
  44. "gulp-typescript": "^6.0.0-alpha.1",
  45. "merge2": "^1.4.1",
  46. "rimraf": "^3.0.2",
  47. "terser-webpack-plugin": "^4.2.3",
  48. "ts-loader": "^5.4.5",
  49. "webpack": "^4.46.0"
  50. },
  51. "scripts": {
  52. "clean": "rimraf dist lib",
  53. "build:icon": "node scripts/build-illustration",
  54. "build:lib": "node ./scripts/compileLib.js",
  55. "build:js": "npm run build:lib && node scripts/compileDist.js",
  56. "prepublishOnly": "npm run clean && npm run build:js"
  57. },
  58. "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
  59. }