2023-04-20 19:22:44 +02:00
|
|
|
{
|
|
|
|
"name": "nuxt-app",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "nuxt build",
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
"postinstall": "nuxt prepare",
|
2023-05-06 13:14:01 +02:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lint-fix": "eslint . --fix"
|
2023-04-20 19:22:44 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-27 12:02:33 +02:00
|
|
|
"@nuxt/devtools": "^0.5.0",
|
2023-05-11 19:46:18 +02:00
|
|
|
"@nuxt/image-edge": "^1.0.0-28059208.2abef1b",
|
2023-05-27 12:02:33 +02:00
|
|
|
"@nuxtjs/eslint-module": "^4.1.0",
|
|
|
|
"@nuxtjs/tailwindcss": "^6.7.0",
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@vueuse/components": "^10.1.2",
|
|
|
|
"@vueuse/core": "^10.1.2",
|
|
|
|
"@vueuse/nuxt": "^10.1.2",
|
|
|
|
"eslint": "^8.41.0",
|
|
|
|
"eslint-plugin-tailwindcss": "^3.12.0",
|
|
|
|
"nuxt": "^3.5.0",
|
|
|
|
"nuxt-icon": "^0.4.1"
|
2023-04-20 19:22:44 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@nuxt/eslint-config": "^0.1.1",
|
2023-04-23 10:15:25 +02:00
|
|
|
"@xeovalyte/nuxt-xvtoast": "^1.1.3",
|
|
|
|
"@xeovalyte/nuxt-xvui": "git+https://gitea.xeovalyte.dev/xeovalyte/nuxt-xvui.git",
|
2023-04-23 17:16:53 +02:00
|
|
|
"jsonwebtoken": "^9.0.0",
|
2023-05-06 13:09:46 +02:00
|
|
|
"minecraft-server-util": "^5.4.2",
|
2023-05-27 12:02:33 +02:00
|
|
|
"mongodb": "^5.5.0",
|
|
|
|
"socket.io-client": "^4.6.1"
|
2023-04-20 19:22:44 +02:00
|
|
|
}
|
|
|
|
}
|