43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "hero-vault-extension",
|
|
"version": "1.0.0",
|
|
"description": "Hero Vault - A secure browser extension for cryptographic operations",
|
|
"scripts": {
|
|
"dev": "node scripts/copy-wasm.js && vite",
|
|
"build": "node scripts/copy-wasm.js && ([ \"$NO_TYPECHECK\" = \"true\" ] || tsc) && vite build",
|
|
"watch": "node scripts/copy-wasm.js && tsc && vite build --watch",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css,scss}\"",
|
|
"copy-wasm": "node scripts/copy-wasm.js"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.14.3",
|
|
"@mui/material": "^5.14.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.14.2",
|
|
"zustand": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crxjs/vite-plugin": "^2.0.0-beta.18",
|
|
"@types/chrome": "^0.0.243",
|
|
"@types/node": "^20.4.5",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"esbuild": "^0.25.4",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.64.1",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|