forked from Kim-Jiseong/KU_NEXT_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@svgr/webpack": "^6.5.1",
"@types/antd": "^1.0.0",
"@types/aos": "^3.0.4",
"@types/node": "18.11.18",
"@types/nodemailer": "^6.4.7",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
"antd": "^5.1.6",
"aos": "^2.3.4",
"axios": "^1.2.6",
"framer-motion": "^8.5.4",
"googleapis": "^110.0.0",
"http-status-codes": "^2.2.0",
"i": "^0.3.7",
"lottie-react": "^2.3.1",
"multer": "^1.4.5-lts.1",
"next": "13.1.5",
"next-auth": "^4.18.10",
"next-connect": "^0.13.0",
"next-s3-upload": "^0.2.9",
"nodemailer": "^6.9.1",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-dom": "^18.2.0",
"react-pannellum": "^0.2.13",
"react-responsive": "^9.0.2",
"react-slick": "^0.29.0",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"typescript": "4.9.4",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@types/react-slick": "^0.23.10"
}
}