-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
53
54
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev1": "next dev",
"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",
"winStart": "winStart.bat"
},
"engines": {
"node": "14.18.3"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"async-lock": "^1.2.2",
"auth0-js": "^9.13.1",
"axios": "^0.19.2",
"babel-plugin-transform-define": "^2.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"compression": "^1.7.4",
"express": "^4.17.1",
"express-jwt": "^5.3.3",
"formik": "^2.1.4",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.7.0",
"moment": "^2.24.0",
"mongoose": "^5.9.7",
"next": "9.3.4",
"next-routes": "^1.4.2",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react": "16.13.1",
"react-datepicker": "^2.14.1",
"react-dom": "16.13.1",
"react-toastify": "^5.5.0",
"react-typed": "^1.2.0",
"reactstrap": "^8.4.1",
"sass": "^1.26.3",
"slugify": "^1.4.0",
"emotion": "^10.0.27",
"is-hotkey": "^0.1.6",
"slate": "^0.57.1",
"slate-history": "^0.57.1",
"slate-react": "^0.57.1",
"escape-html": "^1.0.3"
}
}