package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-import@1.13.3",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-import@1.13.3",
  10. "_id": "babel-plugin-import@1.13.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1qCWdljJOrDRH/ybaCZuDgySii4yYrtQ8OJQwrcDqdt0y67N30ng3X3nABg6j7gR7qUJgcMa9OMhc4AGViDwWw==",
  13. "_location": "/babel-plugin-import",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-import@1.13.3",
  19. "name": "babel-plugin-import",
  20. "escapedName": "babel-plugin-import",
  21. "rawSpec": "1.13.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.13.3"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/babel-plugin-import/-/babel-plugin-import-1.13.3.tgz",
  29. "_spec": "1.13.3",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "chencheng",
  33. "email": "sorrycc@gmail.com"
  34. },
  35. "babel": {
  36. "presets": [
  37. "umi"
  38. ]
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ant-design/babel-plugin-import/issues"
  42. },
  43. "dependencies": {
  44. "@babel/helper-module-imports": "^7.0.0",
  45. "@babel/runtime": "^7.0.0"
  46. },
  47. "description": "Component modular import plugin for babel.",
  48. "devDependencies": {
  49. "@babel/core": "^7.0.0",
  50. "@babel/preset-react": "^7.0.0",
  51. "@umijs/test": "^3.2.28",
  52. "babel-core": "^7.0.0-0",
  53. "babel-preset-umi": "^1.0.0",
  54. "coveralls": "^3.0.6",
  55. "eslint": "^7.1.0",
  56. "eslint-config-airbnb": "^18.1.0",
  57. "eslint-config-prettier": "^6.11.0",
  58. "eslint-plugin-import": "^2.20.2",
  59. "eslint-plugin-prettier": "^3.1.3",
  60. "father-next": "^3.0.0-alpha.3",
  61. "husky": "^4.2.5",
  62. "lint-staged": "^10.2.8",
  63. "material-ui": "^0.20.2",
  64. "np": "^6.2.0",
  65. "prettier": "^2.0.5",
  66. "react-toolbox": "^1.2.5"
  67. },
  68. "files": [
  69. "src",
  70. "lib",
  71. "package.json",
  72. "README.md"
  73. ],
  74. "homepage": "https://github.com/ant-design/babel-plugin-import#readme",
  75. "husky": {
  76. "hooks": {
  77. "pre-commit": "lint-staged"
  78. }
  79. },
  80. "keywords": [
  81. "babel-plugin",
  82. "antd"
  83. ],
  84. "license": "MIT",
  85. "lint-staged": {
  86. "*.js": [
  87. "eslint",
  88. "prettier --write"
  89. ]
  90. },
  91. "main": "lib/index.js",
  92. "name": "babel-plugin-import",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/ant-design/babel-plugin-import.git"
  96. },
  97. "scripts": {
  98. "build": "father-next",
  99. "coveralls": "cat ./coverage/lcov.info | coveralls",
  100. "debug": "umi-test",
  101. "lint": "eslint --ext .js src",
  102. "prepack": "npm run build",
  103. "prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish --any-branch",
  104. "test": "umi-test --coverage"
  105. },
  106. "version": "1.13.3"
  107. }