-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
52 lines (52 loc) · 1.39 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
45
46
47
48
49
50
51
52
{
"name": "portfolio-jerga",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server/index.js",
"build": "next build",
"start": "NODE_ENV=production node server/index.js",
"heroku-postbuild": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"async-lock": "^1.1.3",
"auth0-js": "^9.8.1",
"axios": "^0.18.0",
"babel-plugin-transform-define": "^1.3.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"compression": "^1.7.3",
"emotion": "^9.2.12",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"fontfaceobserver": "^2.1.0",
"formik": "^1.3.2",
"immutable": "^4.0.0-rc.12",
"jsonwebtoken": "^8.3.0",
"jwks-rsa": "^1.3.0",
"moment": "^2.22.2",
"mongoose": "^5.3.12",
"next": "^7.0.2",
"next-routes": "^1.4.2",
"node-sass": "^4.9.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"react": "^16.6.0",
"react-datepicker": "^1.8.0",
"react-dom": "^16.6.0",
"react-emotion": "^9.2.12",
"react-toastify": "^4.4.3",
"react-typed": "^1.0.9",
"reactstrap": "^6.5.0",
"slate": "^0.44.6",
"slate-html-serializer": "^0.7.30",
"slate-react": "^0.21.12",
"slugify": "^1.3.3"
}
}