-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 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
{
"name": "app_name",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@tensorflow-models/body-pix": "^2.0.5",
"@tensorflow/tfjs": "^2.0.1",
"axios": "^0.19.2",
"izitoast-react": "^1.0.16",
"react": "16.8.6",
"react-animated-css": "^1.2.1",
"react-clear-cache": "^1.2.0",
"react-confetti": "^5.0.1",
"react-dom": "16.8.6",
"react-fps-stats": "^0.1.3",
"react-github-fork-ribbon": "^0.6.0",
"react-loader-spinner": "^3.1.14",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.0.1",
"react-social-sharing": "^3.0.1",
"react-webcam": "^5.2.0",
"reactjs-localstorage": "0.0.8"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prebuild": "npm run generate-build-meta",
"generate-build-meta": "./node_modules/react-clear-cache/bin/cli.js"
},
"proxy": "http://localhost:3001",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}