package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_from": "cordova-plugin-webpack",
  3. "_id": "cordova-plugin-webpack@0.4.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9lxEojdBgKrWgXYIqxehyUZGUVNFFAR1yd8OhZT2tWdI3v6GMXGPYIT2JwMCh8XEwy3EIT1+JeMzZhfhvdf9jQ==",
  6. "_location": "/cordova-plugin-webpack",
  7. "_phantomChildren": {
  8. "camelcase": "5.3.1",
  9. "decamelize": "1.2.0",
  10. "detect-file": "1.0.0",
  11. "is-glob": "4.0.1",
  12. "picomatch": "2.0.7",
  13. "resolve-dir": "1.0.1"
  14. },
  15. "_requested": {
  16. "type": "tag",
  17. "registry": true,
  18. "raw": "cordova-plugin-webpack",
  19. "name": "cordova-plugin-webpack",
  20. "escapedName": "cordova-plugin-webpack",
  21. "rawSpec": "",
  22. "saveSpec": null,
  23. "fetchSpec": "latest"
  24. },
  25. "_requiredBy": [
  26. "#USER",
  27. "/"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cordova-plugin-webpack/-/cordova-plugin-webpack-0.4.7.tgz",
  30. "_shasum": "2d9b9313fd4a8250ca33abb2730736c9216dce5e",
  31. "_spec": "cordova-plugin-webpack",
  32. "_where": "/home/dom1.taus.us.thales/t0124938/project/twelve-heroes",
  33. "author": {
  34. "name": "Kotaro Sugawara"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kotarella1110/cordova-plugin-webpack/issues"
  38. },
  39. "bundleDependencies": false,
  40. "cordova": {
  41. "id": "cordova-plugin-webpack",
  42. "platforms": [
  43. "android",
  44. "ios"
  45. ]
  46. },
  47. "dependencies": {
  48. "@types/elementtree": "^0.1.0",
  49. "@types/findup-sync": "^2.0.2",
  50. "@types/interpret": "^1.1.1",
  51. "@types/ip": "^1.1.0",
  52. "@types/node": "^12.7.5",
  53. "@types/react-dev-utils": "^9.0.1",
  54. "@types/rechoir": "^0.6.1",
  55. "@types/webpack": "^4.39.1",
  56. "@types/webpack-dev-server": "^3.1.7",
  57. "@types/yargs-parser": "^13.1.0",
  58. "cordova-common": "^3.2.0",
  59. "create-html": "^4.1.0",
  60. "csp-parse": "0.0.2",
  61. "current-device": "^0.8.2",
  62. "elementtree": "^0.1.7",
  63. "express": "^4.17.1",
  64. "findup-sync": "^4.0.0",
  65. "glob": "^7.1.4",
  66. "interpret": "^1.2.0",
  67. "ip": "^1.1.5",
  68. "is-ua-webview": "^1.0.1",
  69. "react-dev-utils": "^9.0.3",
  70. "rechoir": "^0.7.0",
  71. "source-map-support": "^0.5.13",
  72. "webpack": "^4.40.2",
  73. "webpack-dev-server": "^3.8.1",
  74. "webpack-inject-plugin": "^1.5.3",
  75. "yargs-parser": "^14.0.0"
  76. },
  77. "deprecated": false,
  78. "description": "Cordova Webpack Plugin",
  79. "devDependencies": {
  80. "@commitlint/cli": "^8.2.0",
  81. "@commitlint/config-conventional": "^8.2.0",
  82. "@commitlint/prompt-cli": "^8.2.0",
  83. "@types/jest": "^24.0.18",
  84. "@typescript-eslint/eslint-plugin": "^2.3.0",
  85. "@typescript-eslint/parser": "^2.3.0",
  86. "clean-webpack-plugin": "^3.0.0",
  87. "cordova-set-version": "^8.1.3",
  88. "eslint": "^6.4.0",
  89. "eslint-config-airbnb-base": "^14.0.0",
  90. "eslint-config-prettier": "^6.3.0",
  91. "eslint-plugin-import": "^2.18.2",
  92. "eslint-plugin-prettier": "^3.1.1",
  93. "husky": "^3.0.5",
  94. "install": "^0.13.0",
  95. "jest": "^24.9.0",
  96. "lint-staged": "^9.2.5",
  97. "npm-check": "^5.9.0",
  98. "prettier": "^1.18.2",
  99. "rimraf": "^3.0.0",
  100. "ts-jest": "^24.1.0",
  101. "ts-loader": "^6.1.0",
  102. "ts-node": "^8.4.1",
  103. "typescript": "^3.6.3",
  104. "webpack-cli": "^3.3.9"
  105. },
  106. "homepage": "https://github.com/kotarella1110/cordova-plugin-webpack#readme",
  107. "husky": {
  108. "hooks": {
  109. "pre-commit": "lint-staged",
  110. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  111. }
  112. },
  113. "keywords": [
  114. "cordova",
  115. "webpack",
  116. "ecosystem:cordova",
  117. "cordova-browser",
  118. "cordova-android",
  119. "cordova-ios"
  120. ],
  121. "license": "Apache-2.0",
  122. "lint-staged": {
  123. "*.{js,ts}": [
  124. "npm run lint:fix",
  125. "git add"
  126. ]
  127. },
  128. "name": "cordova-plugin-webpack",
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/kotarella1110/cordova-plugin-webpack.git"
  132. },
  133. "scripts": {
  134. "build": "rimraf scripts/* && tsc && webpack",
  135. "commit": "commit",
  136. "lint": "eslint '**/*.{js,ts}'",
  137. "lint:fix": "npm run lint -- --fix",
  138. "precommit": "lint-staged",
  139. "prepare": "npm run build",
  140. "test": "jest --watch",
  141. "test:coverage": "jest --coverage",
  142. "upgrade-interactive": "npm-check --update",
  143. "version": "cordova-set-version plugin.xml && git add plugin.xml"
  144. },
  145. "version": "0.4.7"
  146. }