| 1 | { |
| 2 | "private": true, |
| 3 | "name": "react-devtools-cdt-mcp-fixture", |
| 4 | "version": "0.0.0", |
| 5 | "scripts": { |
| 6 | "start": "cross-env NODE_ENV=development webpack serve --config webpack.config.js" |
| 7 | }, |
| 8 | "devDependencies": { |
| 9 | "@babel/core": "^7.11.1", |
| 10 | "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 11 | "@babel/plugin-transform-flow-strip-types": "^7.10.4", |
| 12 | "@babel/plugin-transform-react-jsx-source": "^7.10.5", |
| 13 | "@babel/preset-env": "^7.11.0", |
| 14 | "@babel/preset-flow": "^7.10.4", |
| 15 | "@babel/preset-react": "^7.10.4", |
| 16 | "babel-loader": "^8.0.4", |
| 17 | "cross-env": "^7.0.3", |
| 18 | "process": "^0.11.10", |
| 19 | "webpack": "^5.82.1", |
| 20 | "webpack-cli": "^5.1.1", |
| 21 | "webpack-dev-server": "^4.15.0" |
| 22 | } |
| 23 | } |