Files
dancefinder-app/package.json
T

77 lines
2.3 KiB
JSON

{
"name": "dancefinder-app",
"version": "1.0.0",
"engines": {
"node": ">=16"
},
"author": "Joakim Olsson <joakim@unbound.se>",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.8",
"@auth0/auth0-spa-js": "^1.19.4",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/moment": "^1.1.0",
"@nuxtjs/sentry": "^5.1.7",
"@nuxtjs/vuetify": "^1.12.3",
"@u3u/vue-hooks": "^2.0.1",
"@vue/apollo-composable": "^4.0.0-alpha.16",
"@vue/apollo-option": "^4.0.0-alpha.16",
"@vue/composition-api": "^1.4.6",
"apollo": "^2.33.9",
"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.10.7",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"moment": "^2.24.0",
"node-sass": "^7.0.1",
"nuxt": "^2.15.8",
"sass-loader": "^7.0.3",
"snyk": "^1.849.0",
"vue": "^2.6.14",
"vue-numeral-filter": "^2.2.0",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "2.6.14",
"vuetify": "^2.6.3"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"lint": "eslint --quiet --fix --ext .js,.vue --ignore-path .gitignore .",
"generate-gql": "graphql-codegen",
"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.17.2",
"@graphql-codegen/cli": "^2.6.0",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"babel-eslint": "^10.0.3",
"cli-engine": "^4.7.6",
"cypress": "^9.4.1",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"prettier": "^2.5.1",
"wait-on": "^6.0.0"
},
"snyk": true
}