442dffdc57
Bumps [vue-demi](https://github.com/antfu/vue-demi) from 0.14.6 to 0.14.7. - [Release notes](https://github.com/antfu/vue-demi/releases) - [Commits](https://github.com/antfu/vue-demi/compare/v0.14.6...v0.14.7)
87 lines
2.8 KiB
JSON
87 lines
2.8 KiB
JSON
{
|
|
"name": "dancefinder-app",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"author": "Joakim Olsson <joakim@unbound.se>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi generate",
|
|
"start": "nuxi preview",
|
|
"lint:js": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
|
|
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
|
|
"lint:prettier": "prettier --check .",
|
|
"lint": "yarn lint:js && yarn lint:style # ignore prettier for now # && yarn lint:prettier",
|
|
"lintfix": "prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix",
|
|
"prepare": "husky install",
|
|
"test": "jest",
|
|
"codegen": "graphql-codegen"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.9.2",
|
|
"@auth0/auth0-spa-js": "^2.1.3",
|
|
"@graphql-codegen/typescript": "^4.0.1",
|
|
"@graphql-codegen/typescript-operations": "^4.0.1",
|
|
"@graphql-codegen/typescript-vue-apollo": "^4.1.0",
|
|
"@nuxtjs/i18n": "^7.3.1",
|
|
"@nuxtjs/sentry": "^8.0.6",
|
|
"@nuxtjs/vuetify": "^1.12.3",
|
|
"@pinia/nuxt": "^0.5.1",
|
|
"@snyk/protect": "^1.1276.0",
|
|
"@vue/apollo-composable": "^4.0.1",
|
|
"@vueuse/core": "^10.7.2",
|
|
"core-js": "3",
|
|
"date-fns": "^3.3.1",
|
|
"graphql": "^16.8.1",
|
|
"graphql-tag": "^2.12.6",
|
|
"node-sass": "^9.0.0",
|
|
"nuxt-edge": "latest",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"sass-loader": "^10.1.1",
|
|
"vue": "2.7.16",
|
|
"vue-demi": "^0.14.7",
|
|
"vue-server-renderer": "2.7.16",
|
|
"vue-template-compiler": "2.7.16",
|
|
"vuetify": "^2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime-corejs3": "^7.23.9",
|
|
"@graphql-codegen/cli": "^5.0.0",
|
|
"@graphql-codegen/fragment-matcher": "^5.0.0",
|
|
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
|
|
"@nuxt/types": "^2.17.3",
|
|
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
|
"@nuxtjs/eslint-module": "^4.1.0",
|
|
"@nuxtjs/stylelint-module": "^5.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"cli-engine": "^4.7.6",
|
|
"cypress": "^13.6.4",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-nuxt": "^4.0.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.21.1",
|
|
"husky": "^9.0.7",
|
|
"postcss-html": "^1.6.0",
|
|
"prettier": "^3.2.4",
|
|
"stylelint": "^14.16.1",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
"stylelint-config-standard": "^29.0.0",
|
|
"typescript": "^5.3.3",
|
|
"wait-on": "^7.2.0"
|
|
},
|
|
"resolutions": {
|
|
"eslint-webpack-plugin": "^2.0.0"
|
|
},
|
|
"snyk": true
|
|
}
|