JS and its ecosystem is absolute garbage

This commit is contained in:
Igor Katson 2023-11-21 03:43:32 +00:00
parent f1c1486417
commit e5d96243d4
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
20 changed files with 2796 additions and 2982 deletions

View file

@ -1,5 +1,19 @@
{
"devDependencies": {
"preact": "^10.19.2"
}
}
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && ./post-build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"typescript": "^5.3.2",
"vite": "^4.3.2"
}
}