-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
{
"name": "refri-webview",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@react-oauth/google": "^0.11.1",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-next-experimental": "5.0.0-alpha.80",
"axios": "^1.5.0",
"immer": "^10.0.3",
"next": "13.5.2",
"qs": "^6.11.2",
"react": "18.2.0",
"react-cool-onclickoutside": "^1.7.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.5.2",
"react-kakao-login": "^2.1.1",
"react-responsive-carousel": "^3.2.23",
"react-swipeable-views": "^0.14.0",
"sharp": "^0.32.6",
"ts-pattern": "^5.0.5",
"zustand": "^4.4.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.6.3",
"@types/qs": "^6.9.9",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react-swipeable-views": "^0.13.3",
"autoprefixer": "10.4.16",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "8.4.30",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}