admin/package.json
Łukasz Holeczek 0de0637c4d chore: update dependencies and devDependencies
@coreui/icons                       ^2.0.0-rc.0  →   ^2.0.1
 @coreui/icons-react                      ^1.0.2  →   ^1.1.0
 @coreui/react-chartjs                    ^1.0.1  →   ^1.1.0
 @wojtekmaj/enzyme-adapter-react-17       ^0.3.2  →   ^0.6.1
 classnames                               ^2.2.6  →   ^2.3.1
 core-js                                  ^3.8.1  →  ^3.10.1
 node-sass                               ^4.14.1  →   ^5.0.0
 react                                   ^17.0.1  →  ^17.0.2
 react-dom                               ^17.0.1  →  ^17.0.2
 react-redux                              ^7.2.2  →   ^7.2.3
 gatsby-plugin-sitemap                    ^3.2.0  →   ^3.3.0
 react-scripts                            ^4.0.1  →   ^4.0.3
2021-04-14 12:00:10 +02:00

87 lines
2.3 KiB
JSON

{
"name": "@coreui/coreui-free-react-admin-template",
"version": "4.0.0-alpha.0",
"description": "CoreUI React Open Source Bootstrap 5 Admin Template",
"author": {
"name": "CoreUI",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "CoreUI Team",
"url": "https://github.com/orgs/coreui/people"
}
],
"homepage": ".",
"copyright": "Copyright 2017-2021 creativeLabs Łukasz Holeczek",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:coreui/coreui-free-react-admin-template.git"
},
"dependencies": {
"@coreui/chartjs": "^2.0.0",
"@coreui/coreui": "next",
"@coreui/icons": "^2.0.1",
"@coreui/icons-react": "^1.1.0",
"@coreui/react": "next",
"@coreui/react-chartjs": "^1.1.0",
"@coreui/utils": "^1.3.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"classnames": "^2.3.1",
"core-js": "^3.10.1",
"enzyme": "^3.11.0",
"node-sass": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"redux": "4.0.5"
},
"devDependencies": {
"auto-changelog": "~2.2.1",
"eslint-plugin-prettier": "^3.3.1",
"gatsby-plugin-sitemap": "^3.3.0",
"prettier": "2.2.1",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject",
"changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
},
"engines": {
"node": ">=10",
"npm": ">=6"
}
}