30 lines
745 B
JSON
30 lines
745 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/devtools": "^0.4.1",
|
|
"@nuxtjs/eslint-module": "^4.0.2",
|
|
"@nuxtjs/tailwindcss": "^6.6.6",
|
|
"@types/node": "^18",
|
|
"eslint": "^8.38.0",
|
|
"nuxt": "^3.4.1",
|
|
"nuxt-icon": "^0.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/eslint-config": "^0.1.1",
|
|
"@xeovalyte/nuxt-xvtoast": "^1.1.3",
|
|
"@xeovalyte/nuxt-xvui": "git+https://gitea.xeovalyte.dev/xeovalyte/nuxt-xvui.git",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"mongodb": "^5.3.0",
|
|
"surrealdb.js": "^0.6.0"
|
|
}
|
|
}
|