Skip to content
Snippets Groups Projects
package.json 884 B
Newer Older
{
  "name": "user-panel",
  "version": "1.2.0",
  "description": "Management interface for an OpenID Connect identity provider backend",
  "main": "nuxt.config.js",
  "scripts": {
    "dev": "nuxt",
    "help": "nuxt help",
    "build": "nuxt build",
    "start": "nuxt start",
Mark's avatar
Mark committed
    "post-update": "yarn upgrade --latest",
Mark's avatar
Mark committed
    "test": "nightwatch --config ./test/nightwatch.json",
Mark's avatar
Mark committed
    "build-start": "nuxt build; nuxt start"
  "homepage": "https://open.greenhost.net/openappstack/user-panel",
  "license": "SEE LICENSE IN LICENSE.txt",
  "dependencies": {
    "@nuxtjs/auth": "^4.8.4",
    "@nuxtjs/axios": "^5.6.0",
    "bootstrap-vue": "^2.0.3",
    "cookie-parser": "^1.4.4",
Mark's avatar
Mark committed
    "express": "^4.17.1",
Mark's avatar
Mark committed
    "lokka": "^1.7.0",
    "lokka-transport-http": "^1.6.1",
Mark's avatar
Mark committed
    "nuxt": "^2.10.2",
    "openid-client": "^3.7.3"
Mark's avatar
Mark committed
  },
  "devDependencies": {
    "nightwatch": "^1.2.4"