wip: migrate to typescript

This commit is contained in:
reya
2024-12-22 08:25:14 +07:00
parent a1d87bcd74
commit db9e0b43e5
9 changed files with 303 additions and 153 deletions

View File

@@ -1,9 +1,10 @@
{
"license": "WTFPL",
"dependencies": {
"@noble/hashes": "^1.6.1",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.2",
"async-mutex": "^0.3.2",
"async-mutex": "^0.5.0",
"esbuild": "^0.14.54",
"events": "^3.3.0",
"minidenticons": "^4.2.1",
@@ -24,8 +25,11 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/webextension-polyfill": "^0.12.1",
"esbuild-plugin-copy": "^2.1.1",
"tailwindcss": "^3.4.17"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}