|
| 1 | +{ |
| 2 | + "name": "my-app", |
| 3 | + "version": "0.0.1", |
| 4 | + "license": "MIT", |
| 5 | + "scripts": { |
| 6 | + "start": "webpack serve --config webpack.dev.config.ts", |
| 7 | + "build": "webpack --config webpack.prod.config.ts" |
| 8 | + }, |
| 9 | + "dependencies": { |
| 10 | + "react": "^17.0.1", |
| 11 | + "react-dom": "^17.0.1" |
| 12 | + }, |
| 13 | + "devDependencies": { |
| 14 | + "@babel/core": "^7.12.10", |
| 15 | + "@babel/plugin-transform-runtime": "^7.12.10", |
| 16 | + "@babel/preset-env": "^7.12.11", |
| 17 | + "@babel/preset-react": "^7.12.10", |
| 18 | + "@babel/preset-typescript": "^7.12.7", |
| 19 | + "@babel/runtime": "^7.12.5", |
| 20 | + "@types/fork-ts-checker-webpack-plugin": "^0.4.5", |
| 21 | + "@types/react": "^17.0.0", |
| 22 | + "@types/react-dom": "^17.0.0", |
| 23 | + "@types/webpack": "^5.28.0", |
| 24 | + "@types/webpack-dev-server": "^3.11.1", |
| 25 | + "@typescript-eslint/eslint-plugin": "^4.11.1", |
| 26 | + "@typescript-eslint/parser": "^4.11.1", |
| 27 | + "babel-loader": "^8.2.2", |
| 28 | + "clean-webpack-plugin": "^4.0.0-alpha.0", |
| 29 | + "eslint": "^7.17.0", |
| 30 | + "eslint-plugin-react": "^7.22.0", |
| 31 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 32 | + "eslint-webpack-plugin": "^2.4.1", |
| 33 | + "fork-ts-checker-webpack-plugin": "^6.0.8", |
| 34 | + "html-webpack-plugin": "^5.3.1", |
| 35 | + "ts-node": "^10.0.0", |
| 36 | + "typescript": "^4.1.3", |
| 37 | + "webpack": "^5.11.1", |
| 38 | + "webpack-cli": "^4.3.1", |
| 39 | + "webpack-dev-server": "^3.11.1" |
| 40 | + } |
| 41 | +} |
0 commit comments