-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
40 lines (40 loc) · 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
{
"name": "real-time-object-detection-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^13.1.1",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "^11.0.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"jimp": "^0.16.2",
"lodash": "^4.17.21",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"next": "13.1.1",
"next-pwa": "^5.6.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"onnxruntime-web": "^1.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-webcam": "^7.0.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/ndarray": "^1.0.11",
"@types/ndarray-ops": "^1.2.4"
}
}