Files
aliasvault/browser-extensions/chrome/package.json
2025-02-14 22:16:37 +01:00

56 lines
1.5 KiB
JSON

{
"name": "chrome",
"version": "1.0.0",
"main": "index.tsx",
"type": "module",
"scripts": {
"test": "vitest",
"dev": "vite dev",
"preview": "vite preview",
"lint": "eslint src",
"lint:custom": "eslint",
"lint:fix": "eslint src --fix",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"argon2-browser": "^1.18.0",
"buffer": "^6.0.3",
"eslint-plugin-jsdoc": "^50.6.3",
"globals": "^15.14.0",
"jsdoc": "^4.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.4",
"secure-remote-password": "github:LinusU/secure-remote-password#73e5f732b6ca0cdbdc19da1a0c5f48cdbad2cbf0",
"sql.js": "^1.12.0",
"vitest": "^3.0.4"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^3.0.4",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.2",
"eslint": "^9.19.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^26.0.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-web-extension": "^4.4.3"
}
}