-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
53
54
55
56
57
58
59
{
"name": "drinkdepth",
"version": "0.4.1",
"private": true,
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts-lint-commit-hook": "tsc --noEmit --incremental",
"prepare": "husky install"
},
"dependencies": {
"@changesets/cli": "^2.25.0",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"@tosspayments/payment-sdk": "^1.0.2",
"axios": "^1.2.1",
"dayjs": "^1.11.7",
"firebase": "^9.14.0",
"formik": "^2.2.9",
"globby": "^13.1.1",
"lodash": "^4.17.21",
"next": "^12.1.6",
"next-seo": "^5.14.1",
"prettier": "^2.6.2",
"proj4": "^2.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.27.1",
"react-kakao-maps-sdk": "^1.1.1",
"react-markdown": "^8.0.0",
"react-material-ui-carousel": "^3.4.2",
"react-number-format": "^4.9.4",
"react-qr-code": "^2.0.8",
"react-query": "^3.39.1",
"reactfire": "^4.2.2",
"recoil": "^0.7.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^17.0.23",
"@types/proj4": "^2.5.2",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.17",
"@types/react-gtm-module": "^2.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.4",
"husky": "^8.0.2",
"typescript": "^4.5.4"
}
}