-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"@tensorflow-models/posenet": "^2.2.1",
"@tensorflow/tfjs": "^1.7.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/dat.gui": "^0.7.5",
"@types/jest": "^25.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/stats.js": "^0.17.0",
"dat.gui": "^0.7.6",
"query-string": "^6.11.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"stats.js": "^0.17.0",
"typescript": "^3.8.3"
},
"eslintConfig": {
"extends": "react-app"
},
"name": "reveal-posenet",
"private": true,
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start",
"test": "react-scripts test"
},
"version": "0.0.0"
}