new update

This commit is contained in:
sanaya 2022-02-02 15:36:49 +05:30
parent 95e4855004
commit a91aa0af9c

View File

@ -12,17 +12,26 @@
},
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"scripts": {
"build": "react-scripts build",
"build:n17": "react-scripts --openssl-legacy-provider build",
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.js\"",
"start": "react-scripts start",
"start": "serve -s build",
"start:n17": "react-scripts --openssl-legacy-provider start",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand"
"test:debug": "react-scripts --inspect-brk test --runInBand",
"heroku-postbuild": "npm run build"
},
"config": {
"coreui_library_short_version": "4.1"
@ -47,6 +56,7 @@
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"redux": "4.1.2",
"serve": "^13.0.2",
"simplebar-react": "^2.3.6"
},
"devDependencies": {
@ -60,6 +70,6 @@
},
"engines": {
"node": "16.x",
"npm": ">=6"
"npm": "6.x"
}
}