mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync || echo ''",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.5",
|
|
"@eslint/js": "^9.18.0",
|
|
"@sveltejs/adapter-auto": "^6.0.0",
|
|
"@sveltejs/kit": "^2.16.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-svelte": "^3.0.0",
|
|
"globals": "^16.0.0",
|
|
"mdsvex": "^0.12.3",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.20.0",
|
|
"vite": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@inlang/paraglide-js": "^2.0.0"
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"typecheck": {
|
|
"dependsOn": [
|
|
"build"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|