mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 13:40:09 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@repo/web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"cf-typegen": "wrangler types --env-interface CloudflareEnv env.d.ts",
|
|
"pages:build": "bunx @cloudflare/next-on-pages",
|
|
"preview": "bun pages:build && wrangler pages dev",
|
|
"deploy": "bun pages:build && wrangler pages deploy"
|
|
},
|
|
"dependencies": {
|
|
"@million/lint": "^1.0.0-rc.11",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"cmdk": "^1.0.0",
|
|
"million": "^3.1.6",
|
|
"next": "^14.1.1",
|
|
"nuqs": "^1.17.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.1.1",
|
|
"@repo/eslint-config": "*",
|
|
"@repo/typescript-config": "*",
|
|
"@repo/tailwind-config": "*",
|
|
"@repo/shared-types": "*",
|
|
"@types/eslint": "^8.56.5",
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "^18.2.61",
|
|
"@types/react-dom": "^18.2.19",
|
|
"eslint": "^8.57.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"esbuild",
|
|
"workerd",
|
|
"xycolors"
|
|
]
|
|
}
|