-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
{
"name": "fonts-archive",
"version": "3.2.0",
"private": true,
"homepage": "https://fonts.taedonn.com",
"postinstall": "prisma generate",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@prisma/client": "^5.18.0",
"@prisma/extension-accelerate": "^1.1.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/kakao-js-sdk": "^1.39.5",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"bcrypt": "^5.1.1",
"browser-image-compression": "^2.0.2",
"emailjs": "^4.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.6",
"fontfaceobserver": "^2.3.0",
"framer-motion": "^11.3.30",
"lodash": "^4.17.21",
"next": "^14.2.6",
"next-auth": "^4.24.7",
"next-seo": "^6.5.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-color-palette": "^7.2.2",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.0",
"react-query": "^3.39.3",
"styled-components": "^6.1.12",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"devDependencies": {
"prisma": "^5.18.0"
}
}