-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "hackhpi-website",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next dev",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/open-sans": "^5.0.23",
"@mui/icons-material": "^5.15.5",
"@mui/lab": "^5.0.0-alpha.163",
"@mui/material": "^5.15.5",
"@mui/material-nextjs": "^5.15.9",
"@react-spring/parallax": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@types/node": "^20.11.24",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"axios": "^1.6.7",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-type-animation": "^3.2.0",
"react-visibility-sensor": "^5.1.1",
"sharp": "^0.33.2"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"typescript": "^5.2.2"
}
}