-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "cometvisor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@mui/system": "^5.5.0",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@nivo/pie": "^0.79.1",
"autoprefixer": "^10.2.3",
"firebase": "^8.2.4",
"firebase-admin": "^9.4.2",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"next": "10.0.5",
"next-cookies": "^2.0.3",
"next-firebase-auth": "^0.10.0",
"nookies": "^2.5.2",
"nvm": "^0.0.4",
"postcss": "^8.2.4",
"react": "17.0.1",
"react-contenteditable": "^3.3.6",
"react-dom": "17.0.1",
"react-firebaseui": "^4.1.0",
"sql-highlight": "^4.0.1",
"swr": "^0.4.0",
"tailwindcss": "^2.0.2"
}
}