2019-11-15 01:24:28 +05:00
|
|
|
{
|
2022-08-26 16:12:58 +05:00
|
|
|
"name": "@notesnook/web",
|
2021-04-17 13:23:12 +05:00
|
|
|
"description": "Your private note taking space",
|
2024-01-31 14:31:42 +05:00
|
|
|
"version": "3.0.0-beta",
|
2019-11-15 01:24:28 +05:00
|
|
|
"private": true,
|
2022-11-28 15:55:49 +05:00
|
|
|
"main": "./src/app.js",
|
2021-04-17 13:23:12 +05:00
|
|
|
"homepage": "https://notesnook.com/",
|
|
|
|
|
"repository": "https://github.com/streetwriters/notesnook",
|
2022-09-26 15:30:16 +05:00
|
|
|
"license": "GPL-3.0-or-later",
|
2019-11-15 01:24:28 +05:00
|
|
|
"dependencies": {
|
2022-11-11 17:05:57 +05:00
|
|
|
"@aws-sdk/util-base64-browser": "^3.208.0",
|
2022-04-07 15:18:46 +05:00
|
|
|
"@brixtol/currency-symbols": "^1.1.1",
|
2023-11-30 15:02:37 +05:00
|
|
|
"@dnd-kit/core": "^6.1.0",
|
|
|
|
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
|
|
|
"@dnd-kit/sortable": "^8.0.0",
|
2023-08-01 12:07:21 +05:00
|
|
|
"@emotion/react": "11.11.1",
|
2023-11-06 14:30:23 +05:00
|
|
|
"@hazae41/foras": "^2.1.4",
|
2023-08-01 12:07:21 +05:00
|
|
|
"@mdi/js": "^7.2.96",
|
|
|
|
|
"@mdi/react": "^1.6.1",
|
2024-01-05 22:05:04 +05:00
|
|
|
"@notesnook-importer/core": "^2.0.0",
|
2023-07-06 09:09:10 +05:00
|
|
|
"@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",
|
2023-08-01 12:07:21 +05:00
|
|
|
"@notesnook/themes-server": "file:../../servers/themes",
|
|
|
|
|
"@notesnook/ui": "file:../../packages/ui",
|
2023-07-06 09:09:10 +05:00
|
|
|
"@notesnook/web-clipper": "file:../../extensions/web-clipper",
|
2023-05-24 16:01:23 +05:00
|
|
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
|
|
|
"@react-pdf-viewer/toolbar": "^3.12.0",
|
2023-08-01 12:07:21 +05:00
|
|
|
"@tanstack/react-query": "^4.29.19",
|
2023-11-15 15:11:51 +05:00
|
|
|
"@tanstack/react-virtual": "^3.0.0-beta.68",
|
2023-11-30 15:02:37 +05:00
|
|
|
"@theme-ui/color": "^0.16.1",
|
|
|
|
|
"@theme-ui/components": "^0.16.1",
|
|
|
|
|
"@theme-ui/core": "^0.16.1",
|
2023-09-19 16:00:04 +05:00
|
|
|
"@trpc/client": "10.38.3",
|
|
|
|
|
"@trpc/react-query": "10.38.3",
|
2024-01-05 22:05:04 +05:00
|
|
|
"@zip.js/zip.js": "^2.7.32",
|
2023-11-30 15:02:37 +05:00
|
|
|
"allotment": "^1.19.3",
|
2023-04-01 01:12:47 +05:00
|
|
|
"axios": "^1.3.4",
|
2023-07-28 09:13:50 +05:00
|
|
|
"clipboard-polyfill": "4.0.0",
|
2022-10-26 14:43:16 +05:00
|
|
|
"comlink": "^4.3.1",
|
|
|
|
|
"cronosjs": "^1.7.1",
|
2023-07-28 09:13:50 +05:00
|
|
|
"dayjs": "1.11.9",
|
2023-07-04 22:44:38 +05:00
|
|
|
"electron-trpc": "0.5.2",
|
2021-10-26 09:36:42 +05:00
|
|
|
"event-source-polyfill": "^1.0.25",
|
2023-06-24 16:31:49 +05:00
|
|
|
"fflate": "^0.8.0",
|
2021-10-21 09:51:03 +05:00
|
|
|
"file-saver": "^2.0.5",
|
2023-11-30 15:02:37 +05:00
|
|
|
"framer-motion": "^10.16.8",
|
2021-09-21 12:28:11 +05:00
|
|
|
"hash-wasm": "^4.9.0",
|
2021-04-23 11:29:06 +05:00
|
|
|
"hotkeys-js": "^3.8.3",
|
2023-11-30 15:02:37 +05:00
|
|
|
"immer": "^10.0.3",
|
2023-07-28 09:13:50 +05:00
|
|
|
"katex": "0.16.2",
|
2023-10-24 11:41:30 +05:00
|
|
|
"kysely": "^0.26.3",
|
2023-11-30 15:02:37 +05:00
|
|
|
"mac-scrollbar": "^0.13.5",
|
2022-09-29 14:30:17 +05:00
|
|
|
"marked": "^4.1.0",
|
2023-06-23 10:58:22 +05:00
|
|
|
"pdfjs-dist": "3.6.172",
|
2022-03-23 19:45:04 +05:00
|
|
|
"phone": "^3.1.14",
|
2021-11-24 12:40:16 +05:00
|
|
|
"platform": "^1.3.6",
|
2022-10-19 12:10:31 +05:00
|
|
|
"qclone": "^1.2.0",
|
2023-11-30 15:02:37 +05:00
|
|
|
"react-complex-tree": "^2.2.4",
|
|
|
|
|
"react-dropzone": "^14.2.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",
|
2023-07-28 09:13:50 +05:00
|
|
|
"timeago.js": "4.0.2",
|
2023-08-01 18:32:11 +05:00
|
|
|
"tinycolor2": "^1.6.0",
|
2022-09-15 23:53:11 +05:00
|
|
|
"w3c-keyname": "^2.2.6",
|
2021-10-16 14:06:46 +05:00
|
|
|
"web-streams-polyfill": "^3.1.1",
|
2023-11-30 15:02:37 +05:00
|
|
|
"wouter": "2.12.1",
|
|
|
|
|
"zustand": "4.4.7",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0"
|
2019-11-15 01:24:28 +05:00
|
|
|
},
|
2019-11-27 16:57:57 +05:00
|
|
|
"devDependencies": {
|
2023-06-16 19:10:02 +05:00
|
|
|
"@babel/core": "^7.22.5",
|
2023-08-07 05:48:47 +05:00
|
|
|
"@playwright/test": "^1.36.2",
|
2023-11-18 09:22:27 +05:00
|
|
|
"@swc/core": "1.3.61",
|
2023-09-19 16:00:04 +05:00
|
|
|
"@trpc/server": "10.38.3",
|
2023-06-16 19:10:02 +05:00
|
|
|
"@types/babel__core": "^7.20.1",
|
2023-08-21 16:24:17 +05:00
|
|
|
"@types/event-source-polyfill": "^1.0.1",
|
2022-02-14 14:25:34 +05:00
|
|
|
"@types/file-saver": "^2.0.5",
|
2022-10-17 10:38:43 +05:00
|
|
|
"@types/marked": "^4.0.7",
|
2021-05-27 12:28:29 +05:00
|
|
|
"@types/node-fetch": "^2.5.10",
|
2022-08-06 16:46:32 +05:00
|
|
|
"@types/platform": "^1.3.4",
|
2023-11-30 15:02:37 +05:00
|
|
|
"@types/react": "^18.2.39",
|
|
|
|
|
"@types/react-dom": "^18.2.17",
|
|
|
|
|
"@types/react-modal": "3.16.3",
|
2023-08-01 18:32:11 +05:00
|
|
|
"@types/tinycolor2": "^1.4.3",
|
2023-09-20 12:16:56 +05:00
|
|
|
"@types/wicg-file-system-access": "^2020.9.6",
|
2023-11-18 09:22:27 +05:00
|
|
|
"@vitejs/plugin-react-swc": "3.3.2",
|
2023-06-22 13:25:56 +05:00
|
|
|
"autoprefixer": "^10.4.14",
|
2022-07-26 23:15:57 +05:00
|
|
|
"buffer": "^6.0.3",
|
2020-09-28 14:31:45 +05:00
|
|
|
"chalk": "^4.1.0",
|
2023-07-12 06:51:14 +05:00
|
|
|
"cross-env": "^7.0.3",
|
2021-08-20 11:50:29 +05:00
|
|
|
"dotenv": "^10.0.0",
|
2021-10-22 00:00:19 +05:00
|
|
|
"file-loader": "^6.2.0",
|
2021-07-09 01:17:08 +05:00
|
|
|
"find-process": "^1.4.4",
|
2023-04-01 01:12:47 +05:00
|
|
|
"happy-dom": "^8.9.0",
|
2022-05-25 06:55:04 +05:00
|
|
|
"ip": "^1.1.8",
|
2021-12-08 23:25:09 +05:00
|
|
|
"lorem-ipsum": "^2.0.4",
|
2022-12-16 12:03:44 +05:00
|
|
|
"otplib": "^12.0.1",
|
2023-11-18 09:22:27 +05:00
|
|
|
"rollup": "^3.29.4",
|
2023-07-28 09:13:50 +05:00
|
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
2023-06-12 11:49:37 +05:00
|
|
|
"swc-plugin-react-remove-properties": "^0.1.4",
|
2023-11-18 09:22:27 +05:00
|
|
|
"vite": "^4.5.0",
|
2023-06-12 11:49:37 +05:00
|
|
|
"vite-plugin-env-compatible": "^1.1.1",
|
|
|
|
|
"vite-plugin-pwa": "^0.16.3",
|
|
|
|
|
"vite-plugin-svgr": "^3.2.0",
|
2023-11-18 09:22:27 +05:00
|
|
|
"vitest": "^0.34.6",
|
2023-06-12 11:49:37 +05:00
|
|
|
"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"
|
2022-08-31 15:48:23 +05:00
|
|
|
},
|
2019-11-15 01:24:28 +05:00
|
|
|
"scripts": {
|
2023-07-12 06:51:14 +05:00
|
|
|
"start": "cross-env PLATFORM=web vite",
|
|
|
|
|
"start:desktop": "cross-env PLATFORM=desktop vite",
|
2022-09-14 11:43:05 +05:00
|
|
|
"start:test": "serve -s build/ -p 3000",
|
2023-07-12 06:51:14 +05:00
|
|
|
"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",
|
2023-07-28 09:13:50 +05:00
|
|
|
"analyze": "cross-env ANALYZING=true PLATFORM=web vite build",
|
2023-06-12 11:49:37 +05:00
|
|
|
"test": "playwright test -u"
|
2019-11-15 01:24:28 +05:00
|
|
|
},
|
|
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
2020-02-20 10:43:58 +05:00
|
|
|
"not op_mini all",
|
|
|
|
|
"ie >= 9"
|
2019-11-15 01:24:28 +05:00
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
2020-02-20 10:43:58 +05:00
|
|
|
"last 1 safari version",
|
|
|
|
|
"last 3 ie version",
|
|
|
|
|
"last 4 edge version"
|
2019-11-15 01:24:28 +05:00
|
|
|
]
|
2021-03-10 22:35:29 +05:00
|
|
|
},
|
|
|
|
|
"author": {
|
2023-01-16 13:44:52 +05:00
|
|
|
"name": "Streetwriters (Private) Limited",
|
2021-03-10 22:35:29 +05:00
|
|
|
"email": "support@streetwriters.co",
|
|
|
|
|
"url": "https://streetwriters.co"
|
2019-11-15 01:24:28 +05:00
|
|
|
}
|
2020-10-03 14:52:22 +05:00
|
|
|
}
|