new update
This commit is contained in:
parent
95e4855004
commit
a91aa0af9c
16
package.json
16
package.json
@ -12,17 +12,26 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
"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": {
|
"scripts": {
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"build:n17": "react-scripts --openssl-legacy-provider build",
|
"build:n17": "react-scripts --openssl-legacy-provider build",
|
||||||
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
|
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "eslint \"src/**/*.js\"",
|
"lint": "eslint \"src/**/*.js\"",
|
||||||
"start": "react-scripts start",
|
"start": "serve -s build",
|
||||||
"start:n17": "react-scripts --openssl-legacy-provider start",
|
"start:n17": "react-scripts --openssl-legacy-provider start",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"test:cov": "npm test -- --coverage --watchAll=false",
|
"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": {
|
"config": {
|
||||||
"coreui_library_short_version": "4.1"
|
"coreui_library_short_version": "4.1"
|
||||||
@ -47,6 +56,7 @@
|
|||||||
"react-redux": "^7.2.6",
|
"react-redux": "^7.2.6",
|
||||||
"react-router-dom": "^5.3.0",
|
"react-router-dom": "^5.3.0",
|
||||||
"redux": "4.1.2",
|
"redux": "4.1.2",
|
||||||
|
"serve": "^13.0.2",
|
||||||
"simplebar-react": "^2.3.6"
|
"simplebar-react": "^2.3.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -60,6 +70,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.x",
|
"node": "16.x",
|
||||||
"npm": ">=6"
|
"npm": "6.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user