forked from ReginaGyimesi/CodeToGive2022_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "codetogive2022-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export && next-nginx-routes"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.6",
"@mui/material": "5.10.5",
"@speechly/speech-recognition-polyfill": "^1.2.0",
"@typescript-eslint/eslint-plugin": "5.38.0",
"framer-motion": "^7.3.6",
"next": "12.3.0",
"next-auth": "4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.35.0",
"react-speech-recognition": "^3.9.1",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@types/node": "18.7.16",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@types/react-speech-recognition": "^3.9.0",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"next-nginx-routes": "1.0.0",
"typescript": "4.8.3"
}
}