package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "git+https://github.com/yeungalan/react-google-photo.git",
  3. "_id": "react-google-photo@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "",
  6. "_location": "/react-google-photo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "git",
  10. "raw": "https://github.com/yeungalan/react-google-photo",
  11. "rawSpec": "https://github.com/yeungalan/react-google-photo",
  12. "saveSpec": "git+https://github.com/yeungalan/react-google-photo.git",
  13. "fetchSpec": "https://github.com/yeungalan/react-google-photo.git",
  14. "gitCommittish": null
  15. },
  16. "_requiredBy": [
  17. "#USER",
  18. "/"
  19. ],
  20. "_resolved": "git+https://github.com/yeungalan/react-google-photo.git#42fdf3807cf3a2db94aa78a9fd03cebdade16917",
  21. "_spec": "https://github.com/yeungalan/react-google-photo",
  22. "_where": "/Users/holunyeung/Documents/GitHub/Photo_React/photo",
  23. "author": {
  24. "name": "Pradel Léo",
  25. "email": "pradel.leo@gmail.com"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/pradel/react-google-photo/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "classnames": "^2.2.6",
  33. "no-scroll": "^2.1.1",
  34. "screenfull": "^5.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "React lightbox component using the google photo style",
  38. "devDependencies": {
  39. "@types/classnames": "2.2.10",
  40. "@types/no-scroll": "2.1.0",
  41. "@types/react": "16.9.35",
  42. "@types/react-dom": "16.9.8",
  43. "docz": "2.3.1",
  44. "husky": "4.2.5",
  45. "lint-staged": "10.2.2",
  46. "lodash.clonedeep": "4.5.0",
  47. "prettier": "2.0.5",
  48. "react": "16.13.1",
  49. "react-dom": "16.13.1",
  50. "react-photo-gallery": "8.0.0",
  51. "tsdx": "0.13.2",
  52. "tslib": "1.11.2",
  53. "typescript": "3.8.3"
  54. },
  55. "files": [
  56. "dist",
  57. "src"
  58. ],
  59. "homepage": "https://github.com/pradel/react-google-photo#readme",
  60. "husky": {
  61. "hooks": {
  62. "pre-commit": "lint-staged"
  63. }
  64. },
  65. "keywords": [
  66. "react",
  67. "google",
  68. "photo",
  69. "image",
  70. "lightbox",
  71. "responsive"
  72. ],
  73. "license": "MIT",
  74. "lint-staged": {
  75. "*.{md,js,ts,tsx,json,css,scss}": [
  76. "prettier --write",
  77. "git add"
  78. ]
  79. },
  80. "main": "dist/index.js",
  81. "name": "react-google-photo",
  82. "peerDependencies": {
  83. "react": ">=16",
  84. "react-dom": ">=16"
  85. },
  86. "prettier": {
  87. "singleQuote": true,
  88. "trailingComma": "es5"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/pradel/react-google-photo.git"
  93. },
  94. "scripts": {
  95. "build": "tsdx build",
  96. "docz:build": "docz build",
  97. "docz:dev": "docz dev",
  98. "lint": "tsdx lint",
  99. "prepare": "tsdx build",
  100. "prettier": "prettier --write \"**/*.{js,ts,tsx,css,scss,json,md}\"",
  101. "start": "tsdx watch",
  102. "test": "tsdx test --passWithNoTests"
  103. },
  104. "typings": "dist/index.d.ts",
  105. "version": "1.0.0"
  106. }