-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.38 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
75
76
77
78
79
80
81
82
83
84
{
"name": "disc",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@juggle/resize-observer": "^3.3.1",
"@react-three/drei": "7.0.0",
"@react-three/fiber": "^7.0.1",
"@sentry/react": "^6.7.2",
"@sentry/tracing": "^6.7.2",
"@tensorflow-models/blazeface": "^0.0.7",
"@tensorflow-models/face-landmarks-detection": "^0.0.3",
"@tensorflow/tfjs": "^3.7.0",
"@tensorflow/tfjs-backend-wasm": "^3.7.0",
"@tensorflow/tfjs-backend-webgl": "^3.7.0",
"@tensorflow/tfjs-converter": "^3.7.0",
"@tensorflow/tfjs-core": "^3.7.0",
"@types/lodash.throttle": "^4.1.6",
"@types/three": "^0.129.1",
"@vladmandic/face-api": "^1.3.1",
"activity-detector": "^3.0.0",
"crypto-js": "^4.0.0",
"current-device": "^0.10.2",
"dashjs": "^3.2.2",
"fromentries": "^1.3.2",
"grommet": "^2.17.3",
"hls.js": "^1.0.7",
"howler": "^2.2.1",
"lodash.throttle": "^4.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-spring": "^9.2.3",
"react-use-gesture": "^9.1.3",
"string-replace-all-ponyfill": "^1.0.1",
"styled-components": "^5.3.0",
"three": "^0.129.0",
"three-stdlib": "^2.2.0",
"typescript": "^4.3.4",
"use-resize-observer": "^7.0.0",
"webfontloader": "^1.6.28",
"zustand": "^3.5.4"
},
"scripts": {
"start": "cross-env HTTPS=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build-netlify",
"deploy": "netlify deploy --prod -d ./build",
"build-netlify": "react-scripts build && echo '/* /index.html 200' | cat >build/_redirects"
},
"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/crypto-js": "^4.0.1",
"@types/howler": "^2.2.2",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.10",
"@types/webfontloader": "^1.6.32",
"@types/webpack-env": "^1.16.0",
"cross-env": "^7.0.3"
}
}