-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "car-radar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.12",
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow/tfjs": "^4.0.0",
"@tensorflow/tfjs-backend-webgl": "^4.0.0",
"@tensorflow/tfjs-converter": "^4.0.0",
"@tensorflow/tfjs-core": "^4.0.0",
"@types/lodash": "^4.14.186",
"@types/memoizee": "^0.4.8",
"@types/randomcolor": "^0.5.6",
"emoji-from-word": "^1.2.12",
"fathom-client": "^3.5.0",
"image-data-uri": "^2.0.1",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"next": "12.3.1",
"next-pwa": "^5.6.0",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-html5-camera-photo": "^1.5.10",
"rxjs": "^7.8.0",
"stats.js": "^0.17.0",
"tesseract.js": "^3.0.3",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.11.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/uuid": "^9.0.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}