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.3 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "rc-align@2.4.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "rc-align@2.4.5",
  9. "_id": "rc-align@2.4.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nv9wYUYdfyfK+qskThf4BQUSIadeI/dCsfaMZfNEoxm9HwOIioQ+LyqmMK6jWHAZQgOzMLaqawhuBXlF63vgjw==",
  12. "_location": "/rc-align",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rc-align@2.4.5",
  18. "name": "rc-align",
  19. "escapedName": "rc-align",
  20. "rawSpec": "2.4.5",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.5"
  23. },
  24. "_requiredBy": [
  25. "/rc-trigger"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/rc-align/-/rc-align-2.4.5.tgz",
  28. "_spec": "2.4.5",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": "",
  31. "bugs": {
  32. "url": "http://github.com/react-component/align/issues"
  33. },
  34. "config": {
  35. "port": 8100
  36. },
  37. "dependencies": {
  38. "babel-runtime": "^6.26.0",
  39. "dom-align": "^1.7.0",
  40. "prop-types": "^15.5.8",
  41. "rc-util": "^4.0.4"
  42. },
  43. "description": "align ui component for react",
  44. "devDependencies": {
  45. "core-js": "^2.5.1",
  46. "expect.js": "0.3.x",
  47. "jquery": "^3.3.1",
  48. "pre-commit": "1.x",
  49. "rc-test": "6.x",
  50. "rc-tools": "8.x",
  51. "react": "^16.3.0",
  52. "react-dom": "^16.3.0"
  53. },
  54. "files": [
  55. "lib",
  56. "es"
  57. ],
  58. "homepage": "http://github.com/react-component/align",
  59. "keywords": [
  60. "react",
  61. "react-component",
  62. "react-align",
  63. "align"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/index",
  67. "module": "./es/index",
  68. "name": "rc-align",
  69. "pre-commit": [
  70. "lint"
  71. ],
  72. "repository": {
  73. "type": "git",
  74. "url": "git+ssh://git@github.com/react-component/align.git"
  75. },
  76. "scripts": {
  77. "build": "rc-tools run build",
  78. "chrome-test": "rc-test run chrome-test",
  79. "compile": "rc-tools run compile --babel-runtime",
  80. "coverage": "rc-test run coverage",
  81. "gh-pages": "rc-tools run gh-pages",
  82. "karma": "rc-test run karma",
  83. "lint": "rc-tools run lint",
  84. "pub": "rc-tools run pub --babel-runtime",
  85. "saucelabs": "rc-test run saucelabs",
  86. "start": "rc-tools run server",
  87. "test": "rc-test run test"
  88. },
  89. "version": "2.4.5"
  90. }