| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "portal-frontend",
- "version": "1.0.0",
- "description": "My fine Nuxt.js project",
- "author": "Starink",
- "private": true,
- "scripts": {
- "dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
- "build": "nuxt build",
- "start": "cross-env NODE_ENV=production node server/index.js",
- "generate": "nuxt generate",
- "test": "jest"
- },
- "dependencies": {
- "@alicloud/pop-core": "^1.7.9",
- "@nuxtjs/axios": "^5.9.5",
- "@nuxtjs/style-resources": "^1.0.0",
- "@vue-space/core": "^0.0.1-alpha.2",
- "@vue-space/icons": "^0.0.1-alpha.2",
- "@vue-space/styles": "^0.0.1-alpha.2",
- "axios": "^0.19.2",
- "bcrypt": "^3.0.8",
- "cookie-universal-nuxt": "^2.1.3",
- "cross-env": "^5.2.0",
- "debug": "^4.1.1",
- "echarts": "^4.7.0",
- "element-ui": "^2.4.11",
- "jsonwebtoken": "^8.5.1",
- "koa": "^2.6.2",
- "koa-bodyparser": "^4.2.1",
- "koa-convert": "^1.2.0",
- "koa-helmet": "^5.2.0",
- "koa-json": "^2.0.2",
- "koa-jwt": "^3.6.0",
- "koa-logger": "^3.2.0",
- "koa-mount": "^4.0.0",
- "koa-onerror": "^4.1.0",
- "koa-router": "^7.4.0",
- "koa-session": "^5.13.1",
- "koa-static": "^5.0.0",
- "koa-views": "^6.2.0",
- "koa2-cors": "^2.0.6",
- "lodash": "^4.17.15",
- "mysql": "^2.18.1",
- "mysql2": "^2.1.0",
- "nuxt": "^2.0.0",
- "oidc-provider": "^6.23.1",
- "openid-client": "^3.14.0",
- "pug": "^2.0.3",
- "request": "^2.88.2",
- "sequelize": "^5.21.4",
- "util": "^0.12.1"
- },
- "devDependencies": {
- "@vue/test-utils": "^1.0.0-beta.27",
- "babel-jest": "^24.1.0",
- "chai": "^4.2.0",
- "jest": "^24.1.0",
- "mocha": "^7.0.1",
- "node-sass": "^4.13.1",
- "nodemon": "^1.19.1",
- "sass-loader": "^8.0.2",
- "supertest": "^4.0.2",
- "vue-jest": "^4.0.0-0"
- }
- }
|