mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
26 lines
484 B
JSON
26 lines
484 B
JSON
{
|
|
"private": true,
|
|
"name": "@triliumnext/website",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "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",
|
|
"vite": "^7.0.4"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "preact"
|
|
}
|
|
}
|