package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "vconsole",
  3. "_id": "vconsole@3.15.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==",
  6. "_location": "/vconsole",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vconsole",
  12. "name": "vconsole",
  13. "escapedName": "vconsole",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz",
  23. "_shasum": "569a8ab15f353259527bbcf004f02946b4482cff",
  24. "_spec": "vconsole",
  25. "_where": "D:\\代码\\亿象APP\\yixiang",
  26. "author": {
  27. "name": "Tencent"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Tencent/vConsole/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/runtime": "^7.17.2",
  35. "copy-text-to-clipboard": "^3.0.1",
  36. "core-js": "^3.11.0",
  37. "mutation-observer": "^1.0.3"
  38. },
  39. "deprecated": false,
  40. "description": "A lightweight, extendable front-end developer tool for mobile web page.",
  41. "devDependencies": {
  42. "@babel/core": "^7.14.0",
  43. "@babel/plugin-proposal-class-properties": "^7.13.0",
  44. "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
  45. "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
  46. "@babel/plugin-transform-block-scoping": "^7.16.0",
  47. "@babel/plugin-transform-runtime": "^7.17.0",
  48. "@babel/preset-env": "^7.14.1",
  49. "@babel/preset-typescript": "^7.13.0",
  50. "babel-loader": "^8.2.4",
  51. "babel-plugin-add-module-exports": "^1.0.4",
  52. "css-loader": "^6.7.1",
  53. "less": "^4.1.2",
  54. "less-loader": "^10.2.0",
  55. "style-loader": "^3.3.1",
  56. "svelte": "^3.47.0",
  57. "svelte-loader": "^3.1.2",
  58. "svelte-preprocess": "^4.10.6",
  59. "typescript": "^4.6.3",
  60. "webpack": "^5.72.0",
  61. "webpack-cli": "^4.9.2",
  62. "webpack-dev-server": "^4.8.1",
  63. "webpack-merge": "^5.8.0"
  64. },
  65. "files": [
  66. "dist/*",
  67. "build/vendor.d.ts",
  68. "CHANGELOG*",
  69. "README*"
  70. ],
  71. "homepage": "https://github.com/Tencent/vConsole",
  72. "keywords": [
  73. "console",
  74. "debug",
  75. "mobile"
  76. ],
  77. "license": "MIT",
  78. "main": "dist/vconsole.min.js",
  79. "name": "vconsole",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/Tencent/vConsole.git"
  83. },
  84. "scripts": {
  85. "build": "webpack --mode=production --progress --env target=web",
  86. "build:dev": "webpack --mode=development --progress",
  87. "build:typings": "node ./build/build.typings.js",
  88. "build:wx": "webpack --mode=production --progress --env target=wx",
  89. "serve": "webpack serve --config webpack.serve.config --progress",
  90. "test:pack": "npx npm-packlist",
  91. "watch": "webpack --mode=development --watch --progress"
  92. },
  93. "sideEffects": [
  94. "lib/*",
  95. "element/*",
  96. "network/*",
  97. "storage/*"
  98. ],
  99. "typings": "dist/vconsole.min.d.ts",
  100. "version": "3.15.1"
  101. }