Files
notesnook/servers/themes/package.json
2024-03-21 11:11:01 +05:00

28 lines
647 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.38.3",
"async-mutex": "^0.4.0",
"cors": "^2.8.5",
"util": "^0.12.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@notesnook/theme": "file:../../packages/theme",
"@types/cors": "^2.8.13",
"@vitejs/plugin-react": "^4.0.3",
"react": "18.2.0",
"vite-node": "^0.33.0"
}
}