forked from prgrms-web-devcourse/Team_04_SFam_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@nivo/core": "^0.79.0",
"@nivo/pie": "^0.79.1",
"axios": "^0.27.2",
"next": "^12.2.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-geolocation": "^1.0.12",
"react-icons": "^4.4.0",
"react-kakao-maps-sdk": "^1.1.2",
"react-loader-spinner": "^5.1.7-beta.1",
"recoil": "^0.7.4",
"recoil-persist": "^4.2.0"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"husky": ">=6",
"kakao.maps.d.ts": "^0.1.32",
"lint-staged": ">=10",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"url-loader": "^4.1.1"
}
}