-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 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
{
"name": "nextjs-auth-cognito",
"author": "czetsuyatech",
"email": "czetsuya@gmail.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.4",
"aos": "^2.3.4",
"aws-amplify": "^4.1.0",
"aws-amplify-react": "^5.0.2",
"clsx": "^1.1.1",
"cookie": "^0.4.1",
"jarallax": "^1.12.7",
"leaflet": "^1.7.1",
"moment": "^2.29.1",
"next": "^11.0.0",
"next-images": "^1.8.1",
"npm": "^7.17.0",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
"react": "17.0.2",
"react-countup": "^4.3.3",
"react-dom": "17.0.2",
"react-lazy-load-image-component": "^1.5.1",
"react-leaflet": "^3.2.0",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.3",
"react-typed": "^1.2.0",
"react-visibility-sensor": "^5.1.1",
"start": "^5.1.0",
"swiper": "^6.7.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.12.0",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.3.3"
}
}