-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "next-app-dir",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"deploy": "LOCAL_GENERATE=true OPEN_NEXT_DEBUG=true sst deploy --stage prod",
"deploy:reference": "LOCAL_GENERATE=true OPEN_NEXT_DEBUG=true npx [email protected] build && sst deploy --stage reference",
"deploy:prod": "LOCAL_GENERATE=true sst deploy --stage prod",
"build": "LOCAL_GENERATE=true next build",
"start": "next start",
"startStandalone": "sst bind node .next/standalone/server.js",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.418.0",
"@aws-sdk/client-lambda": "^3.414.0",
"@chakra-ui/next-js": "^2.1.3",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@faker-js/faker": "^7.6.0",
"@picocss/pico": "^1.5.7",
"@sentry/nextjs": "^7.86.0",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"buffer": "^6.0.3",
"edge-runtime": "^2.5.7",
"esbuild": "^0.19.5",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.10.0",
"million": "^2.6.4",
"next": "14.1.3",
"open-next": "^3.0.0-rc.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.60.0",
"sst": "^2.40.1",
"swiper": "^9.3.2",
"typescript": "5.0.3",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@aws-cdk/aws-apprunner-alpha": "2.110.1-alpha.0",
"@aws-sdk/client-dynamodb": "^3.360.0",
"@biomejs/biome": "1.4.1",
"@vercel/nft": "^0.24.3",
"aws-cdk-lib": "2.110.1",
"constructs": "10.3.0",
"fs.realpath": "^1.0.0",
"vercel": "^32.5.6"
}
}