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.

53 lines
1.2 KiB

3 months ago
3 months ago
3 months ago
  1. {
  2. "name": "BUZZUP",
  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. "deploy": "npm run build && scp -r ./dist/* dcfilefast_prod:/data/wwwroot/buzz-up.io"
  10. },
  11. "dependencies": {
  12. "ant-design-vue": "^4.2.3",
  13. "axios": "^1.7.2",
  14. "core-js": "^3.8.3",
  15. "js-md5": "^0.8.3",
  16. "vue": "^3.2.13",
  17. "vue-i18n": "^10.0.0-beta.1",
  18. "vue-router": "^4.3.3"
  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. "eslint": "^7.32.0",
  27. "eslint-plugin-vue": "^8.0.3",
  28. "sass": "^1.77.5",
  29. "sass-loader": "^14.2.1"
  30. },
  31. "eslintConfig": {
  32. "root": true,
  33. "env": {
  34. "node": true
  35. },
  36. "extends": [
  37. "plugin:vue/vue3-essential",
  38. "eslint:recommended"
  39. ],
  40. "parserOptions": {
  41. "parser": "@babel/eslint-parser"
  42. },
  43. "rules": {
  44. "vue/multi-word-component-names": "off"
  45. }
  46. },
  47. "browserslist": [
  48. "> 1%",
  49. "last 2 versions",
  50. "not dead",
  51. "not ie 11"
  52. ]
  53. }