-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "tripyle-frontend",
"version": "0.1.0",
"private": true,
"proxy": "https://kauth.kakao.com/oauth/authorize",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"antd": "^5.12.6",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"moment": "^2.29.4",
"next": "13.3.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-calendar": "^4.3.0",
"react-cookie": "^6.1.1",
"react-datepicker": "^4.16.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.12.0",
"react-responsive": "^9.0.2",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"styled-components": "^6.0.0-rc.1",
"swiper": "^11.0.5",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^20.10.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"main": "next.config.js",
"author": "",
"license": "ISC",
"description": ""
}