-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.62 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
53
54
55
56
57
58
59
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint .",
"lint:fix": "biome check --write .",
"share:linkedin": "bun --env-file=.env.local scripts/shareEvent.ts",
"create:events": "bun --env-file=.env.local scripts/createEvents/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackRegina/website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/HackRegina/website/issues"
},
"homepage": "https://github.com/HackRegina/website#readme",
"description": "",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@slack/web-api": "^7.13.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-query-devtools": "^5.91.3",
"@visx/hierarchy": "^2.10.0",
"@visx/responsive": "^2.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"luxon": "^3.7.2",
"mapbox-gl": "^3.18.1",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-map-gl": "^8.1.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@tailwindcss/postcss": "^4.1.18",
"@types/luxon": "^3.7.1",
"@types/mapbox-gl": "^3.4.1",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"autoprefixer": "^10.4.24",
"commander": "^14.0.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}