-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (44 loc) · 1.11 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
{
"name": "nscc-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"preexport": "npm run build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@firebase/auth": "^0.21.0",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.115",
"@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.1",
"firebase": "^9.15.0",
"firebase-tools": "^11.20.0",
"isomorphic-fetch": "^3.0.0",
"moment": "^2.29.4",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-toastify": "^9.1.1",
"reactfire": "^4.2.2",
"sass": "^1.57.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1"
}
}