-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 949 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
{
"name": "recipe_hub_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/lab": "^4.0.0-alpha.58",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"next": "^11.0.2-canary.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-redux": "^7.2.4",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@draft-js-plugins/image": "^4.1.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"date-fns": "^2.22.1",
"draft-js-import-html": "^1.4.1",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"firebase": "^8.6.8",
"next-images": "^1.8.1",
"nookies": "^2.5.2",
"react-image-gallery": "^1.1.1",
"styled-components": "^5.3.0"
}
}