mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-15 19:27:51 +01:00
* global: use same versions for dependencies everywhere * intl: fix `Cannot find module '@lingui/macro'` * web: fix `I18n' is not assignable to parameter` type error * setup: log post install cmd * setup: more logging * web: update lockfile
26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"name": "@notesnook/themes-server",
|
|
"version": "1.0.0",
|
|
"description": "A simple rest api for notesnook themes",
|
|
"private": "true",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "vite-node -w src/server.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@orama/orama": "^1.0.8",
|
|
"@trpc/server": "10.45.2",
|
|
"async-mutex": "0.5.0",
|
|
"cors": "^2.8.5",
|
|
"util": "^0.12.5",
|
|
"zod": "3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@notesnook/theme": "file:../../packages/theme",
|
|
"@types/cors": "^2.8.13",
|
|
"react": "18.3.1",
|
|
"vite-node": "2.1.8"
|
|
}
|
|
} |