-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "final-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@popperjs/core": "^2.10.2",
"@tensorflow/tfjs": "^3.11.0",
"@tensorflow/tfjs-node": "^1.7.4",
"axios": "^0.24.0",
"blueimp-load-image": "^5.16.0",
"bootstrap": "^5.0.0-beta3",
"face-api.js": "^0.22.2",
"firebase": "^9.1.3",
"lodash": "^4.17.21",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"next": "11.1.2",
"onnxjs": "^0.1.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-firebase-hooks": "^3.0.4",
"react-hook-form": "^7.19.3",
"react-modal": "^3.14.4",
"react-responsive-masonry": "^2.1.4"
},
"devDependencies": {
"@types/bootstrap": "^5.1.6",
"eslint": "8.1.0",
"eslint-config-next": "11.1.2"
}
}