forked from ShreyeshArangath/HackWesTX-Official-Repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "hackwestx",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@egjs/flicking-plugins": "^4.6.0",
"@egjs/react-flicking": "^4.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mantine/core": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.31.0",
"eslint-config-next": "^13.1.2",
"firebase": "^9.16.0",
"next": "^13.4.13",
"postcss": "^8.4.39",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.6.0",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"sharp": "^0.32.4",
"typescript": "4.9.4"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint-config-prettier": "^8.6.0",
"tailwindcss": "^3.4.4"
}
}