|
1 | 1 | {
|
2 |
| - "name": "babylonjs-site", |
| 2 | + "name": "create-react-app-typescript-babylonjs", |
3 | 3 | "homepage": "https://brianzinn.github.io/create-react-app-typescript-babylonjs",
|
4 | 4 | "version": "0.1.0",
|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 |
| - "@babylonjs/core": "^4.1.0", |
8 |
| - "@babylonjs/gui": "^4.1.0", |
9 |
| - "@babylonjs/loaders": "^4.1.0", |
| 7 | + "@babylonjs/core": "^4.2.0-beta.20", |
| 8 | + "@babylonjs/gui": "^4.2.0-beta.20", |
| 9 | + "@babylonjs/loaders": "^4.2.0-beta.20", |
| 10 | + "@testing-library/jest-dom": "^5.11.4", |
| 11 | + "@testing-library/react": "^11.1.0", |
| 12 | + "@testing-library/user-event": "^12.1.10", |
10 | 13 | "cannon": "^0.6.2",
|
11 |
| - "react": "^16.13.1", |
12 |
| - "react-babylonjs": "2.0.6", |
13 |
| - "react-dom": "^16.13.1", |
14 |
| - "react-reconciler": "^0.25.1", |
15 |
| - "react-scripts": "3.1.2", |
16 |
| - "typescript": "3.6.3" |
| 14 | + "react": "^17.0.1", |
| 15 | + "react-babylonjs": "^2.2.14", |
| 16 | + "react-dom": "^17.0.1", |
| 17 | + "react-scripts": "4.0.0", |
| 18 | + "typescript": "^4.0.3", |
| 19 | + "web-vitals": "^0.2.4" |
17 | 20 | },
|
18 | 21 | "devDependencies": {
|
19 |
| - "@types/cannon": "^0.1.4", |
20 |
| - "@types/jest": "24.0.18", |
21 |
| - "@types/node": "12.7.5", |
22 |
| - "@types/react": "^16.9.25", |
23 |
| - "@types/react-dom": "^16.9.5", |
24 |
| - "gh-pages": "^2.1.1" |
| 22 | + "@types/cannon": "^0.1.5", |
| 23 | + "@types/jest": "^26.0.15", |
| 24 | + "@types/node": "^12.0.0", |
| 25 | + "@types/react": "^16.9.53", |
| 26 | + "@types/react-dom": "^16.9.8", |
| 27 | + "gh-pages": "^3.1.0" |
25 | 28 | },
|
26 | 29 | "scripts": {
|
27 | 30 | "start": "react-scripts start",
|
|
32 | 35 | "deploy": "gh-pages -d build"
|
33 | 36 | },
|
34 | 37 | "eslintConfig": {
|
35 |
| - "extends": "react-app" |
| 38 | + "extends": [ |
| 39 | + "react-app", |
| 40 | + "react-app/jest" |
| 41 | + ] |
36 | 42 | },
|
37 | 43 | "browserslist": {
|
38 | 44 | "production": [
|
|
0 commit comments