提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
937 B

  1. {
  2. "name": "@vue/cli-plugin-eslint",
  3. "version": "5.0.9",
  4. "description": "eslint plugin for vue-cli",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vuejs/vue-cli.git",
  9. "directory": "packages/@vue/cli-plugin-eslint"
  10. },
  11. "keywords": [
  12. "vue",
  13. "cli",
  14. "eslint"
  15. ],
  16. "author": "Evan You",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/vuejs/vue-cli/issues"
  20. },
  21. "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-eslint#readme",
  22. "publishConfig": {
  23. "access": "public"
  24. },
  25. "dependencies": {
  26. "@vue/cli-shared-utils": "^5.0.9",
  27. "eslint-webpack-plugin": "^3.1.0",
  28. "globby": "^11.0.2",
  29. "webpack": "^5.54.0",
  30. "yorkie": "^2.0.0"
  31. },
  32. "peerDependencies": {
  33. "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0",
  34. "eslint": ">=7.5.0"
  35. },
  36. "gitHead": "7eb93c169c7520935252e2473387f923ef80d856"
  37. }