-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) Β· 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) Β· 1.04 KB
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
{
"name": "dansup-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^8.0.1",
"@tanstack/react-query": "^4.29.19",
"@types/daum-postcode": "^2.0.0",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-router-dom": "^5.3.3",
"@types/react-textarea-autosize": "^8.0.0",
"@types/uuid": "^9.0.2",
"axios": "^1.4.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"next": "13.4.8",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.16.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-player": "^2.12.0",
"react-router-dom": "^6.14.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"typescript": "5.1.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react-datepicker": "^4.11.2"
}
}