{ "name": "dancefinder-app", "version": "1.0.0", "engines": { "node": ">=12" }, "author": "Joakim Olsson ", "private": true, "dependencies": { "@auth0/auth0-spa-js": "^1.5.0", "@nuxtjs/moment": "^1.1.0", "@nuxtjs/vuetify": "^1.9.0", "@u3u/vue-hooks": "^2.0.1", "@vue/composition-api": "^0.3.4", "apollo": "^2.17.4", "apollo-cache-inmemory": "^1.6.3", "apollo-client": "^2.6.4", "apollo-link": "^1.2.12", "apollo-link-context": "^1.0.18", "apollo-link-error": "^1.1.11", "apollo-link-http": "^1.5.15", "core-js": "3", "dayjs": "^1.8.19", "eslint": "^5.1.0", "eslint-plugin-vue": "^4.5.0", "graphql": "^14.4.2", "graphql-tag": "^2.10.1", "moment": "^2.24.0", "node-sass": "^4.12.0", "nuxt": "^2.8.1", "nuxt-i18n": "^6.0.1", "sass-loader": "^7.0.3", "snyk": "^1.258.2", "vue": "^2.6.10", "vue-numeral-filter": "^1.1.1", "vuetify": "^2.1.9" }, "scripts": { "dev": "nuxt", "build": "nuxt build", "generate": "nuxt generate", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "precommit": "yarn lint", "prepush": "yarn test", "start": "node server/index.js", "start:ci": "NODE_ENV=production CI=true node server/index.js", "test:cypress": "cypress run", "wait": "wait-on http://localhost:3000", "snyk-protect": "snyk protect", "prepublish": "yarn run snyk-protect" }, "devDependencies": { "@babel/runtime-corejs3": "^7.8.3", "cypress": "^3.1.0", "wait-on": "^3.2.0" }, "snyk": true }