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.

57 lines
1.2 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
7 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
7 months ago
1 year ago
1 year ago
  1. {
  2. "name": "a8k_webui",
  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. "@ant-design/icons-vue": "^7.0.1",
  12. "ant-design-vue": "^4.2.3",
  13. "axios": "^1.7.2",
  14. "core-js": "^3.8.3",
  15. "echarts": "^5.5.1",
  16. "vue": "^3.2.13",
  17. "vue-json-pretty": "^2.4.0",
  18. "vue-router": "^4.4.0",
  19. "vue3-json-viewer": "^2.2.2"
  20. },
  21. "devDependencies": {
  22. "@babel/core": "^7.12.16",
  23. "@babel/eslint-parser": "^7.12.16",
  24. "@vue/cli-plugin-babel": "~5.0.0",
  25. "@vue/cli-plugin-eslint": "~5.0.0",
  26. "@vue/cli-service": "~5.0.0",
  27. "autoprefixer": "^10.4.19",
  28. "eslint": "^7.32.0",
  29. "eslint-plugin-vue": "^8.0.3",
  30. "postcss": "^8.4.39",
  31. "tailwindcss": "^3.4.4"
  32. },
  33. "eslintConfig": {
  34. "root": true,
  35. "env": {
  36. "node": true
  37. },
  38. "extends": [
  39. "plugin:vue/vue3-essential",
  40. "eslint:recommended"
  41. ],
  42. "parserOptions": {
  43. "parser": "@babel/eslint-parser"
  44. },
  45. "rules": {
  46. "no-debugger": "off",
  47. "no-undef": "off",
  48. "no-unused-vars": "off"
  49. }
  50. },
  51. "browserslist": [
  52. "> 1%",
  53. "last 2 versions",
  54. "not dead",
  55. "not ie 11"
  56. ]
  57. }