-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 871 Bytes
/
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
{
"name": "amazon-rekognition-idv-amplify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^3.4.1",
"aws-amplify": "^4.3.32",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"chart.js": "^3.9.1",
"next": "^12.2.5",
"npm": "^8.18.0",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-icons": "^1.8.4",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"react-images-uploading": "^3.1.7",
"react-webcam": "^7.0.1",
"swr": "^1.3.0",
"use-async-effect": "^2.2.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "18.0.17",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4"
}
}