-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.39 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ust-rankings",
"version": "1.1.0",
"private": true,
"scripts": {
"update-data": "node scripts/update-data.mjs",
"dev": "next dev",
"prebuild": "npm run update-data",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@icons-pack/react-simple-icons": "^9.3.0",
"@js-joda/core": "^5.6.1",
"@next/third-parties": "^14.1.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tremor/react": "^3.13.3",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "1.0.0",
"file-saver": "^2.0.5",
"fuse.js": "^7.0.0",
"ics": "^3.7.2",
"lodash": "^4.17.21",
"lucide-react": "^0.316.0",
"next": "14.1.0",
"next-themes": "^0.2.1",
"node-ical": "^0.17.2",
"ordinal": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rrule": "^2.8.1",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"virtua": "^0.22.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.7",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"he": "^1.2.0",
"node-fetch": "^3.3.2",
"postcss": "^8.4.33",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}