-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "nuxt-ssr-aws-cognito",
"version": "1.0.0",
"description": "nuxt ssr aws cognito",
"author": "Klaudiusz Marszalek",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/pwa": "^3.0.0-0",
"amazon-cognito-identity-js": "^3.2.0",
"aws-sdk": "^2.575.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.1.0",
"cookie-parser": "^1.4.4",
"cookieparser": "^0.1.0",
"cross-env": "^6.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.1",
"node-fetch": "^2.6.0",
"nuxt": "^2.10.2"
},
"devDependencies": {
"nodemon": "^1.19.4",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.19.1"
}
}