-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 932 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 932 Bytes
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
{
"name": "nextcalc-pro",
"version": "1.2.2",
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"clean": "turbo run clean && rm -rf node_modules",
"deploy:workers": "pnpm --filter './apps/workers/*' run deploy"
},
"devDependencies": {
"@apollo/server": "5.4.0",
"@biomejs/biome": "2.4.4",
"@graphql-tools/merge": "9.1.7",
"@graphql-tools/schema": "10.0.31",
"chrome-launcher": "^1.2.1",
"graphql": "16.13.0",
"graphql-tag": "2.12.6",
"lighthouse": "13.0.3",
"tsx": "4.21.0",
"turbo": "2.8.13-canary.8",
"typescript": "6.0.0-dev.20260301",
"zod": "4.4.0-canary.20260125T215152"
},
"packageManager": "pnpm@11.0.0-alpha.11",
"engines": {
"node": ">=24.0.0",
"pnpm": ">=11.0.0-alpha.1"
},
"dependencies": {
"@upstash/redis": "1.37.0-rc.12"
}
}