-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.39 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
{
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@nivo/core": "^0.80.0",
"@nivo/pie": "^0.80.0",
"axios": "^1.1.2",
"next": "^12.3.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-geolocation": "^1.1.0",
"react-icons": "^4.4.0",
"react-kakao-maps-sdk": "^1.1.4",
"react-loader-spinner": "^5.3.4",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@svgr/webpack": "^6.4.0",
"@types/node": "^18.8.5",
"@types/react": "^18.0.21",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": ">=6",
"kakao.maps.d.ts": "^0.1.33",
"lint-staged": ">=10",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"url-loader": "^4.1.1"
}
}