Polarcraft/webv2/package.json
Xeovalyte c8a4507253
Some checks failed
Build and Deploy / Deploy Web (push) Failing after 1s
Build and Deploy / Deploy Discord Bot (push) Failing after 1s
feat: Added dashboard welcome message
2023-06-12 16:48:38 +02:00

31 lines
729 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 .",
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"@nuxthq/ui": "^2.2.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@types/node": "^18",
"eslint": "^8.41.0",
"eslint-plugin-tailwindcss": "^3.12.1",
"nuxt": "^3.5.2",
"nuxt-icon": "^0.4.1"
},
"dependencies": {
"@types/jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.2",
"typescript": "^5.0.4",
"vue-tsc": "^1.6.5"
}
}