-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 1.96 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
{
"name": "qhacks_2022",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@hotg-ai/forge": "^0.11.14",
"@hotg-ai/rune-tflite": "^0.11.5",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@reduxjs/toolkit": "^1.7.1",
"@tensorflow/tfjs": "^3.13.0",
"@tensorflow/tfjs-core": "^3.13.0",
"@tensorflow/tfjs-tflite": "^0.0.1-alpha.8",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.1.3",
"compress.js": "^1.2.2",
"firebase": "^9.6.4",
"mui": "^0.0.1",
"node-sass": "^7.0.1",
"react": "^17.0.2",
"react-autocomplete": "^1.8.1",
"react-bootstrap": "^2.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-image-file-resizer": "^0.4.7",
"react-redux": "^7.2.6",
"react-responsive-carousel": "^3.2.22",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-scroll-horizontal": "^1.6.6",
"react-webcam": "^6.0.0",
"tflite-react-native": "^0.0.5",
"web-vitals": "^2.1.3"
},
"staticFiles": {
"staticPath": "node_modules/@tensorflow/tfjs-tflite/dist"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/parser": "^5.10.1",
"parcel": "2.0.0-nightly.961",
"parcel-reporter-static-files-copy": "^1.3.4",
"typescript": "^4.5.5"
}
}