| { |
| "name": "fact-intelligence-extension", |
| "version": "1.0.0", |
| "description": "Omnichannel fact-checking and AI hallucination detection browser extension", |
| "private": true, |
| "scripts": { |
| "dev": "wxt dev", |
| "dev:chrome": "wxt dev --browser chrome", |
| "dev:firefox": "wxt dev --browser firefox", |
| "build": "wxt build", |
| "build:chrome": "wxt build --browser chrome", |
| "build:firefox": "wxt build --browser firefox", |
| "build:all": "wxt build --browser chrome && wxt build --browser firefox", |
| "zip": "wxt zip", |
| "type-check": "vue-tsc --noEmit" |
| }, |
| "dependencies": { |
| "framer-motion": "^11.15.0", |
| "react": "^19.0.0", |
| "react-dom": "^19.0.0", |
| "xxhash-wasm": "^1.0.2", |
| "zustand": "^5.0.2" |
| }, |
| "devDependencies": { |
| "@types/chrome": "^0.0.287", |
| "@types/react": "^19.0.0", |
| "@types/react-dom": "^19.0.0", |
| "@wxt-dev/module-react": "^1.1.0", |
| "typescript": "^5.7.2", |
| "wxt": "^0.19.0" |
| } |
| } |
|
|