mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-05 20:42:23 -07:00
Some checks failed
Release Drafter / ✏️ Draft release (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Docker Nightly Production / Backend Server Tests (push) Has been cancelled
Docker Nightly Production / Frontend Tests (push) Has been cancelled
Docker Nightly Production / Build Package (push) Has been cancelled
Docker Nightly Production / Build Tagged Release (push) Has been cancelled
Docker Nightly Production / Notify Discord (push) Has been cancelled
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "mealie",
|
|
"version": "2.8.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate --spa",
|
|
"lint:js": "eslint .",
|
|
"lint": "yarn lint:js",
|
|
"lint:log": "yarn lint:js --debug",
|
|
"test": "vitest",
|
|
"test:ci": "vitest --watch=false",
|
|
"cleanup": "nuxt cleanup"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,vue}": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/js": "^7.4.47",
|
|
"@nuxt/eslint": "1.2.0",
|
|
"@nuxtjs/i18n": "^9.2.1",
|
|
"@nuxtjs/proxy": "^2.1.0",
|
|
"@sidebase/nuxt-auth": "0.10.0",
|
|
"@vite-pwa/nuxt": "0.10.6",
|
|
"@vueuse/core": "^12.7.0",
|
|
"axios": "^1.8.1",
|
|
"date-fns": "^4.1.0",
|
|
"fuse.js": "^7.1.0",
|
|
"isomorphic-dompurify": "^2.22.0",
|
|
"json-editor-vue": "^0.18.1",
|
|
"marked": "^15.0.12",
|
|
"next-auth": "~4.21.1",
|
|
"nuxt": "^3.15.4",
|
|
"typescript": "5.3",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-commonjs": "^0.10.4",
|
|
"vue-advanced-cropper": "^2.8.9",
|
|
"vue-draggable-plus": "^0.6.0",
|
|
"vuetify-nuxt-module": "0.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "^2.18.1",
|
|
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
|
"@nuxtjs/eslint-module": "^4.1.0",
|
|
"@nuxtjs/google-fonts": "^3.2.0",
|
|
"@stylistic/eslint-plugin-js": "^4.2.0",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"eslint": "^9.22.0",
|
|
"eslint-config-prettier": "^10.0.2",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"eslint-plugin-nuxt": "^4.0.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"lint-staged": "^15.4.3",
|
|
"prettier": "^3.5.2",
|
|
"sass-embedded": "^1.85.1",
|
|
"vitest": "^3.0.7"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|