|
1 | 1 | {
|
2 | 2 | "name": "react-game-kit",
|
3 |
| - "version": "1.0.6", |
| 3 | + "version": "2.0.0-alpha.1", |
4 | 4 | "description": "Make games with react",
|
5 | 5 | "main": "lib",
|
6 | 6 | "files": [
|
|
9 | 9 | "umd"
|
10 | 10 | ],
|
11 | 11 | "scripts": {
|
12 |
| - "start": "webpack-dev-server --hot --inline --port 3000 --config webpack.config.dev.js --content-base demo/", |
13 |
| - "build": "babel src -d lib --copy-files", |
| 12 | + "start": "webpack-dev-server --config webpack.config.dev.js", |
| 13 | + "build": "babel src -d lib --copy-files --extensions \".ts,.tsx,.js,.jsx\"", |
14 | 14 | "clean": "rimraf dist",
|
15 | 15 | "clean-build": "rimraf lib",
|
16 | 16 | "clean-umd": "rimraf umd",
|
|
19 | 19 | "dist": "npm run clean && webpack && npm run copy-assets && npm run copy-html-css",
|
20 | 20 | "lint": "eslint src demo *.js",
|
21 | 21 | "lint-fix": "eslint src demo *.js --fix",
|
22 |
| - "umd": "webpack --config webpack.config.umd.js", |
23 | 22 | "preversion": "npm run lint",
|
24 |
| - "version": "npm run clean-build && npm run build && npm run clean-umd && npm run umd" |
| 23 | + "version": "npm run clean-build && npm run build" |
25 | 24 | },
|
26 | 25 | "author": "Ken Wheeler",
|
27 | 26 | "license": "MIT",
|
|
30 | 29 | "matter-js": "^0.14.0"
|
31 | 30 | },
|
32 | 31 | "devDependencies": {
|
33 |
| - "babel-cli": "^6.10.1", |
34 |
| - "babel-core": "^6.10.4", |
35 |
| - "babel-eslint": "^8.0.1", |
36 |
| - "babel-loader": "^7.1.2", |
37 |
| - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
38 |
| - "babel-plugin-transform-flow-strip-types": "^6.14.0", |
39 |
| - "babel-preset-es2015": "^6.9.0", |
40 |
| - "babel-preset-react": "^6.11.1", |
41 |
| - "babel-preset-stage-0": "^6.5.0", |
42 |
| - "css-loader": "^0.28.7", |
43 |
| - "eslint": "^4.8.0", |
44 |
| - "eslint-config-formidable": "^3.0.0", |
45 |
| - "eslint-plugin-filenames": "^1.1.0", |
46 |
| - "eslint-plugin-import": "^2.7.0", |
47 |
| - "eslint-plugin-jsx-a11y": "^6.0.2", |
48 |
| - "eslint-plugin-react": "^7.4.0", |
49 |
| - "json-loader": "^0.5.4", |
| 32 | + "@babel/cli": "^7.19.3", |
| 33 | + "@babel/core": "^7.19.6", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 35 | + "@babel/plugin-proposal-decorators": "^7.20.0", |
| 36 | + "@babel/plugin-transform-flow-strip-types": "^7.19.0", |
| 37 | + "@babel/preset-env": "^7.19.4", |
| 38 | + "@babel/preset-react": "^7.18.6", |
| 39 | + "@babel/preset-typescript": "^7.18.6", |
| 40 | + "babel-eslint": "^10.1.0", |
| 41 | + "babel-loader": "^9.0.1", |
| 42 | + "babel-plugin-transform-decorators-legacy": "^1.3.5", |
| 43 | + "babel-plugin-transform-flow-strip-types": "^6.22.0", |
| 44 | + "css-loader": "^6.7.1", |
| 45 | + "csstype": "^3.1.1", |
| 46 | + "eslint": "^8.26.0", |
| 47 | + "eslint-config-formidable": "^4.0.0", |
| 48 | + "eslint-plugin-filenames": "^1.3.2", |
| 49 | + "eslint-plugin-import": "^2.26.0", |
| 50 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
| 51 | + "eslint-plugin-react": "^7.31.10", |
| 52 | + "json-loader": "^0.5.7", |
50 | 53 | "mobx": "^3.3.0",
|
51 | 54 | "mobx-react": "^4.3.3",
|
52 | 55 | "postcss-loader": "^2.0.6",
|
53 | 56 | "prop-types": "^15.5.10",
|
54 |
| - "raw-loader": "^0.5.1", |
55 |
| - "react": "16.0.0", |
56 |
| - "react-dom": "16.0.0", |
57 |
| - "react-hot-loader": "^3.1.3", |
| 57 | + "raw-loader": "^4.0.2", |
| 58 | + "react": "18.2.0", |
| 59 | + "react-dom": "18.2.0", |
| 60 | + "react-hot-loader": "^4.13.0", |
58 | 61 | "react-native": "0.50.4",
|
59 | 62 | "rimraf": "^2.5.4",
|
60 | 63 | "style-loader": "^0.19.0",
|
61 |
| - "webpack": "^3.6.0", |
62 |
| - "webpack-dev-server": "^2.9.1" |
| 64 | + "webpack": "^5.74.0", |
| 65 | + "webpack-cli": "^4.10.0", |
| 66 | + "webpack-dev-server": "^4.11.1" |
63 | 67 | },
|
64 | 68 | "sideEffects": false
|
65 | 69 | }
|
0 commit comments