package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "vconsole",
  3. "_id": "vconsole@3.11.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gOYOEocyRtFcy4viVEf4c52okpuhRLE0l43q4aMaKLp9pxYoyMJXsEUBydCuzQPc1PKwUpUVE8fEzTcAGUA5sA==",
  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. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.11.2.tgz",
  23. "_shasum": "793acd9892bb35f110e7f5cf205422804fb81bd9",
  24. "_spec": "vconsole",
  25. "_where": "D:\\zhangyuan\\安康\\ak",
  26. "author": {
  27. "name": "Tencent"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Tencent/vConsole/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "cookie-storage": "^6.1.0",
  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/preset-env": "^7.14.1",
  48. "@babel/preset-typescript": "^7.13.0",
  49. "babel-loader": "^8.2.2",
  50. "babel-plugin-add-module-exports": "^1.0.4",
  51. "chai": "^4.3.4",
  52. "css-loader": "^5.2.4",
  53. "json-loader": "^0.5.7",
  54. "less": "^4.1.1",
  55. "less-loader": "^8.1.1",
  56. "style-loader": "^2.0.0",
  57. "svelte": "^3.38.3",
  58. "svelte-loader": "^3.1.2",
  59. "svelte-preprocess": "^4.7.4",
  60. "typescript": "^4.5.4",
  61. "webpack": "^5.65.0",
  62. "webpack-cli": "^4.9.1",
  63. "webpack-dev-server": "^4.6.0",
  64. "webpack-merge": "^5.8.0"
  65. },
  66. "files": [
  67. "dist/*",
  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",
  86. "build:dev": "webpack --mode=development --progress",
  87. "build:typings": "tsc --build tsconfig.type.json",
  88. "serve": "webpack serve --config webpack.serve.config --progress",
  89. "test:pack": "npx npm-packlist",
  90. "watch": "webpack --mode=development --watch --progress"
  91. },
  92. "typings": "dist/vconsole.min.d.ts",
  93. "version": "3.11.2"
  94. }