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.

55 lines
1.2 KiB

1 year ago
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "animejs": "^3.2.2",
  12. "ant-design-vue": "^4.1.2",
  13. "axios": "^1.6.8",
  14. "core-js": "^3.8.3",
  15. "pinia": "^2.1.7",
  16. "uuid": "^9.0.1",
  17. "vue": "^3.2.13",
  18. "vue-router": "^4.3.0"
  19. },
  20. "devDependencies": {
  21. "@babel/core": "^7.12.16",
  22. "@babel/eslint-parser": "^7.12.16",
  23. "@vue/cli-plugin-babel": "~5.0.0",
  24. "@vue/cli-plugin-eslint": "~5.0.0",
  25. "@vue/cli-service": "~5.0.0",
  26. "autoprefixer": "^10.4.19",
  27. "eslint": "^7.32.0",
  28. "eslint-plugin-vue": "^8.0.3",
  29. "postcss": "^8.4.38",
  30. "tailwindcss": "^3.4.3"
  31. },
  32. "eslintConfig": {
  33. "root": true,
  34. "env": {
  35. "node": true
  36. },
  37. "extends": [
  38. "plugin:vue/vue3-essential",
  39. "eslint:recommended"
  40. ],
  41. "parserOptions": {
  42. "parser": "@babel/eslint-parser"
  43. },
  44. "rules": {
  45. "vue/multi-word-component-names": "off",
  46. "no-undef": "off",
  47. "no-debugger": "off",
  48. "no-constant-condition": "off",
  49. "no-unused-vars": "off"
  50. }
  51. },
  52. "browserslist": [
  53. "Chrome 98"
  54. ]
  55. }