feat: fix WXT setup — install @wxt-dev/module-react, fix sandbox imports, clean build (closes #1)
Some checks failed
CI — Test & Build / Unit Tests (push) Failing after 34s
CI — Test & Build / Build Extension (push) Has been skipped

This commit is contained in:
Forge
2026-03-06 13:11:19 +08:00
parent b04076081c
commit c35ef08531
5 changed files with 2573 additions and 300 deletions

View File

@@ -11,20 +11,21 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@wxt-dev/module-react": "^1.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wxt": "^0.20.18",
"zustand": "^5.0.3",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
"tweetnacl-util": "^0.15.1",
"wxt": "^0.20.18",
"zustand": "^5.0.3"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"typescript": "^5.7.3",
"tailwindcss": "^3.4.17",
"autoprefixer": "^10.4.20",
"vitest": "^3.0.7",
"@playwright/test": "^1.50.1"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vitest": "^3.0.7"
}
}