-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "snap-nutrition",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.14",
"@mui/system": "^5.14.14",
"@mui/x-date-pickers": "^6.16.2",
"@reduxjs/toolkit": "^1.9.7",
"@types/base-64": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"base-64": "^1.0.0",
"dayjs": "^1.11.10",
"firebase": "^10.5.2",
"next": "14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-firebase-hooks": "^5.1.1",
"react-redux": "^8.1.3",
"yarn": "^1.22.21"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"eslint": "^8.53.0",
"eslint-config-next": "13.5.6",
"typescript": "^5.2.2"
}
}