29 lines
652 B
JSON
29 lines
652 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tomphttp/bare-server-node": "^2.0.1",
|
|
"i18next": "^23.7.8",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"million": "^2.6.4",
|
|
"preact": "^10.13.1",
|
|
"preact-iso": "^2.3.2",
|
|
"preact-render-to-string": "^6.3.1",
|
|
"react-i18next": "^13.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-preact": "^1.3.0",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^4.3.2"
|
|
}
|
|
}
|