|
1 | 1 | {
|
2 | 2 | "name": "babylonjs-site",
|
3 |
| - "version": "0.1.0", |
4 | 3 | "homepage": "https://brianzinn.github.io/create-react-app-typescript-babylonjs",
|
| 4 | + "version": "0.1.0", |
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 |
| - "babylonjs": "3.3.0-beta.1", |
8 |
| - "babylonjs-gui": "3.3.0-beta.1", |
9 |
| - "bootstrap": "^4.1.3", |
| 7 | + "@babylonjs/core": "^4.0.3", |
| 8 | + "@babylonjs/gui": "^4.0.3", |
| 9 | + "@babylonjs/loaders": "^4.0.3", |
10 | 10 | "cannon": "^0.6.2",
|
11 |
| - "gh-pages": "^1.0.0", |
12 |
| - "react": "^15.6.1", |
13 |
| - "react-babylonjs": "^0.1.3", |
14 |
| - "react-dom": "^15.6.1", |
15 |
| - "react-hot-loader": "^1.3.1", |
16 |
| - "react-redux": "^5.0.7", |
17 |
| - "react-router-dom": "^4.2.2", |
18 |
| - "react-router-redux": "5.0.0-alpha.9", |
19 |
| - "react-scripts-ts": "^2.17.0", |
20 |
| - "reactstrap": "^6.3.1", |
21 |
| - "redux": "^3.7.2", |
22 |
| - "redux-saga": "^0.15.6", |
23 |
| - "todomvc-app-css": "^2.1.0", |
24 |
| - "typescript": "2.9.2" |
| 11 | + "react": "^16.9.0", |
| 12 | + "react-babylonjs": "^2.0.1", |
| 13 | + "react-dom": "^16.9.0", |
| 14 | + "react-reconciler": "^0.22.2", |
| 15 | + "react-scripts": "3.1.1", |
| 16 | + "typescript": "3.6.3" |
| 17 | + }, |
| 18 | + "devDependencies": { |
| 19 | + "@types/cannon": "^0.1.4", |
| 20 | + "@types/jest": "24.0.18", |
| 21 | + "@types/node": "12.7.5", |
| 22 | + "@types/react": "16.9.2", |
| 23 | + "@types/react-dom": "16.9.0", |
| 24 | + "gh-pages": "^2.1.1" |
25 | 25 | },
|
26 | 26 | "scripts": {
|
27 |
| - "predeploy": "npm run build", |
28 |
| - "deploy": "gh-pages -d build", |
29 |
| - "start": "react-scripts-ts start", |
30 |
| - "build": "react-scripts-ts build", |
31 |
| - "test": "react-scripts-ts test --env=jsdom", |
32 |
| - "eject": "react-scripts-ts eject" |
| 27 | + "start": "react-scripts start", |
| 28 | + "build": "react-scripts build", |
| 29 | + "test": "react-scripts test", |
| 30 | + "eject": "react-scripts eject", |
| 31 | + "predeploy": "yarn build", |
| 32 | + "deploy": "gh-pages -d build" |
33 | 33 | },
|
34 |
| - "devDependencies": { |
35 |
| - "@types/cannon": "^0.1.0", |
36 |
| - "@types/classnames": "^2.2.3", |
37 |
| - "@types/jest": "^21.1.0", |
38 |
| - "@types/node": "^8.0.30", |
39 |
| - "@types/react": "^16.0.5", |
40 |
| - "@types/react-dom": "^15.5.4", |
41 |
| - "@types/react-hot-loader": "^3.0.4", |
42 |
| - "@types/react-redux": "^6.0.6", |
43 |
| - "@types/react-router-dom": "^4.3.0", |
44 |
| - "@types/react-router-redux": "^5.0.15", |
45 |
| - "@types/reactstrap": "^6.0.2" |
| 34 | + "eslintConfig": { |
| 35 | + "extends": "react-app" |
| 36 | + }, |
| 37 | + "browserslist": { |
| 38 | + "production": [ |
| 39 | + ">0.2%", |
| 40 | + "not dead", |
| 41 | + "not op_mini all" |
| 42 | + ], |
| 43 | + "development": [ |
| 44 | + "last 1 chrome version", |
| 45 | + "last 1 firefox version", |
| 46 | + "last 1 safari version" |
| 47 | + ] |
46 | 48 | }
|
47 | 49 | }
|
0 commit comments