- Downgrade @nuxthub/core from ^0.8.10 to 0.7.11 for compatibility. - Upgrade nuxt from ~3.12.4 to ~3.13.2 to incorporate recent improvements. - Update rollup version in various dependencies to 4.18.0 for better performance and stability. - Adjust pnpm-lock.yaml to reflect changes in package versions and dependencies. These updates aim to enhance stability and performance while ensuring compatibility across the project.
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"name": "sink",
|
|
"type": "module",
|
|
"version": "0.1.7",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.15.1",
|
|
"engines": {
|
|
"node": ">=20.11"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"build:map": "node scripts/build-map.js",
|
|
"preview": "wrangler pages dev dist",
|
|
"deploy": "wrangler pages deploy dist",
|
|
"postinstall": "npm run build:map && nuxt prepare",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"typecheck": "nuxt typecheck",
|
|
"wrangler": "wrangler",
|
|
"lint-staged": "lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@number-flow/vue": "^0.3.3",
|
|
"@unovis/ts": "^1.5.0",
|
|
"@unovis/vue": "^1.5.0",
|
|
"@vee-validate/zod": "^4.15.0",
|
|
"@vueuse/core": "^12.2.0",
|
|
"fuse.js": "^7.0.0",
|
|
"intl-parse-accept-language": "^1.0.0",
|
|
"lucide-vue-next": "^0.469.0",
|
|
"mysql-bricks": "^1.1.2",
|
|
"nanoid": "^5.0.9",
|
|
"pluralize": "^8.0.0",
|
|
"qr-code-styling": "1.6.0-rc.1",
|
|
"radix-vue": "^1.9.11",
|
|
"ua-parser-js": "next",
|
|
"vee-validate": "^4.15.0",
|
|
"virtua": "^0.39.2",
|
|
"vue-sonner": "^1.3.0",
|
|
"vue3-simple-icons": "^13.2.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^3.12.1",
|
|
"@nuxt/eslint": "^0.7.4",
|
|
"@nuxt/eslint-config": "^0.7.4",
|
|
"@nuxthub/core": "0.7.11",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@vueuse/integrations": "^12.2.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9.17.0",
|
|
"lint-staged": "^15.2.11",
|
|
"nuxt": "~3.13.2",
|
|
"shadcn-nuxt": "^0.11.3",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vue-tsc": "^2.2.0",
|
|
"wrangler": "^3.99.0"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "npm run lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,vue}": [
|
|
"eslint --fix"
|
|
]
|
|
}
|
|
}
|