Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

161 lignes
4.3 KiB

  1. {
  2. "_args": [
  3. [
  4. "react-slick@0.24.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-slick@0.24.0",
  9. "_id": "react-slick@0.24.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Pvo0B74ohumQdYOf0qP+pdQpj9iUbAav7+2qiF3uTc5XeQp/Y/cnIeDBM2tB3txthfSe05jKIqLMJTS6qVvt5g==",
  12. "_location": "/react-slick",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-slick@0.24.0",
  18. "name": "react-slick",
  19. "escapedName": "react-slick",
  20. "rawSpec": "0.24.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.24.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.24.0.tgz",
  28. "_spec": "0.24.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Kiran Abburi"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/akiran/react-slick/issues"
  35. },
  36. "collective": {
  37. "type": "opencollective",
  38. "url": "https://opencollective.com/react-slick",
  39. "logo": "https://opencollective.com/opencollective/logo.txt"
  40. },
  41. "dependencies": {
  42. "classnames": "^2.2.5",
  43. "enquire.js": "^2.1.6",
  44. "json2mq": "^0.2.0",
  45. "lodash.debounce": "^4.0.8",
  46. "resize-observer-polyfill": "^1.5.0"
  47. },
  48. "description": " React port of slick carousel",
  49. "devDependencies": {
  50. "@babel/cli": "^7.0.0",
  51. "@babel/core": "^7.1.2",
  52. "@babel/plugin-proposal-class-properties": "^7.1.0",
  53. "@babel/polyfill": "^7.0.0",
  54. "@babel/preset-env": "^7.1.0",
  55. "@babel/preset-react": "^7.0.0",
  56. "autoprefixer": "^7.1.2",
  57. "babel-core": "^7.0.0-bridge.0",
  58. "babel-eslint": "^9.0.0",
  59. "babel-jest": "^23.4.2",
  60. "babel-loader": "^8.0.4",
  61. "babel-preset-airbnb": "^2.1.1",
  62. "css-loader": "^0.28.0",
  63. "deepmerge": "^1.1.0",
  64. "del": "^2.2.2",
  65. "enzyme": "^3.2.0",
  66. "enzyme-adapter-react-16": "^1.1.0",
  67. "es5-shim": "^4.5.9",
  68. "eslint": "^5.9.0",
  69. "eslint-plugin-import": "^2.9.0",
  70. "eslint-plugin-react": "^6.3.0",
  71. "express": "^4.14.0",
  72. "foundation-apps": "^1.2.0",
  73. "gulp": "^4.0.0",
  74. "gulp-sass": "^4.0.0",
  75. "husky": "^0.14.3",
  76. "jasmine-core": "^2.5.2",
  77. "jest": "^23.6.0",
  78. "jquery": "^3.2.1",
  79. "js-beautify": "^1.7.5",
  80. "json-loader": "^0.5.4",
  81. "lint-staged": "^7.0.3",
  82. "node-sass": "^4.5.2",
  83. "opn": "^5.4.0",
  84. "postcss-loader": "^1.3.3",
  85. "prettier": "^1.14.3",
  86. "raf": "^3.4.0",
  87. "react": "^16.0.0",
  88. "react-addons-test-utils": "^15.6.2",
  89. "react-dom": "^16.0.0",
  90. "react-test-renderer": "^16.0.0",
  91. "sass-loader": "^6.0.3",
  92. "sinon": "^2.1.0",
  93. "slick-carousel": "^1.8.1",
  94. "style-loader": "^0.16.1",
  95. "uglifyjs-webpack-plugin": "^2.0.1",
  96. "webpack": "^4.21.0",
  97. "webpack-cli": "^3.1.2",
  98. "webpack-dev-server": "^3.1.9",
  99. "why-did-you-update": "^0.1.1"
  100. },
  101. "files": [
  102. "dist",
  103. "lib"
  104. ],
  105. "homepage": "https://github.com/akiran/react-slick",
  106. "jest": {
  107. "setupFiles": [
  108. "./test-setup.js"
  109. ],
  110. "testPathIgnorePatterns": [
  111. "/__tests__/scripts.js",
  112. "/__tests__/testUtils.js"
  113. ]
  114. },
  115. "keywords": [
  116. "slick",
  117. "carousel",
  118. "Image slider",
  119. "orbit",
  120. "slider",
  121. "react-component"
  122. ],
  123. "license": "MIT",
  124. "lint-staged": {
  125. "*.{js,json,md}": [
  126. "prettier --write",
  127. "git add"
  128. ]
  129. },
  130. "main": "./lib",
  131. "name": "react-slick",
  132. "npmFileMap": [
  133. {
  134. "basePath": "/dist/",
  135. "files": [
  136. "*.js"
  137. ]
  138. }
  139. ],
  140. "npmName": "react-slick",
  141. "peerDependencies": {
  142. "react": "^0.14.0 || ^15.0.1 || ^16.0.0",
  143. "react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0"
  144. },
  145. "repository": {
  146. "type": "git",
  147. "url": "git+https://github.com/akiran/react-slick.git"
  148. },
  149. "scripts": {
  150. "build": "gulp clean && gulp sass && gulp copy && webpack",
  151. "gen": "node examples/scripts/generateExampleConfigs.js && node examples/scripts/generateExamples.js && xdg-open docs/jquery.html",
  152. "lint": "eslint src",
  153. "precommit": "lint-staged",
  154. "prepublish": "babel ./src --out-dir ./lib && gulp dist",
  155. "start": "gulp server",
  156. "test": "npm run lint && jest",
  157. "test:watch": "jest --watch"
  158. },
  159. "version": "0.24.0"
  160. }