minh android 3 months ago
parent 7d0967a370
commit e2ecabf447
  1. 11
      package.json

@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/cli": "^7.27.0",
"@babel/core": "^7.26.10",
"@babel/node": "^7.26.0",
"@babel/preset-env": "^7.26.9",
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/node": "7.16.0",
"@babel/preset-env": "7.16.0",
"@material-ui/core": "3.9.2",
"@material-ui/icons": "3.0.2",
"@testing-library/jest-dom": "^5.11.4",
@ -55,6 +55,9 @@
"web-vitals": "^1.0.1",
"xlsx": "^0.18.5"
},
"resolutions": {
"@babel/core": "7.16.0"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",

Loading…
Cancel
Save