-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 2.1 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "with-passport",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8080",
"format": "npx prettier \"{,!(.next)/**/}*.js\" --write ",
"lint": "npm run format && eslint pages lib components --ext .js,.jsx --max-warnings 0",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@babel/core": "^7.11.1",
"@hapi/iron": "6.0.0",
"@sendgrid/mail": "^7.1.0",
"azure-storage": "2.10.3",
"content-type": "^1.0.4",
"cookie": "0.4.0",
"deepmerge": "^4.2.2",
"email-validator": "^2.0.4",
"express": "4.17.1",
"firebase-admin": "^8.10.0",
"formidable-serverless": "^1.0.3",
"gray-matter": "^4.0.2",
"isomorphic-unfetch": "^3.0.0",
"markdown-it": "^11.0.0",
"markdown-it-emoji": "^1.4.0",
"mongodb": "^3.5.6",
"next": "latest",
"next-pwa": "5.0.2",
"nookies": "^2.2.2",
"nprogress": "^0.2.0",
"passport": "0.4.1",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-local": "1.0.0",
"raw-body": "^2.4.1",
"react": "latest",
"react-dom": "latest",
"react-google-maps": "^9.4.5",
"react-google-recaptcha-v3": "^1.5.4",
"react-player": "^2.0.1",
"react-quill": "1.3.5",
"react-share": "^4.1.0",
"react-table": "7.5.0",
"react-web-monetization": "^0.0.13",
"sass": "^1.26.3",
"serialize-javascript": "^4.0.0",
"slugify": "^1.4.0",
"swr": "0.3.1",
"timeago.js": "^4.0.2",
"uuid": "^7.0.3",
"yup": "^0.28.3"
},
"license": "ISC",
"devDependencies": {
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@types/mongodb": "^3.5.25",
"@types/quill": "2.0.3",
"@types/react": "^16.9.46",
"@types/react-table": "^7.0.22",
"babel-jest": "^25.2.6",
"eslint": "^6.8.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.2.7",
"jest-css-modules-transform": "^4.0.0",
"node-mocks-http": "^1.8.1",
"test-listen": "^1.1.0",
"typescript": "^3.9.3"
}
}