mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
27 lines
532 B
JSON
27 lines
532 B
JSON
{
|
|
"private": true,
|
|
"name": "@triliumnext/website",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "pnpm build; vite preview"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.26.9",
|
|
"preact-iso": "^2.10.0",
|
|
"preact-render-to-string": "^6.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.10.2",
|
|
"eslint": "^9.36.0",
|
|
"eslint-config-preact": "^2.0.0",
|
|
"typescript": "^5.9.2",
|
|
"user-agent-data-types": "0.4.2",
|
|
"vite": "^7.0.4"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "preact"
|
|
}
|
|
}
|