-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"clean": "rimraf .next .turbo node_modules next-env.d.ts",
"dev": "infisical run --env=dev --path=/vazen-web -- portless",
"dev:app": "next dev",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@orpc/client": "catalog:orpc",
"@orpc/server": "catalog:orpc",
"@orpc/tanstack-query": "catalog:orpc",
"@repo/analytics": "workspace:*",
"@repo/auth": "workspace:*",
"@repo/flags": "workspace:*",
"@repo/rpc": "workspace:*",
"@repo/security": "workspace:*",
"@repo/telemetry": "workspace:*",
"@repo/ui": "workspace:*",
"@rescale/nemo": "^2.2.0",
"@sentry/nextjs": "catalog:",
"@tanstack/react-query": "catalog:tanstack",
"better-auth": "catalog:auth",
"next": "catalog:next",
"nuqs": "^2.8.9",
"react": "catalog:react",
"react-dom": "catalog:react"
},
"devDependencies": {
"@next/bundle-analyzer": "catalog:next",
"@repo/tsconfig": "workspace:*",
"@tailwindcss/postcss": "catalog:",
"@tanstack/react-query-devtools": "catalog:tanstack",
"@types/node": "catalog:",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"babel-plugin-react-compiler": "1.0.0",
"typescript": "catalog:"
},
"portless": {
"name": "local.web.vazen",
"script": "dev:app"
}
}