-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.15 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
42
43
44
{
"name": "beer_bulletin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "node db/seeders/index.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.15",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"ably": "^1.2.13",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.26.3",
"dotenv": "^10.0.0",
"framer-motion": "^4.1.17",
"js-cookie": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.7",
"mysql2": "^2.2.5",
"next": "11.0.1",
"next-connect": "^0.10.2",
"next-pwa": "^5.3.1",
"nprogress": "^0.2.0",
"postcss-preset-env": "^6.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.11.1",
"sequelize": "^6.6.5",
"swr": "^0.5.6"
},
"devDependencies": {
"eslint": "7.31.0",
"eslint-config-next": "11.0.1"
}
}