-
-
Notifications
You must be signed in to change notification settings - Fork 818
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 703 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 703 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
{
"name": "test-rpc-path-root",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "vitest --config ./vitest.config.ts run",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@blitzjs/config": "3.0.2",
"@blitzjs/next": "3.0.2",
"@blitzjs/rpc": "3.0.2",
"blitz": "3.0.2",
"next": "15.0.7",
"react": "19.0.3",
"react-dom": "19.0.3"
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
"@types/node-fetch": "2.6.1",
"@types/react": "npm:types-react@19.0.0",
"b64-lite": "1.4.0",
"eslint": "8.27.0",
"fs-extra": "10.0.1",
"typescript": "^4.8.4"
}
}