-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.58 KB
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
{
"name": "I-miss-her",
"version": "0.1.0",
"private": true,
"homepage": "https://google.com",
"dependencies": {
"@tensorflow-models/posenet": "^2.0.0",
"@tensorflow/tfjs": "^1.0.1",
"axios": "^0.20.0",
"compression": "^1.7.3",
"connect-session-sequelize": "^4.1.0",
"dat.gui": "^0.7.5",
"express": "^4.16.3",
"express-session": "^1.15.1",
"fs": "0.0.1-security",
"history": "^4.6.3",
"morgan": "^1.9.1",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-icons": "^4.3.1",
"react-minimal-side-navigation": "^1.9.2",
"react-pro-sidebar": "^0.7.1",
"react-redux": "^5.0.2",
"react-router-dom": "^4.3.1",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.3.0",
"sequelize": "^4.38.0",
"socket.io": "^2.1.1",
"stats.js": "^0.17.0"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0",
"react-scripts": "^3.4.3"
}
}