opvault.js/packages/web/package.json
2021-11-23 03:13:01 -05:00

39 lines
1.1 KiB
JSON

{
"name": "opvault-web",
"version": "1.0.0",
"main": "dist/main/index.js",
"author": "proteria",
"license": "GPL-3.0-only",
"description": "OnePassword local vault viewer",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start": "./esbuild.js && NODE_ENV=development electron --enable-transparent-visuals --disable-gpu ./dist/main/index.js",
"bundle": "./scripts/build.sh"
},
"devDependencies": {
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@rollup/plugin-yaml": "^3.1.0",
"@types/react": "^17.0.36",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.0",
"buffer": "^6.0.3",
"electron": "^16.0.1",
"electron-builder": "^22.14.5",
"esbuild": "^0.13.15",
"js-yaml": "^4.1.0",
"opvault.js": "*",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-idle-timer": "4.6.4",
"react-icons": "^4.3.1",
"sass": "^1.43.4",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}