7609715d9e
* remove explicity typescript version * i hate javascript
56 lines
1.6 KiB
JSON
56 lines
1.6 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"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,vue}": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@adapttive/vue-markdown": "^4.0.1",
|
|
"@mdi/js": "^5.9.55",
|
|
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
"@nuxtjs/i18n": "^7.0.3",
|
|
"@nuxtjs/proxy": "^2.1.0",
|
|
"@nuxtjs/pwa": "^3.3.5",
|
|
"@vue/composition-api": "^1.0.5",
|
|
"@vueuse/core": "^8.5.0",
|
|
"core-js": "^3.15.1",
|
|
"date-fns": "^2.23.0",
|
|
"fuse.js": "^6.5.3",
|
|
"isomorphic-dompurify": "^0.19.0",
|
|
"nuxt": "^2.15.8",
|
|
"v-jsoneditor": "^1.4.5",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuetify": "^2.6.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.14.7",
|
|
"@nuxt/types": "^2.15.7",
|
|
"@nuxt/typescript-build": "^2.1.0",
|
|
"@nuxtjs/composition-api": "^0.32.0",
|
|
"@nuxtjs/eslint-config-typescript": "^10.0.0",
|
|
"@nuxtjs/eslint-module": "^3.0.2",
|
|
"@nuxtjs/google-fonts": "^1.3.0",
|
|
"@nuxtjs/vuetify": "^1.12.1",
|
|
"@types/sortablejs": "^1.10.7",
|
|
"@vue/runtime-dom": "^3.2.36",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-nuxt": "^3.2.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^9.0.1",
|
|
"lint-staged": "^12.4.2",
|
|
"nuxt-vite": "0.2.3",
|
|
"prettier": "^2.3.2",
|
|
"vue2-script-setup-transform": "^0.3.5"
|
|
}
|
|
}
|