mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
144 lines
4.2 KiB
JSON
144 lines
4.2 KiB
JSON
{
|
|
"name": "@notesnook/web",
|
|
"description": "Your private note taking space",
|
|
"version": "2.5.6",
|
|
"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.0.5",
|
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
"@dnd-kit/sortable": "^7.0.1",
|
|
"@emotion/react": "^11.10.0",
|
|
"@mdi/js": "^6.9.96",
|
|
"@mdi/react": "^1.6.0",
|
|
"@notesnook-importer/core": "^1.7.1",
|
|
"@notesnook/common": "*",
|
|
"@notesnook/core": "*",
|
|
"@notesnook/crypto": "*",
|
|
"@notesnook/crypto-worker": "*",
|
|
"@notesnook/desktop": "*",
|
|
"@notesnook/editor": "*",
|
|
"@notesnook/logger": "*",
|
|
"@notesnook/streamable-fs": "*",
|
|
"@notesnook/theme": "*",
|
|
"@notesnook/web-clipper": "*",
|
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
"@react-pdf-viewer/toolbar": "^3.12.0",
|
|
"@theme-ui/components": "^0.14.7",
|
|
"@theme-ui/core": "^0.14.7",
|
|
"@trpc/client": "10.31.0",
|
|
"allotment": "^1.19.0",
|
|
"axios": "^1.3.4",
|
|
"clipboard-polyfill": "^3.0.3",
|
|
"comlink": "^4.3.1",
|
|
"cronosjs": "^1.7.1",
|
|
"dayjs": "^1.10.4",
|
|
"electron-trpc": "0.5.2",
|
|
"event-source-polyfill": "^1.0.25",
|
|
"fflate": "^0.8.0",
|
|
"file-saver": "^2.0.5",
|
|
"framer-motion": "^6.5.1",
|
|
"hash-wasm": "^4.9.0",
|
|
"hotkeys-js": "^3.8.3",
|
|
"immer": "^9.0.6",
|
|
"mac-scrollbar": "^0.10.3",
|
|
"marked": "^4.1.0",
|
|
"pdfjs-dist": "3.6.172",
|
|
"phone": "^3.1.14",
|
|
"platform": "^1.3.6",
|
|
"print-js": "^1.6.0",
|
|
"qclone": "^1.2.0",
|
|
"react-dropzone": "^11.4.2",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-loading-skeleton": "^3.1.0",
|
|
"react-modal": "^3.12.1",
|
|
"react-qrcode-logo": "^2.2.1",
|
|
"react-scroll-sync": "^0.9.0",
|
|
"react-virtuoso": "^3.0.0",
|
|
"timeago.js": "^4.0.2",
|
|
"w3c-keyname": "^2.2.6",
|
|
"web-streams-polyfill": "^3.1.1",
|
|
"wouter": "2.7.3",
|
|
"zustand": "^4.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.5",
|
|
"@playwright/test": "^1.35.0",
|
|
"@trpc/server": "10.31.0",
|
|
"@types/babel__core": "^7.20.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": "17.0.2",
|
|
"@types/react-dom": "17.0.2",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"buffer": "^6.0.3",
|
|
"chalk": "^4.1.0",
|
|
"dotenv": "^10.0.0",
|
|
"env-cmd": "^10.1.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",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"swc-plugin-react-remove-properties": "^0.1.4",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-env-compatible": "^1.1.1",
|
|
"vite-plugin-pwa": "^0.16.3",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"vitest": "^0.32.0",
|
|
"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"
|
|
},
|
|
"overrides": {
|
|
"react@>17": "17.0.2",
|
|
"react-dom@>17": "17.0.2",
|
|
"@types/react@>17": "17.0.2",
|
|
"@types/react-dom@>17": "17.0.2"
|
|
},
|
|
"scripts": {
|
|
"start": "env-cmd -e all,dev,web vite",
|
|
"start:desktop": "env-cmd -e all,desktop vite",
|
|
"start:test": "serve -s build/ -p 3000",
|
|
"build": "env-cmd -e all,web vite build",
|
|
"build:test": "env-cmd -e all,dev,web,silent vite build",
|
|
"build:beta": "env-cmd -e all,web,beta vite build",
|
|
"build:desktop": "env-cmd -e all,desktop vite build",
|
|
"test": "playwright test -u"
|
|
},
|
|
"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"
|
|
}
|
|
}
|