37 lines
911 B
JSON
37 lines
911 B
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"typecheck": "nuxt typecheck",
|
|
"check-types": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.111",
|
|
"@iconify-json/simple-icons": "^1.2.86",
|
|
"@nuxt/a11y": "1.0.0-alpha.1",
|
|
"@nuxt/hints": "1.1.2",
|
|
"@nuxt/image": "2.0.0",
|
|
"@nuxt/test-utils": "4.0.3",
|
|
"@nuxt/ui": "^4.8.2",
|
|
"@nuxtjs/i18n": "10.4.0",
|
|
"@vueuse/nuxt": "14.3.0",
|
|
"@workspace/schema": "workspace:*",
|
|
"nuxt": "^4.4.8",
|
|
"tailwindcss": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "^1.16.0",
|
|
"@workspace/tooling": "workspace:*",
|
|
"eslint": "^10.4.1",
|
|
"typescript": "^6.0.3",
|
|
"vue-tsc": "^3.3.4"
|
|
},
|
|
"packageManager": "pnpm@9.0.0"
|
|
}
|