25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 3.7 KiB

3 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "smooth-scrollbar@8.5.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "smooth-scrollbar@8.5.2",
  10. "_id": "smooth-scrollbar@8.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8Uxb40zP5W5Vrd6AaHmn8OzCrJ1+EzSNKQXtTqby1m23x6RC8d1tUP+rlH4oJisPO2cgU+Jxjp0HLGqbOJc9BQ==",
  13. "_location": "/smooth-scrollbar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "smooth-scrollbar@8.5.2",
  19. "name": "smooth-scrollbar",
  20. "escapedName": "smooth-scrollbar",
  21. "rawSpec": "8.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "8.5.2"
  24. },
  25. "_requiredBy": [
  26. "/@types/react-smooth-scrollbar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/smooth-scrollbar/-/smooth-scrollbar-8.5.2.tgz",
  29. "_spec": "8.5.2",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Dolphin Wood",
  33. "email": "dolphin.w.e@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/idiotWu/smooth-scrollbar/issues"
  37. },
  38. "dependencies": {
  39. "core-js": "^2.6.9",
  40. "lodash-es": "^4.17.15",
  41. "tslib": "^1.10.0"
  42. },
  43. "description": "Customize scrollbar in modern browsers with smooth scrolling experience.",
  44. "devDependencies": {
  45. "@types/dat-gui": "^0.6.3",
  46. "@types/lodash-es": "^4.17.3",
  47. "@types/prismjs": "^1.16.0",
  48. "autoprefixer": "^7.2.6",
  49. "chalk": "^2.4.2",
  50. "circular-dependency-plugin": "^5.2.0",
  51. "cpx": "^1.5.0",
  52. "css-loader": "^0.28.11",
  53. "dat-gui": "^0.5.0",
  54. "execa": "^0.8.0",
  55. "inquirer": "^6.5.2",
  56. "listr": "^0.12.0",
  57. "npm-run-all": "^4.1.5",
  58. "postcss-loader": "^2.1.6",
  59. "prismjs": "^1.17.1",
  60. "rimraf": "^2.7.1",
  61. "rollup": "^0.50.1",
  62. "rollup-plugin-typescript": "^0.8.1",
  63. "semver": "^5.7.1",
  64. "style-loader": "^0.19.1",
  65. "stylus": "^0.54.7",
  66. "stylus-loader": "^3.0.2",
  67. "ts-loader": "^4.5.0",
  68. "tslint": "^5.20.0",
  69. "tslint-config-standard": "^6.0.1",
  70. "tslint-loader": "^3.6.0",
  71. "typescript": "^3.6.3",
  72. "uglifyjs-webpack-plugin": "^1.3.0",
  73. "webpack": "^4.40.2",
  74. "webpack-cli": "^3.3.8",
  75. "webpack-dev-server": "^3.8.0",
  76. "webpack-merge": "^4.2.2"
  77. },
  78. "homepage": "https://github.com/idiotWu/smooth-scrollbar#readme",
  79. "jsnext:main": "index.js",
  80. "keywords": [
  81. "scrollbar",
  82. "customize",
  83. "acceleration",
  84. "performance"
  85. ],
  86. "license": "MIT",
  87. "main": "dist/smooth-scrollbar.js",
  88. "module": "index.js",
  89. "name": "smooth-scrollbar",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/idiotWu/smooth-scrollbar.git"
  93. },
  94. "scripts": {
  95. "bundle": "npm-run-all bundle:main bundle:plugin",
  96. "bundle:main": "webpack --config ./scripts/webpack.prod.js",
  97. "bundle:plugin": "webpack --config scripts/webpack.prod.plugins.js",
  98. "clean": "npm-run-all clean:compile clean:dist",
  99. "clean:compile": "rimraf ./build",
  100. "clean:dist": "rimraf ./dist",
  101. "compile": "tsc -p ./build",
  102. "copy": "npm-run-all copy:src copy:conf",
  103. "copy:conf": "cpx ./tsconfig.json ./build",
  104. "copy:src": "cpx './src/**' ./build/src",
  105. "deploy": "./scripts/deploy.sh",
  106. "ghpages": "webpack --config ./scripts/webpack.ghpages.js",
  107. "lint": "tslint --type-check -p . -t stylish {src,__demo__}/**/*.ts",
  108. "postcompile": "rimraf ./build/tsconfig.json",
  109. "prebundle": "npm-run-all clean:dist",
  110. "precompile": "npm-run-all clean:compile copy",
  111. "preghpages": "rimraf ./.tmp",
  112. "release": "node ./scripts/release.js",
  113. "start": "node ./scripts/serve.js",
  114. "test": "npm run lint && tsc --noEmit"
  115. },
  116. "types": "index.d.ts",
  117. "version": "8.5.2"
  118. }