aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 22de0d7c3734235464c9802f21ea2a0bae824ecb (plain) (blame)
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
{
  "name": "myapps",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "build": "next build",
    "dev": "next dev",
    "start": "next start"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.36",
    "@fortawesome/free-solid-svg-icons": "^5.15.4",
    "@fortawesome/react-fontawesome": "^0.1.15",
    "bcryptjs": "^2.4.3",
    "mongoose": "^5.12.13",
    "next": "latest",
    "next-iron-session": "4.1.7",
    "nodemailer": "^6.6.1",
    "prop-types": "15.7.2",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "sass": "^1.35.1",
    "swr": "0.2.3"
  },
  "license": "MIT"
}