-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.69 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": "health_geine_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@internationalized/date": "^3.0.0-nightly.2967",
"@react-aria/button": "^3.9.0",
"@react-aria/calendar": "^3.5.3",
"@react-aria/focus": "^3.15.0",
"@react-aria/i18n": "^3.9.0",
"@react-spectrum/utils": "^3.11.2",
"@react-stately/calendar": "^3.4.2",
"@stomp/stompjs": "^7.0.0",
"@tanstack/query-sync-storage-persister": "^4.20.4",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-persist-client": "^4.20.4",
"@types/node": "20.2.5",
"@types/react-calendar": "^4.1.0",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.6.7",
"classnames": "^2.3.2",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.10",
"eslint": "8.42.0",
"eslint-config-next": "^13.5.6",
"next": "^13.5.6",
"next-auth": "^4.24.6",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-cookie": "^7.1.4",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sockjs-client": "^1.6.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"twin.macro": "^3.3.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/react": "^18.2.12",
"@types/react-cookies": "^0.1.3",
"@types/sockjs-client": "^1.5.4",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}