When i run ‘npm run build’, in my build files i got this comment
/** @license React v16.2.0
* react.production.min.js
*
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
I use next in my project and package.json dependencies of the project looks like:
"dependencies": {
"@reduxjs/toolkit": "^2.2.1",
"axios": "^1.6.7",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.24",
"json-server": "^0.17.4",
"next": "14.1.0",
"next-redux-wrapper": "^8.1.0",
"react": "^18",
"react-datepicker": "^6.6.0",
"react-dom": "^18",
"react-input-mask": "^2.0.4",
"react-intersection-observer": "^9.8.1",
"react-pin-input": "^1.3.1",
"react-redux": "^9.1.0",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"react-tabs": "^6.0.2",
"react-toastify": "^10.0.4",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"sass": "^1.71.1",
"swiper": "^11.0.7"
},
}
New contributor
kytumer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.