mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
166 lines
5.3 KiB
JSON
166 lines
5.3 KiB
JSON
{
|
|
"name": "@notesnook/web",
|
|
"description": "Your private note taking space",
|
|
"version": "3.0.7-beta",
|
|
"private": true,
|
|
"main": "./src/app.js",
|
|
"homepage": "https://notesnook.com/",
|
|
"repository": "https://github.com/streetwriters/notesnook",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@aws-sdk/util-base64-browser": "^3.208.0",
|
|
"@brixtol/currency-symbols": "^1.1.1",
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@emotion/react": "11.11.1",
|
|
"@hazae41/foras": "^2.1.4",
|
|
"@mdi/js": "^7.2.96",
|
|
"@mdi/react": "^1.6.1",
|
|
"@notesnook-importer/core": "^2.0.0",
|
|
"@notesnook/common": "file:../../packages/common",
|
|
"@notesnook/core": "file:../../packages/core",
|
|
"@notesnook/crypto": "file:../../packages/crypto",
|
|
"@notesnook/desktop": "file:../desktop",
|
|
"@notesnook/editor": "file:../../packages/editor",
|
|
"@notesnook/logger": "file:../../packages/logger",
|
|
"@notesnook/streamable-fs": "file:../../packages/streamable-fs",
|
|
"@notesnook/theme": "file:../../packages/theme",
|
|
"@notesnook/themes-server": "file:../../servers/themes",
|
|
"@notesnook/ui": "file:../../packages/ui",
|
|
"@notesnook/web-clipper": "file:../../extensions/web-clipper",
|
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
"@react-pdf-viewer/toolbar": "^3.12.0",
|
|
"@tanstack/react-query": "^4.29.19",
|
|
"@tanstack/react-virtual": "^3.0.1",
|
|
"@theme-ui/color": "^0.16.1",
|
|
"@theme-ui/components": "^0.16.1",
|
|
"@theme-ui/core": "^0.16.1",
|
|
"@trpc/client": "10.38.3",
|
|
"@trpc/react-query": "10.38.3",
|
|
"@zip.js/zip.js": "^2.7.32",
|
|
"allotment": "^1.19.3",
|
|
"async-mutex": "^0.4.0",
|
|
"axios": "^1.3.4",
|
|
"clipboard-polyfill": "4.0.0",
|
|
"comlink": "^4.3.1",
|
|
"cronosjs": "^1.7.1",
|
|
"date-fns": "^2.30.0",
|
|
"dayjs": "1.11.9",
|
|
"diffblazer": "^1.0.1",
|
|
"electron-trpc": "0.5.2",
|
|
"event-source-polyfill": "^1.0.25",
|
|
"fflate": "^0.8.0",
|
|
"file-saver": "^2.0.5",
|
|
"framer-motion": "^10.16.8",
|
|
"hash-wasm": "^4.9.0",
|
|
"hotkeys-js": "^3.8.3",
|
|
"immer": "^10.0.3",
|
|
"katex": "0.16.2",
|
|
"kysely": "^0.26.3",
|
|
"libsodium-wrappers": "^0.7.13",
|
|
"mac-scrollbar": "^0.13.5",
|
|
"marked": "^4.1.0",
|
|
"pdfjs-dist": "3.6.172",
|
|
"phone": "^3.1.14",
|
|
"platform": "^1.3.6",
|
|
"qclone": "^1.2.0",
|
|
"react": "18.2.0",
|
|
"react-avatar-editor": "^13.0.2",
|
|
"react-complex-tree": "^2.2.4",
|
|
"react-day-picker": "^8.9.1",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-error-boundary": "^4.0.12",
|
|
"react-freeze": "^1.0.3",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-loading-skeleton": "^3.3.1",
|
|
"react-modal": "3.16.1",
|
|
"react-qrcode-logo": "^2.9.0",
|
|
"react-scroll-sync": "^0.11.2",
|
|
"react-virtuoso": "^4.6.2",
|
|
"timeago.js": "4.0.2",
|
|
"tinycolor2": "^1.6.0",
|
|
"w3c-keyname": "^2.2.6",
|
|
"web-streams-polyfill": "^3.1.1",
|
|
"wouter": "2.12.1",
|
|
"zustand": "4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.5",
|
|
"@playwright/test": "^1.36.2",
|
|
"@swc/core": "1.3.61",
|
|
"@trpc/server": "10.38.3",
|
|
"@types/babel__core": "^7.20.1",
|
|
"@types/event-source-polyfill": "^1.0.1",
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/marked": "^4.0.7",
|
|
"@types/node-fetch": "^2.5.10",
|
|
"@types/platform": "^1.3.4",
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-avatar-editor": "^13.0.2",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/react-modal": "3.16.3",
|
|
"@types/react-scroll-sync": "^0.9.0",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"@types/wicg-file-system-access": "^2020.9.6",
|
|
"@vitejs/plugin-react-swc": "3.3.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"better-sqlite3-multiple-ciphers": "^9.4.0",
|
|
"buffer": "^6.0.3",
|
|
"chalk": "^4.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^10.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"find-process": "^1.4.4",
|
|
"happy-dom": "^8.9.0",
|
|
"ip": "^1.1.8",
|
|
"lorem-ipsum": "^2.0.4",
|
|
"otplib": "^12.0.1",
|
|
"rollup": "^3.29.4",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"swc-plugin-react-remove-properties": "^0.1.4",
|
|
"vite": "^4.5.0",
|
|
"vite-plugin-env-compatible": "^1.1.1",
|
|
"vite-plugin-pwa": "^0.16.3",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"vitest": "^0.34.6",
|
|
"workbox-core": "^7.0.0",
|
|
"workbox-expiration": "^7.0.0",
|
|
"workbox-precaching": "^7.0.0",
|
|
"workbox-routing": "^7.0.0",
|
|
"workbox-strategies": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env PLATFORM=web vite",
|
|
"start:desktop": "cross-env PLATFORM=desktop vite",
|
|
"start:test": "serve -s build/ -p 3000",
|
|
"build": "cross-env PLATFORM=web vite build",
|
|
"build:test": "cross-env PLATFORM=web TEST=true vite build",
|
|
"build:desktop": "cross-env PLATFORM=desktop vite build",
|
|
"analyze": "cross-env ANALYZING=true PLATFORM=web vite build",
|
|
"test": "playwright test -u",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all",
|
|
"ie >= 9"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version",
|
|
"last 3 ie version",
|
|
"last 4 edge version"
|
|
]
|
|
},
|
|
"author": {
|
|
"name": "Streetwriters (Private) Limited",
|
|
"email": "support@streetwriters.co",
|
|
"url": "https://streetwriters.co"
|
|
}
|
|
}
|