-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "hoth.uclaacm.com",
"private": true,
"description": "Website for Hack on the Hill (HOTH)",
"version": "0.2.0",
"author": "James Wu <[email protected]>",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src/",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@geist-ui/icons": "^1.0.2",
"@szhsin/react-accordion": "^1.4.0",
"@szhsin/react-menu": "^4.2.3",
"react": "^18.3.1",
"react-animate-on-scroll": "^2.1.9",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"react-router-dom": "^7.0.2",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"husky": "^8.0.3",
"vite": "^6.0.11"
},
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/uclaacm/hoth.uclaacm.com"
},
"bugs": {
"url": "https://github.com/uclaacm/hoth.uclaacm.com/issues"
}
}