36 lines
917 B
JSON
36 lines
917 B
JSON
{
|
|
"name": "huiyu-official-site",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"preview": "nuxt preview",
|
|
"typecheck": "nuxt typecheck",
|
|
"test": "vitest run",
|
|
"test:smoke": "node scripts/smoke-test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/vue": "^2.2.1",
|
|
"@tiptap/extension-image": "^3.30.5",
|
|
"@tiptap/extension-text-align": "^3.30.5",
|
|
"@tiptap/extension-text-style": "^3.30.5",
|
|
"@tiptap/starter-kit": "^3.30.5",
|
|
"@tiptap/vue-3": "^3.30.5",
|
|
"bcryptjs": "^3.0.2",
|
|
"better-sqlite3": "^13.0.3",
|
|
"nuxt": "^4.5.2",
|
|
"sanitize-html": "^2.17.7",
|
|
"sharp": "^0.35.3",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/sanitize-html": "^2.16.1",
|
|
"sass": "^1.93.3",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.4",
|
|
"vue-tsc": "^3.1.1"
|
|
}
|
|
}
|