-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 855 Bytes
/
package.json
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
{
"name": "nest-next-spa",
"version": "0.0.28",
"main": "dist/client/index.js",
"description": "",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"dev": "concurrently \"pnpm run build watch\" \"cd packages/example && pnpm run dev\""
},
"files": [
"dist",
"packages/server/package.json"
],
"workspaces": [
"packages/*"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nestjs/common": "^9.1.5",
"@types/express": "^4.17.14",
"@types/next": "^9.0.0",
"@types/react": "^18.0.25",
"concurrently": "^7.5.0",
"immer": "^9.0.16",
"next": "^13.0.2",
"react": "^18.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.7",
"typescript": "^4.8.4"
},
"peerDependencies": {
"@nestjs/common": ">=6.4",
"nest-next": ">=10.0.0"
}
}