mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-26 06:48:16 -05:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "chrome",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"build": "npm run lint && vite build && npm run build:content-css",
|
|
"watch": "concurrently \"npm run lint -- --watch\" \"vite\"",
|
|
"build:content-css": "tailwindcss -i ./src/styles/contentScript.css -o ./dist/contentScript.css --config tailwind.content.config.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"argon2-browser": "^1.18.0",
|
|
"buffer": "^6.0.3",
|
|
"globals": "^15.14.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"secure-remote-password": "github:LinusU/secure-remote-password#73e5f732b6ca0cdbdc19da1a0c5f48cdbad2cbf0",
|
|
"sql.js": "^1.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"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",
|
|
"postcss": "^8.5.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.0.11",
|
|
"vite-plugin-static-copy": "^2.2.0"
|
|
}
|
|
}
|