package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "swiper@^4.0.7",
  3. "_id": "swiper@4.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-se6I7PWWu950NAMXXT+ENtF/6SVb8mPyO+bTfNxbQBILSeLqsYp3Ndap+YOA0EczOIUlea274PKejT6gKZDseA==",
  6. "_location": "/swiper",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "swiper@^4.0.7",
  12. "name": "swiper",
  13. "escapedName": "swiper",
  14. "rawSpec": "^4.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.7"
  17. },
  18. "_requiredBy": [
  19. "/vue-awesome-swiper"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/swiper/-/swiper-4.5.1.tgz",
  22. "_shasum": "ed43998e780ceb478610079c8d23fd425eca636f",
  23. "_spec": "swiper@^4.0.7",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\vue-awesome-swiper",
  25. "author": {
  26. "name": "Vladimir Kharlampidi"
  27. },
  28. "browserslist": [
  29. "Android > 4",
  30. "IOS >= 7",
  31. "last 4 versions",
  32. "ie >= 10"
  33. ],
  34. "bugs": {
  35. "url": "https://github.com/nolimits4web/Swiper/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "dom7": "^2.1.3",
  40. "ssr-window": "^1.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
  44. "devDependencies": {
  45. "cross-env": "^5.2.1",
  46. "eslint": "^6.3.0",
  47. "eslint-config-airbnb-base": "^14.0.0",
  48. "eslint-plugin-import": "^2.18.2",
  49. "gulp": "^4.0.2",
  50. "gulp-autoprefixer": "^7.0.0",
  51. "gulp-clean-css": "^4.2.0",
  52. "gulp-connect": "^5.7.0",
  53. "gulp-header": "^2.0.9",
  54. "gulp-less": "^4.0.1",
  55. "gulp-open": "^3.0.1",
  56. "gulp-rename": "^1.4.0",
  57. "gulp-sourcemaps": "^2.6.5",
  58. "gulp-uglify": "^3.0.2",
  59. "rollup": "^1.21.2",
  60. "rollup-plugin-buble": "^0.19.8",
  61. "rollup-plugin-node-resolve": "^5.2.0",
  62. "rollup-plugin-replace": "^2.2.0"
  63. },
  64. "engines": {
  65. "node": ">= 4.7.0"
  66. },
  67. "files": [
  68. "dist",
  69. "src",
  70. "scripts",
  71. "*.json",
  72. "*.js"
  73. ],
  74. "homepage": "http://www.idangero.us/swiper/",
  75. "jsnext:main": "dist/js/swiper.esm.bundle.js",
  76. "keywords": [
  77. "swiper",
  78. "swipe",
  79. "slider",
  80. "touch",
  81. "ios",
  82. "mobile",
  83. "cordova",
  84. "phonegap",
  85. "app",
  86. "framework",
  87. "framework7",
  88. "carousel",
  89. "gallery",
  90. "plugin"
  91. ],
  92. "license": "MIT",
  93. "main": "dist/js/swiper.js",
  94. "module": "dist/js/swiper.esm.bundle.js",
  95. "name": "swiper",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/nolimits4web/Swiper.git"
  99. },
  100. "scripts": {
  101. "build:dev": "cross-env NODE_ENV=development gulp build",
  102. "build:prod": "cross-env NODE_ENV=production gulp build",
  103. "dev": "cross-env NODE_ENV=development gulp build && cross-env NODE_ENV=development gulp playground && cross-env NODE_ENV=development gulp server",
  104. "lint": "eslint .",
  105. "lint-fix": "eslint . --fix",
  106. "postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Swiper? Support Vladimir\\'s work by donating or pledging on patreon:\\u001b[22m\\u001b[39m\\n > \\u001b[32mhttps://patreon.com/vladimirkharlampidi\\u001b[0m\\n')\"",
  107. "prod": "cross-env NODE_ENV=production gulp playground && cross-env NODE_ENV=production gulp server",
  108. "test": "npm run lint && npm run build:dev"
  109. },
  110. "version": "4.5.1"
  111. }