-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "@slam/web",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hookform/devtools": "^4.2.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.9.8",
"@jsxcss/emotion": "^1.3.6",
"@sentry/nextjs": "^7.15.0",
"@slam/hooks": "workspace:*",
"@slam/types": "workspace:*",
"@slam/utility-types": "workspace:*",
"@suspensive/react": "^1.9.2",
"@suspensive/react-query": "^1.9.2",
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-query-devtools": "^4.13.0",
"axios": "^1.1.3",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.6",
"feather-icons": "^4.29.0",
"framer-motion": "^7.6.1",
"jose": "^4.10.0",
"lottie-react": "^2.3.1",
"next": "^13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^1.4.1",
"react-hook-form": "^7.36.1",
"recoil": "^0.7.5",
"uuid": "^9.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@slam/eslint": "workspace:*",
"@slam/tsconfig": "workspace:*",
"@types/feather-icons": "^4.7.0",
"@types/node": "18.7.18",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/uuid": "^8.3.4",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"kakao.maps.d.ts": "^0.1.33",
"typescript": "4.8.3"
}
}