1e5281f3e8
Bumps [@snyk/protect](https://github.com/snyk/snyk) from 1.966.0 to 1.972.0. - [Release notes](https://github.com/snyk/snyk/releases) - [Commits](https://github.com/snyk/snyk/compare/v1.966.0...v1.972.0)
70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "dancefinder-app",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"author": "Joakim Olsson <joakim@unbound.se>",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.6.9",
|
|
"@auth0/auth0-spa-js": "^1.22.1",
|
|
"@nuxtjs/composition-api": "^0.32.0",
|
|
"@nuxtjs/i18n": "^7.2.2",
|
|
"@nuxtjs/moment": "^1.1.0",
|
|
"@nuxtjs/sentry": "^5.1.7",
|
|
"@nuxtjs/vuetify": "^1.12.3",
|
|
"@snyk/protect": "^1.972.0",
|
|
"@u3u/vue-hooks": "^2.0.1",
|
|
"@vue/apollo-composable": "^4.0.0-alpha.18",
|
|
"@vue/apollo-option": "^4.0.0-alpha.18",
|
|
"@vue/composition-api": "^1.7.0",
|
|
"core-js": "3",
|
|
"dayjs": "^1.11.3",
|
|
"graphql": "^15.8.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"moment": "^2.29.4",
|
|
"node-sass": "^7.0.1",
|
|
"nuxt": "^2.15.8",
|
|
"sass-loader": "^7.0.3",
|
|
"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.7"
|
|
},
|
|
"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",
|
|
"prepare": "yarn run snyk-protect",
|
|
"snyk-protect": "snyk-protect",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime-corejs3": "^7.18.6",
|
|
"@graphql-codegen/cli": "^2.8.0",
|
|
"@graphql-codegen/fragment-matcher": "^3.3.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"cli-engine": "^4.7.6",
|
|
"cypress": "^10.3.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.2.0",
|
|
"prettier": "^2.7.1",
|
|
"wait-on": "^6.0.1"
|
|
},
|
|
"snyk": true
|
|
}
|