-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1017 Bytes
/
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
{
"name": "reviewbase",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/baskervville": "^4.5.3",
"@fontsource/chivo": "^4.5.0",
"@fontsource/montserrat": "^4.5.1",
"@fontsource/open-sans": "^4.5.2",
"@fontsource/roboto": "^4.5.1",
"@google-cloud/automl": "^2.5.2",
"@google-cloud/language": "^4.3.2",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.62",
"@mui/material": "^5.2.6",
"dayjs": "^1.10.7",
"google-auth-library": "^7.14.0",
"mapbox-gl": "^2.6.1",
"monkeylearn": "^3.4.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"recharts": "^2.1.8",
"selenium-webdriver": "^4.1.0"
},
"devDependencies": {
"eslint": "8.5.0",
"eslint-config-next": "12.0.7"
}
}