-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1006 Bytes
/
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
{
"name": "usst-lecture-table-calendar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^1.0.0",
"autoprefixer": "10.4.15",
"axios": "^1.7.7",
"axios-cookiejar-support": "^4.0.7",
"date-fns": "^2.30.0",
"deasync": "^0.1.28",
"dom-parser": "^0.1.6",
"eslint": "8.47.0",
"eslint-config-next": "13.4.18",
"fetch-cookie": "^2.1.0",
"happy-dom": "^15.10.2",
"ics": "^3.4.0",
"ioredis": "^5.3.2",
"jsdom": "^22.1.0",
"next": "14.2.10",
"postcss": "8.4.31",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"request-ip": "^3.3.0",
"string_decoder": "^1.3.0",
"tailwindcss": "3.3.3",
"tough-cookie": "^4.1.3",
"use-clipboard-copy": "^0.2.0",
"uuid": "^9.0.0"
}
}