You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0 KiB

3 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "react-dnd@2.6.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-dnd@2.6.0",
  9. "_id": "react-dnd@2.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-f6JWds+CfViokSk+PBq1naACVFo=",
  12. "_location": "/react-dnd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-dnd@2.6.0",
  18. "name": "react-dnd",
  19. "escapedName": "react-dnd",
  20. "rawSpec": "2.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.6.0"
  23. },
  24. "_requiredBy": [
  25. "/react-data-grid-addons"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-2.6.0.tgz",
  28. "_spec": "2.6.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/react-dnd/react-dnd/issues"
  32. },
  33. "dependencies": {
  34. "disposables": "^1.0.1",
  35. "dnd-core": "^2.6.0",
  36. "hoist-non-react-statics": "^2.1.0",
  37. "invariant": "^2.1.0",
  38. "lodash": "^4.2.0",
  39. "prop-types": "^15.5.10"
  40. },
  41. "description": "Drag and Drop for React",
  42. "devDependencies": {
  43. "babel-cli": "^6.26.0",
  44. "babel-loader": "^7.1.1",
  45. "npm-run-all": "^4.1.2",
  46. "react": "^16.2.0",
  47. "rimraf": "^2.6.2",
  48. "webpack": "^3.1.0"
  49. },
  50. "homepage": "https://github.com/react-dnd/react-dnd#readme",
  51. "license": "BSD-3-Clause",
  52. "main": "lib/index.js",
  53. "name": "react-dnd",
  54. "peerDependencies": {
  55. "react": "*"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/react-dnd/react-dnd.git"
  60. },
  61. "scripts": {
  62. "babel": "babel src --out-dir lib",
  63. "build": "run-p bundle:* babel",
  64. "bundle:min": "webpack --output-filename=dist/ReactDnD.min.js --optimize-minimize",
  65. "bundle:unmin": "webpack --output-filename=dist/ReactDnD.js",
  66. "clean": "rimraf lib dist",
  67. "prepublish": "npm test",
  68. "test": "run-s clean build"
  69. },
  70. "version": "2.6.0"
  71. }