package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "portal-frontend",
  3. "version": "1.0.0",
  4. "description": "My fine Nuxt.js project",
  5. "author": "Starink",
  6. "private": true,
  7. "scripts": {
  8. "dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
  9. "build": "nuxt build",
  10. "start": "cross-env NODE_ENV=production node server/index.js",
  11. "generate": "nuxt generate",
  12. "test": "jest"
  13. },
  14. "dependencies": {
  15. "@alicloud/pop-core": "^1.7.9",
  16. "@nuxtjs/axios": "^5.9.5",
  17. "@nuxtjs/style-resources": "^1.0.0",
  18. "@vue-space/core": "^0.0.1-alpha.2",
  19. "@vue-space/icons": "^0.0.1-alpha.2",
  20. "@vue-space/styles": "^0.0.1-alpha.2",
  21. "axios": "^0.19.2",
  22. "bcrypt": "^3.0.8",
  23. "cookie-universal-nuxt": "^2.1.3",
  24. "cross-env": "^5.2.0",
  25. "debug": "^4.1.1",
  26. "echarts": "^4.7.0",
  27. "element-ui": "^2.4.11",
  28. "jsonwebtoken": "^8.5.1",
  29. "koa": "^2.6.2",
  30. "koa-bodyparser": "^4.2.1",
  31. "koa-convert": "^1.2.0",
  32. "koa-helmet": "^5.2.0",
  33. "koa-json": "^2.0.2",
  34. "koa-jwt": "^3.6.0",
  35. "koa-logger": "^3.2.0",
  36. "koa-mount": "^4.0.0",
  37. "koa-onerror": "^4.1.0",
  38. "koa-router": "^7.4.0",
  39. "koa-session": "^5.13.1",
  40. "koa-static": "^5.0.0",
  41. "koa-views": "^6.2.0",
  42. "koa2-cors": "^2.0.6",
  43. "lodash": "^4.17.15",
  44. "mysql": "^2.18.1",
  45. "mysql2": "^2.1.0",
  46. "nuxt": "^2.0.0",
  47. "oidc-provider": "^6.23.1",
  48. "openid-client": "^3.14.0",
  49. "pug": "^2.0.3",
  50. "request": "^2.88.2",
  51. "sequelize": "^5.21.4",
  52. "util": "^0.12.1"
  53. },
  54. "devDependencies": {
  55. "@vue/test-utils": "^1.0.0-beta.27",
  56. "babel-jest": "^24.1.0",
  57. "chai": "^4.2.0",
  58. "jest": "^24.1.0",
  59. "mocha": "^7.0.1",
  60. "node-sass": "^4.13.1",
  61. "nodemon": "^1.19.1",
  62. "sass-loader": "^8.0.2",
  63. "supertest": "^4.0.2",
  64. "vue-jest": "^4.0.0-0"
  65. }
  66. }