Files
notesnook/apps/vericrypt/package.json
2024-03-21 11:11:01 +05:00

46 lines
1.1 KiB
JSON

{
"name": "@notesnook/vericrypt",
"version": "1.2.0",
"private": true,
"devDependencies": {
"@types/platform": "^1.3.4",
"@types/react": "^18.2.39",
"@types/react": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"vite": "^4.3.9",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-svgr": "^3.2.0"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@microsoft/signalr-protocol-msgpack": "^7.0.9",
"@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"
]
}
}