-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1016 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
39
40
{
"name": "rate-my-recipe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"parse": "node parseDataset.js"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/public-sans": "^4.5.12",
"@mui/icons-material": "^5.13.7",
"@mui/joy": "^5.0.0-alpha.86",
"@mui/material": "^5.13.7",
"@reduxjs/toolkit": "^1.9.3",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.35.0",
"eslint-config-next": "13.2.4",
"i18next": "^23.1.0",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.0",
"react-redux": "^8.0.5",
"redux-logger": "^3.0.6",
"typescript": "4.9.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/redux-logger": "^3.0.9",
"@types/uuid": "^9.0.1",
"prettier": "2.8.8"
}
}