{ "name": "@notesnook/vericrypt", "version": "1.3.0", "private": true, "devDependencies": { "@types/platform": "^1.3.6", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", "@vitejs/plugin-react-swc": "^3.7.2", "autoprefixer": "^10.4.19", "vite": "5.4.11", "vite-plugin-env-compatible": "^2.0.1", "vite-plugin-svgr": "^4.3.0" }, "dependencies": { "@emotion/react": "11.10.0", "@microsoft/signalr": "^8.0.0", "@microsoft/signalr-protocol-msgpack": "^8.0.7", "@notesnook/crypto": "file:../../packages/crypto", "@notesnook/theme": "1.2.0", "@theme-ui/components": "^0.14.7", "@theme-ui/core": "^0.14.7", "buffer": "^6.0.3", "clipboard-polyfill": "^4.0.0", "platform": "^1.3.6", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.10.1" }, "scripts": { "start": "vite", "build": "vite build" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }