mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
30 lines
614 B
JSON
30 lines
614 B
JSON
{
|
|
"private": true,
|
|
"name": "@triliumnext/website",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "pnpm build && vite preview"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "25.6.0",
|
|
"i18next-http-backend": "3.0.2",
|
|
"preact": "10.27.2",
|
|
"preact-iso": "2.11.0",
|
|
"preact-render-to-string": "6.6.2",
|
|
"react-i18next": "16.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "2.10.2",
|
|
"eslint": "9.37.0",
|
|
"eslint-config-preact": "2.0.0",
|
|
"typescript": "5.9.3",
|
|
"user-agent-data-types": "0.4.2",
|
|
"vite": "7.1.10"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "preact"
|
|
}
|
|
}
|