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 3.6 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "react-scripts@2.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-scripts@2.1.1",
  9. "_id": "react-scripts@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-f6KCUy7opItgeana1Ghwj+lYQp5BTHSaivG/dbfiIqSm5QdOIUV5eiFSBsbaAE6GEKqGYmZDK6Yw5WmbrhxaFg==",
  12. "_location": "/react-scripts",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "graceful-fs": "4.2.4",
  17. "has-flag": "3.0.0",
  18. "nan": "2.14.1",
  19. "path-parse": "1.0.6",
  20. "universalify": "0.1.2"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "react-scripts@2.1.1",
  26. "name": "react-scripts",
  27. "escapedName": "react-scripts",
  28. "rawSpec": "2.1.1",
  29. "saveSpec": null,
  30. "fetchSpec": "2.1.1"
  31. },
  32. "_requiredBy": [
  33. "/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-2.1.1.tgz",
  36. "_spec": "2.1.1",
  37. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  38. "bin": {
  39. "react-scripts": "bin/react-scripts.js"
  40. },
  41. "browserslist": [
  42. ">0.2%",
  43. "not dead",
  44. "not ie <= 11",
  45. "not op_mini all"
  46. ],
  47. "bugs": {
  48. "url": "https://github.com/facebook/create-react-app/issues"
  49. },
  50. "dependencies": {
  51. "@babel/core": "7.1.0",
  52. "@svgr/webpack": "2.4.1",
  53. "babel-core": "7.0.0-bridge.0",
  54. "babel-eslint": "9.0.0",
  55. "babel-jest": "23.6.0",
  56. "babel-loader": "8.0.4",
  57. "babel-plugin-named-asset-import": "^0.2.3",
  58. "babel-preset-react-app": "^6.1.0",
  59. "bfj": "6.1.1",
  60. "case-sensitive-paths-webpack-plugin": "2.1.2",
  61. "chalk": "2.4.1",
  62. "css-loader": "1.0.0",
  63. "dotenv": "6.0.0",
  64. "dotenv-expand": "4.2.0",
  65. "eslint": "5.6.0",
  66. "eslint-config-react-app": "^3.0.5",
  67. "eslint-loader": "2.1.1",
  68. "eslint-plugin-flowtype": "2.50.1",
  69. "eslint-plugin-import": "2.14.0",
  70. "eslint-plugin-jsx-a11y": "6.1.2",
  71. "eslint-plugin-react": "7.11.1",
  72. "file-loader": "2.0.0",
  73. "fork-ts-checker-webpack-plugin-alt": "0.4.14",
  74. "fs-extra": "7.0.0",
  75. "fsevents": "1.2.4",
  76. "html-webpack-plugin": "4.0.0-alpha.2",
  77. "identity-obj-proxy": "3.0.0",
  78. "jest": "23.6.0",
  79. "jest-pnp-resolver": "1.0.1",
  80. "jest-resolve": "23.6.0",
  81. "mini-css-extract-plugin": "0.4.3",
  82. "optimize-css-assets-webpack-plugin": "5.0.1",
  83. "pnp-webpack-plugin": "1.1.0",
  84. "postcss-flexbugs-fixes": "4.1.0",
  85. "postcss-loader": "3.0.0",
  86. "postcss-preset-env": "6.0.6",
  87. "postcss-safe-parser": "4.0.1",
  88. "react-app-polyfill": "^0.1.3",
  89. "react-dev-utils": "^6.1.1",
  90. "resolve": "1.8.1",
  91. "sass-loader": "7.1.0",
  92. "style-loader": "0.23.0",
  93. "terser-webpack-plugin": "1.1.0",
  94. "url-loader": "1.1.1",
  95. "webpack": "4.19.1",
  96. "webpack-dev-server": "3.1.9",
  97. "webpack-manifest-plugin": "2.0.4",
  98. "workbox-webpack-plugin": "3.6.3"
  99. },
  100. "description": "Configuration and scripts for Create React App.",
  101. "devDependencies": {
  102. "react": "^16.3.2",
  103. "react-dom": "^16.3.2"
  104. },
  105. "engines": {
  106. "node": ">=6"
  107. },
  108. "files": [
  109. "bin",
  110. "config",
  111. "lib",
  112. "scripts",
  113. "template",
  114. "template-typescript",
  115. "utils"
  116. ],
  117. "homepage": "https://github.com/facebook/create-react-app#readme",
  118. "license": "MIT",
  119. "name": "react-scripts",
  120. "optionalDependencies": {
  121. "fsevents": "1.2.4"
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/facebook/create-react-app.git"
  126. },
  127. "types": "./lib/react-app.d.ts",
  128. "version": "2.1.1"
  129. }