75a65cec95
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "mealie",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint:js": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
|
|
"lint": "yarn lint:js",
|
|
"test": "vitest",
|
|
"test:ci": "vitest --watch=false"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,vue}": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@adapttive/vue-markdown": "^4.0.1",
|
|
"@mdi/js": "^7.1.96",
|
|
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
"@nuxtjs/i18n": "7.2.0",
|
|
"@nuxtjs/proxy": "^2.1.0",
|
|
"@nuxtjs/pwa": "3.2.0",
|
|
"@vue/composition-api": "^1.7.0",
|
|
"@vueuse/core": "^9.9.0",
|
|
"core-js": "^3.27.0",
|
|
"date-fns": "^2.29.3",
|
|
"fuse.js": "^6.6.2",
|
|
"isomorphic-dompurify": "^0.26.0",
|
|
"nuxt": "^2.15.8",
|
|
"v-jsoneditor": "^1.4.5",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuetify": "^2.6.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@nuxt/types": "^2.15.7",
|
|
"@nuxt/typescript-build": "^2.1.0",
|
|
"@nuxtjs/composition-api": "^0.32.0",
|
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
"@nuxtjs/eslint-module": "3.1.0",
|
|
"@nuxtjs/google-fonts": "2.0.0",
|
|
"@nuxtjs/vuetify": "^1.12.1",
|
|
"@types/sortablejs": "^1.15.0",
|
|
"@vue/runtime-dom": "^3.2.45",
|
|
"eslint": "^8.30.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-nuxt": "^4.0.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "9.8.0",
|
|
"lint-staged": "^13.1.0",
|
|
"nuxt-vite": "0.2.3",
|
|
"prettier": "^2.8.1",
|
|
"vitest": "^0.26.2",
|
|
"vue2-script-setup-transform": "^0.3.5"
|
|
}
|
|
}
|