package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "@rc-component/tour",
  3. "version": "1.15.1",
  4. "description": "React tour Component",
  5. "keywords": [
  6. "react",
  7. "react-component",
  8. "react-tour"
  9. ],
  10. "homepage": "https://github.com/react-component/tour",
  11. "bugs": {
  12. "url": "https://github.com/react-component/tour/issues"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/react-component/tour.git"
  17. },
  18. "license": "MIT",
  19. "author": "wangning4567@163.com",
  20. "main": "./lib/index",
  21. "module": "./es/index",
  22. "typings": "es/index.d.ts",
  23. "files": [
  24. "lib",
  25. "es"
  26. ],
  27. "scripts": {
  28. "compile": "father build",
  29. "deploy": "npm run docs:build && npm run docs:deploy",
  30. "docs:build": "dumi build",
  31. "docs:deploy": "gh-pages -d docs-dist",
  32. "lint": "eslint src/ --ext .tsx,.ts",
  33. "lint:tsc": "tsc -p tsconfig.json --noEmit",
  34. "now-build": "npm run docs:build",
  35. "prepare": "dumi setup",
  36. "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
  37. "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
  38. "start": "dumi dev",
  39. "test": "umi-test",
  40. "watch": "father dev"
  41. },
  42. "dependencies": {
  43. "@babel/runtime": "^7.18.0",
  44. "@rc-component/portal": "^1.0.0-9",
  45. "@rc-component/trigger": "^2.0.0",
  46. "classnames": "^2.3.2",
  47. "rc-util": "^5.24.4"
  48. },
  49. "devDependencies": {
  50. "@testing-library/jest-dom": "^5.16.4",
  51. "@testing-library/react": "^15.0.0",
  52. "@types/jest": "^29.0.0",
  53. "@types/react": "^18.0.0",
  54. "@types/react-dom": "^18.0.0",
  55. "@umijs/fabric": "^2.5.2",
  56. "dumi": "^2.1.2",
  57. "eslint": "^7.18.0",
  58. "father": "^4.0.0-rc.8",
  59. "gh-pages": "^3.1.0",
  60. "np": "^5.0.3",
  61. "prettier": "^3.0.0",
  62. "react": "^18.3.1",
  63. "react-dom": "^18.3.1",
  64. "typescript": "^5.0.0",
  65. "cheerio": "1.0.0-rc.12",
  66. "umi-test": "^1.9.7"
  67. },
  68. "peerDependencies": {
  69. "react": ">=16.9.0",
  70. "react-dom": ">=16.9.0"
  71. },
  72. "engines": {
  73. "node": ">=8.x"
  74. }
  75. }