-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "xd-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@types/navermaps": "^3.0.16",
"@types/react-speech-recognition": "^3.9.0",
"audio-play": "^2.3.1",
"axios": "^0.27.1",
"mime-types": "^2.1.35",
"next": "12.1.0",
"react": "17.0.2",
"react-daum-postcode": "^3.1.0",
"react-dom": "17.0.2",
"react-naver-maps": "^0.0.13",
"react-player": "^2.10.1",
"react-query": "^3.38.0",
"react-speech-recognition": "^3.9.0",
"react-textarea-autosize": "^8.3.3",
"react-toastify": "^9.0.5",
"react-video-recorder": "^3.19.3",
"recoil": "^0.7.2",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.41",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.6.2"
}
}