wip: migrate to typescript
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user