-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.15 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
75
76
77
78
79
80
{
"name": "next-cognito",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest — watch",
"test:coverage": "jest — coverage",
"dev": "next",
"build": "next build",
"start": "next start"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/setupTests.js"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@zeit/next-sass": "^1.0.1",
"amazon-cognito-identity-js": "^3.2.4",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.2.1",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.4",
"cookieparser": "^0.1.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^3.0.0",
"moment": "^2.24.0",
"next": "^9.2.2",
"next-cookies": "^2.0.3",
"next-images": "^1.3.1",
"next-redux-wrapper": "^5.0.0",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hook-form": "^4.9.8",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"yup": "^0.28.3"
},
"devDependencies": {
"@iconify/icons-logos": "^1.0.9",
"@iconify/react": "^1.1.3",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.18",
"@types/node": "^13.7.4",
"@types/node-fetch": "^2.5.2",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.2",
"fetch-mock": "^9.2.1",
"jest": "^24.9.0",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^0.19.0",
"next-purgecss": "^3.1.2",
"next-server": "^9.0.5",
"node-mocks-http": "^1.8.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react-test-renderer": "^16.10.2",
"redux-mock-store": "^1.5.4",
"test-listen": "^1.1.0",
"ts-jest": "^24.1.0",
"typescript": "^3.8.2"
}
}