package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_from": "@antv/f2@~3.6.0",
  3. "_id": "@antv/f2@3.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DIATJJSXdzD+aanXYAguBlQLZHU=",
  6. "_location": "/@antv/f2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@antv/f2@~3.6.0",
  12. "name": "@antv/f2",
  13. "escapedName": "@antv%2ff2",
  14. "scope": "@antv",
  15. "rawSpec": "~3.6.0",
  16. "saveSpec": null,
  17. "fetchSpec": "~3.6.0"
  18. },
  19. "_requiredBy": [
  20. "/@antv/my-f2"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/@antv/f2/download/@antv/f2-3.6.3.tgz",
  23. "_shasum": "0c80132494977730fe69a9d760082e06540b6475",
  24. "_spec": "@antv/f2@~3.6.0",
  25. "_where": "D:\\钉钉\\node_modules\\@antv\\my-f2",
  26. "author": {
  27. "name": "https://github.com/orgs/antvis/people"
  28. },
  29. "browser": "build/f2.js",
  30. "bugs": {
  31. "url": "https://github.com/antvis/f2/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@antv/adjust": "~0.1.1",
  36. "@antv/scale": "0.1.3",
  37. "@antv/util": "~2.0.6",
  38. "@babel/runtime": "^7.7.7",
  39. "hammerjs": "^2.0.8"
  40. },
  41. "deprecated": false,
  42. "description": "Charts for mobile visualization.",
  43. "devDependencies": {
  44. "@antv/data-set": "^0.10.2",
  45. "@antv/gatsby-theme-antv": "^0.10.17",
  46. "@babel/cli": "^7.0.0",
  47. "@babel/core": "^7.0.0",
  48. "@babel/preset-env": "^7.0.0",
  49. "babel-eslint": "~7.2.3",
  50. "babel-loader": "^8.0.0",
  51. "babel-plugin-transform-remove-strict-mode": "~0.0.2",
  52. "babel-preset-gatsby": "^0.2.20",
  53. "body-parser": "^1.18.2",
  54. "chai": "~4.0.1",
  55. "commander": "~2.9.0",
  56. "connect": "~3.6.3",
  57. "d3-queue": "~3.0.7",
  58. "debug": "~3.1.0",
  59. "electron": "^7.1.9",
  60. "eslint": "^6.7.2",
  61. "eslint-config-egg": "~4.2.0",
  62. "gatsby": "^2.17.7",
  63. "get-port": "~3.1.0",
  64. "gh-pages": "^2.1.1",
  65. "jest": "^24.9.0",
  66. "jest-electron": "^0.1.11",
  67. "jquery": "^3.3.1",
  68. "jszip": "^3.1.5",
  69. "nightmare": "~2.10.0",
  70. "nunjucks": "~3.0.1",
  71. "open": "~7.0.0",
  72. "parseurl": "~1.3.1",
  73. "pre-commit": "~1.2.2",
  74. "react-i18next": "^11.0.1",
  75. "serve-static": "~1.12.4",
  76. "shelljs": "~0.7.8",
  77. "uglify-js": "~3.0.15",
  78. "webpack": "~3.4.1"
  79. },
  80. "files": [
  81. "src",
  82. "lib",
  83. "build",
  84. "dist",
  85. "bundler"
  86. ],
  87. "homepage": "https://github.com/antvis/f2",
  88. "jest": {
  89. "runner": "jest-electron/runner",
  90. "testEnvironment": "jest-electron/environment",
  91. "testRegex": "/test/.*-spec\\.js?$"
  92. },
  93. "keywords": [
  94. "f2",
  95. "charts",
  96. "mobile",
  97. "visualization",
  98. "data visualization",
  99. "canvas",
  100. "2d draw",
  101. "mobile visualization",
  102. "interactive"
  103. ],
  104. "main": "lib/index.js",
  105. "module": "lib/index.js",
  106. "name": "@antv/f2",
  107. "pre-commit": {
  108. "run": [
  109. "lint",
  110. "test"
  111. ],
  112. "silent": false
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/antvis/f2.git"
  117. },
  118. "scripts": {
  119. "build": "webpack",
  120. "build-lib": "babel src --out-dir lib",
  121. "ci": "npm run lint && npm run test",
  122. "compress": "sh ./bin/compress.sh",
  123. "coverage": "jest --coverage",
  124. "demos": "electron ./demos/app.js",
  125. "demos-web": "node ./demos/app.js --web --port 2048",
  126. "dev": "npm run watch & DEBUG=app:* npm run demos-web",
  127. "dist": "rm -rf dist && mkdir dist && npm run build && npm run compress",
  128. "lint": "eslint ./",
  129. "lint-fix": "eslint --fix ./",
  130. "prepublishOnly": "npm run build-lib && npm run dist",
  131. "screenshot": "DEBUG=app:* ./bin/screenshot.js",
  132. "site:build": "npm run site:clean && gatsby build --prefix-paths",
  133. "site:clean": "gatsby clean",
  134. "site:deploy": "npm run site:build && gh-pages -d public",
  135. "site:develop": "gatsby develop --open",
  136. "start": "npm run site:develop",
  137. "test": "jest",
  138. "test-bug": "jest test/bug",
  139. "test-live": "DEBUG_MODE=1 jest --watch",
  140. "test-unit": "jest test/unit",
  141. "watch": "webpack --config webpack-dev.config.js"
  142. },
  143. "version": "3.6.3"
  144. }