|
4 | 4 | "description": "React Leaderboard backed by ShareDB",
|
5 | 5 | "main": "server.js",
|
6 | 6 | "scripts": {
|
7 |
| - "build": "browserify -t [ babelify --presets [ react ] ] client/index.jsx -o static/dist/bundle.js", |
| 7 | + "build": "browserify -t [ babelify --presets [ @babel/react ] ] client/index.jsx -o static/dist/bundle.js", |
8 | 8 | "test": "echo \"Error: no test specified\" && exit 1",
|
9 | 9 | "start": "node server/index.js"
|
10 | 10 | },
|
|
16 | 16 | "license": "MIT",
|
17 | 17 | "dependencies": {
|
18 | 18 | "@teamwork/websocket-json-stream": "^2.0.0",
|
19 |
| - "classnames": "^2.2.5", |
20 |
| - "express": "^4.17.1", |
21 |
| - "prop-types": "^15.7.2", |
22 |
| - "react": "^16.11.0", |
23 |
| - "react-dom": "^16.11.0", |
24 |
| - "reconnecting-websocket": "^4.2.0", |
25 |
| - "sharedb": "^1.0.0-beta", |
26 |
| - "sharedb-mingo-memory": "^1.0.0-beta", |
27 |
| - "underscore": "^1.8.3", |
28 |
| - "ws": "^7.2.0" |
| 19 | + "classnames": "^2.3.2", |
| 20 | + "express": "^4.18.2", |
| 21 | + "prop-types": "^15.8.1", |
| 22 | + "react": "^18.2.0", |
| 23 | + "react-dom": "^18.2.0", |
| 24 | + "reconnecting-websocket": "^4.4.0", |
| 25 | + "sharedb": "^3.3.0", |
| 26 | + "sharedb-mingo-memory": "^2.1.2", |
| 27 | + "underscore": "^1.13.6", |
| 28 | + "ws": "^8.12.1" |
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "babel-preset-react": "^6.5.0", |
32 |
| - "babelify": "^7.3.0", |
33 |
| - "browserify": "^16.5.0" |
| 31 | + "@babel/preset-react": "^7.18.6", |
| 32 | + "babelify": "^10.0.0", |
| 33 | + "browserify": "^17.0.0" |
34 | 34 | }
|
35 | 35 | }
|
0 commit comments