|
1 | 1 | { |
2 | | - "name": "reactscratch", |
3 | | - "version": "1.0.0", |
| 2 | + "name": "react-boilerplate", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "Awesome React Starter Kit that can scale for an enterprise application with the very easy maintainable codebase.", |
5 | 5 | "main": "index.jsx", |
6 | 6 | "scripts": { |
|
43 | 43 | "build-dev-analyze": { |
44 | 44 | "command": "webpack -w --progress --config ./webpack/client/webpack.dev.config.js", |
45 | 45 | "env": { |
46 | | - "NODE_ENV": "development", |
| 46 | + "NODE_ENV": "production", |
47 | 47 | "PORT": 3000, |
48 | 48 | "analyze": true |
49 | 49 | } |
|
81 | 81 | "author": "Anand (@aanandgupta193) & Shubham (@shubhamsWEB)", |
82 | 82 | "license": "ISC", |
83 | 83 | "dependencies": { |
84 | | - "@babel/core": "^7.13.14", |
85 | | - "@babel/node": "^7.13.13", |
86 | | - "@storybook/react": "^6.5.10", |
87 | | - "axios": "^0.27.2", |
88 | | - "eslint-plugin-prettier": "^3.4.0", |
| 84 | + "@babel/core": "^7.21.4", |
| 85 | + "@babel/node": "^7.20.7", |
| 86 | + "@storybook/react": "^7.0.6", |
| 87 | + "axios": "^1.3.6", |
89 | 88 | "prop-types": "^15.7.2", |
90 | 89 | "react": "^18.2.0", |
91 | 90 | "react-dom": "^18.2.0", |
92 | | - "react-redux": "^7.2.4", |
93 | | - "react-router-dom": "^5.2.0", |
| 91 | + "react-redux": "^8.0.5", |
| 92 | + "react-router-dom": "^6.10.0", |
94 | 93 | "redux": "^4.0.5", |
95 | 94 | "redux-devtools-extension": "^2.13.9", |
96 | 95 | "redux-saga": "^1.1.3" |
|
100 | 99 | "@babel/preset-env": "^7.10.3", |
101 | 100 | "@babel/preset-react": "^7.10.1", |
102 | 101 | "@testing-library/jest-dom": "^5.11.1", |
103 | | - "@testing-library/react": "^10.4.7", |
104 | | - "autoprefixer": "^9.0.0", |
| 102 | + "@testing-library/react": "^14.0.0", |
| 103 | + "autoprefixer": "^10.4.14", |
105 | 104 | "babel-eslint": "^10.1.0", |
106 | | - "babel-jest": "^26.1.0", |
107 | | - "babel-loader": "^8.1.0", |
| 105 | + "babel-jest": "^29.5.0", |
| 106 | + "babel-loader": "^9.1.2", |
108 | 107 | "better-npm-run": "^0.1.1", |
109 | | - "clean-webpack-plugin": "^3.0.0", |
110 | | - "compression-webpack-plugin": "^4.0.0", |
111 | | - "copy-webpack-plugin": "^6.0.3", |
112 | | - "eslint": "^7.3.1", |
113 | | - "eslint-config-airbnb": "^18.2.0", |
| 108 | + "clean-webpack-plugin": "^4.0.0", |
| 109 | + "compression-webpack-plugin": "^10.0.0", |
| 110 | + "copy-webpack-plugin": "^11.0.0", |
| 111 | + "css-loader": "^6.7.3", |
| 112 | + "css-minimizer-webpack-plugin": "^5.0.0", |
| 113 | + "eslint": "^8.39.0", |
| 114 | + "eslint-config-airbnb": "^19.0.4", |
114 | 115 | "eslint-plugin-import": "^2.22.0", |
115 | 116 | "eslint-plugin-jsx-a11y": "^6.3.1", |
116 | | - "eslint-plugin-prettier": "^3.4.0", |
| 117 | + "eslint-plugin-prettier": "^4.2.1", |
117 | 118 | "eslint-plugin-react": "^7.20.1", |
118 | 119 | "eslint-plugin-react-hooks": "^4.0.4", |
119 | 120 | "extract-css-chunks-webpack-plugin": "^4.7.5", |
120 | 121 | "file-loader": "^6.0.0", |
121 | | - "html-webpack-plugin": "^4.3.0", |
122 | | - "husky": "^4.2.5", |
| 122 | + "html-webpack-plugin": "^5.5.1", |
| 123 | + "husky": "^8.0.3", |
123 | 124 | "identity-obj-proxy": "^3.0.0", |
124 | 125 | "ignore-styles": "^5.0.1", |
125 | | - "jest": "^26.1.0", |
126 | | - "lint-staged": "^10.2.11", |
| 126 | + "jest": "^29.5.0", |
| 127 | + "jest-environment-jsdom": "^29.5.0", |
| 128 | + "lint-staged": "^13.2.1", |
| 129 | + "mini-css-extract-plugin": "^2.7.5", |
127 | 130 | "nodemon": "^2.0.4", |
128 | | - "optimize-css-assets-webpack-plugin": "^6.0.1", |
129 | | - "postcss-loader": "^3.0.0", |
| 131 | + "postcss": "^8.4.23", |
| 132 | + "postcss-loader": "^7.2.4", |
130 | 133 | "prettier": "^2.0.5", |
131 | 134 | "react-test-renderer": "^18.2.0", |
132 | | - "sass": "^1.26.10", |
133 | | - "sass-loader": "^9.0.2", |
134 | | - "stylelint": "^13.6.1", |
135 | | - "stylelint-webpack-plugin": "^2.1.0", |
136 | | - "webpack": "^4.43.0", |
| 135 | + "sass": "^1.62.0", |
| 136 | + "sass-loader": "^13.2.2", |
| 137 | + "style-loader": "^3.3.2", |
| 138 | + "stylelint": "^15.6.0", |
| 139 | + "stylelint-webpack-plugin": "^4.1.1", |
| 140 | + "webpack": "^5.80.0", |
137 | 141 | "webpack-bundle-analyzer": "^4.6.1", |
138 | | - "webpack-cli": "^4.10.0", |
| 142 | + "webpack-cli": "^5.0.2", |
139 | 143 | "webpack-dev-server": "^4.11.0", |
140 | | - "webpack-manifest-plugin": "^2.2.0", |
| 144 | + "webpack-manifest-plugin": "^5.0.0", |
141 | 145 | "webpack-merge": "^5.0.9", |
142 | | - "webpack-node-externals": "^2.5.0", |
143 | | - "workbox-precaching": "^5.1.3", |
| 146 | + "webpack-node-externals": "^3.0.0", |
| 147 | + "workbox-precaching": "^6.5.4", |
144 | 148 | "workbox-webpack-plugin": "^6.5.4" |
145 | 149 | }, |
146 | 150 | "lint-staged": { |
|
0 commit comments