package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "portal",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "nuxt",
  7. "build": "nuxt build",
  8. "start": "nuxt start",
  9. "generate": "nuxt generate",
  10. "lint": "npm run lint:js && npm run lint:prettier",
  11. "lint-fix": "prettier --write --list-different . && npm run lint:js -- --fix",
  12. "lint:js": "eslint --ext \".js,.vue\" --ignore-path .eslintignore .gitignore .",
  13. "lint:prettier": "prettier --check ."
  14. },
  15. "dependencies": {
  16. "@nuxt/postcss8": "^1.1.3",
  17. "@nuxtjs/axios": "^5.13.6",
  18. "algoliasearch": "^4.23.3",
  19. "clipboard": "^2.0.11",
  20. "cookie-universal-nuxt": "^2.2.2",
  21. "core-js": "^3.19.3",
  22. "crypto-js": "^4.1.1",
  23. "dayjs": "^1.11.7",
  24. "element-ui": "^2.15.6",
  25. "html2canvas": "^1.4.1",
  26. "html2pdf.js": "^0.10.1",
  27. "js-base64": "^3.7.2",
  28. "js-cookie": "^3.0.1",
  29. "jspdf": "^2.5.1",
  30. "lodash.clonedeep": "^4.5.0",
  31. "lodash.debounce": "^4.0.8",
  32. "lodash.throttle": "^4.1.1",
  33. "number-precision": "^1.5.2",
  34. "nuxt": "^2.15.8",
  35. "pdfjs-dist": "2.7",
  36. "postcss-pxtorem": "^6.0.0",
  37. "prismjs": "^1.29.0",
  38. "vue": "^2.6.14",
  39. "vue-infinite-loading": "^2.4.5",
  40. "vue-lazyload": "^3.0.0-rc.2",
  41. "vue-lodash": "^2.1.2",
  42. "vue-pdf": "^4.3.0",
  43. "vue-server-renderer": "^2.6.14",
  44. "vue-template-compiler": "^2.6.14",
  45. "vuedraggable": "^2.24.3",
  46. "webpack": "^4.46.0"
  47. },
  48. "devDependencies": {
  49. "@babel/eslint-parser": "^7.19.1",
  50. "@nuxtjs/axios": "^5.13.6",
  51. "@nuxt/cli": "^2.18.1",
  52. "@nuxtjs/eslint-config": "^12.0.0",
  53. "@nuxtjs/eslint-module": "^3.1.0",
  54. "@nuxtjs/proxy": "^2.1.0",
  55. "axios": "^0.27.2",
  56. "eslint": "^8.28.0",
  57. "eslint-config-prettier": "^8.5.0",
  58. "eslint-plugin-nuxt": "^4.0.0",
  59. "eslint-plugin-vue": "^9.8.0",
  60. "prettier": "^2.8.0",
  61. "prismjs": "^1.29.0",
  62. "sass": "^1.54.0",
  63. "sass-loader": "^10.3.1"
  64. }
  65. }