You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
445 B
JSON
23 lines
445 B
JSON
{
|
|
"name": "sakal.us",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-navigation-menu": "^1.1.3",
|
|
"@radix-ui/themes": "^1.0.0",
|
|
"preact": "^10.13.1",
|
|
"preact-iso": "^2.3.1",
|
|
"preact-render-to-string": "^6.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.3.2"
|
|
}
|
|
}
|