JS and its ecosystem is absolute garbage
This commit is contained in:
parent
f1c1486417
commit
e5d96243d4
20 changed files with 2796 additions and 2982 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue