-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1002 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
36
37
38
39
40
{
"name": "nextjs-poc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"deploy": "node scripts/deploy.js"
},
"dependencies": {
"aws-serverless-express": "^3.4.0",
"compression": "^1.7.4",
"express": "^4.17.2",
"globby": "^11.1.0",
"next": "12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/react": "17.0.38",
"cross-fetch": "^3.1.5",
"fs-extra": "^10.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"shell-exec": "^1.0.2",
"tar": "^6.1.11",
"tasuku": "^1.0.2",
"ts-node": "^10.4.0",
"typescript": "4.5.5",
"yargs": "^17.3.1"
},
"commerceCloudRuntime": {
"ssrFunctionNodeVersion": "14.x"
},
"volta": {
"node": "14.19.0"
}
}