mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "@notesnook/monograph",
|
|
"version": "1.2.5",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npm run fonts && remix vite:build",
|
|
"dev": "remix vite:dev",
|
|
"typecheck": "tsc",
|
|
"fonts": "node scripts/font-loader.mjs",
|
|
"start": "bun server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "11.11.0",
|
|
"@emotion/react": "11.11.1",
|
|
"@emotion/server": "11.11.0",
|
|
"@lingui/core": "5.1.2",
|
|
"@lingui/react": "5.1.2",
|
|
"@mdi/js": "^7.4.47",
|
|
"@napi-rs/canvas": "0.1.59",
|
|
"@notesnook/core": "file:../../packages/core",
|
|
"@notesnook/crypto": "file:../../packages/crypto",
|
|
"@notesnook/editor": "file:../../packages/editor",
|
|
"@notesnook/intl": "file:../../packages/intl",
|
|
"@notesnook/theme": "file:../../packages/theme",
|
|
"@notesnook/ui": "file:../../packages/ui",
|
|
"@remix-run/node": "^2.12.1",
|
|
"@remix-run/react": "^2.12.1",
|
|
"@sagi.io/workers-kv": "^0.0.14",
|
|
"@theme-ui/components": "^0.16.2",
|
|
"@theme-ui/core": "^0.16.2",
|
|
"canvas-hypertxt": "^1.0.3",
|
|
"comlink": "^4.4.1",
|
|
"date-fns": "^4.1.0",
|
|
"html-to-text": "^9.0.5",
|
|
"isbot": "^5.1.17",
|
|
"lru-cache": "^11.0.2",
|
|
"mac-scrollbar": "^0.13.6",
|
|
"nanoid": "^5.0.7",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-modal": "3.16.1",
|
|
"react-turnstile": "^1.1.4",
|
|
"refractor": "^4.8.1",
|
|
"remix-utils": "^7.7.0",
|
|
"slugify": "^1.6.6",
|
|
"zustand": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^2.12.1",
|
|
"@remix-run/serve": "^2.12.1",
|
|
"@remix-run/server-runtime": "^2.15.0",
|
|
"@types/bun": "^1.1.13",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/react": "^18.3.9",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-modal": "^3.16.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"google-fonts-helper": "^3.6.0",
|
|
"postcss": "^8.4.47",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-arraybuffer": "^0.0.8",
|
|
"vite-plugin-static-copy": "^2.1.0",
|
|
"vite-tsconfig-paths": "^5.0.1",
|
|
"wrangler": "3.78.11"
|
|
}
|
|
}
|