-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev:sst": "sst dev --stage dev",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"publish:prod": "npx sst deploy --stage production"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.699.0",
"@aws-sdk/client-s3": "^3.701.0",
"@aws-sdk/s3-request-presigner": "^3.701.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"aws-amplify": "^6.6.7",
"graphql": "^16.9.0",
"howler": "^2.2.4",
"immer": "^10.1.1",
"jotai": "^2.10.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.454.0",
"next": "14.2.15",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"recharts": "^2.14.1",
"sst": "3.3.38"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/gif-encoder": "^0.7.4",
"@types/gifencoder": "^2.0.3",
"@types/howler": "^2.2.12",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.8.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.0",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
"eslint-config-next": "14.2.15",
"postcss": "8.4.31",
"prettier": "^3.4.1",
"tailwindcss": "3.4.1",
"typescript": "5.2.2"
}
}