-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 895 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 895 Bytes
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
{
"name": "pizzeria",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"debug": "node --inspect-brk ./node_modules/next/dist/bin/next"
},
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"algoliasearch": "^4.3.0",
"cloudinary": "^1.22.0",
"express-validator": "^6.5.0",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"lru-cache": "^5.1.1",
"material-table": "^1.60.0",
"material-ui-dropzone": "^3.2.1",
"ms": "^2.1.2",
"nanoid": "^3.1.9",
"next": "9.4.2",
"next-connect": "^0.6.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^5.7.2",
"redis": "^3.1.1",
"swr": "^0.2.2",
"validator": "^13.0.0"
}
}