Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
williamli-15 committed Sep 9, 2024
1 parent 9a65fea commit 27f398c
Show file tree
Hide file tree
Showing 17 changed files with 181,409 additions and 7,381 deletions.
329 changes: 52 additions & 277 deletions README.md

Large diffs are not rendered by default.

10,550 changes: 4,292 additions & 6,258 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"license": "Apache-2.0",
"dependencies": {
"@khmyznikov/pwa-install": "^0.3.9",
"@tensorflow/tfjs": "^1.2.7",
"@tensorflow/tfjs": "^4.20.0",
"@turf/helpers": "^7.0.0",
"@turf/point-to-line-distance": "^7.0.0",
"bootstrap": "^4.3.1",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand All @@ -22,7 +24,7 @@
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start --host 10.0.0.110",
"start-dev": "concurrently --kill-others-on-fail \"node server.js\" \"yarn start\"",
"build": "PUBLIC_URL=/ NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "react-scripts test",
Expand Down
Loading

0 comments on commit 27f398c

Please sign in to comment.