gng / package.json
plexdx's picture
Upload 21 files
f589dab verified
raw
history blame contribute delete
824 Bytes
{
"name": "fact-hallucination-intelligence-extension",
"version": "1.0.0",
"description": "Omnichannel Fact & Hallucination Intelligence Browser Extension",
"private": true,
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"framer-motion": "^11.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/chrome": "^0.0.270",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@wxt-dev/module-react": "^1.1.0",
"typescript": "^5.5.0",
"wxt": "^0.19.0"
}
}