mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 10:26:21 -06:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "the-office",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"preinstall": "npx -y only-allow pnpm",
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/roboto-slab": "^5.2.6",
|
|
"@fontsource/open-sans": "^5.2.6",
|
|
"@nuxt/eslint": "1.5.2",
|
|
"@nuxt/image": "1.10.0",
|
|
"@nuxt/test-utils": "3.19.2",
|
|
"@nuxt/ui": "3.2.0",
|
|
"@pinia/nuxt": "0.11.1",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9.0.0",
|
|
"lucide-vue-next": "^0.525.0",
|
|
"nuxt": "^4.0.0",
|
|
"pinia": "^3.0.3",
|
|
"reka-ui": "^2.3.2",
|
|
"shadcn-nuxt": "2.2.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"tw-animate-css": "^1.3.5",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^3.0.1"
|
|
}
|
|
}
|