mirror of
https://github.com/gosticks/web.git
synced 2026-08-17 06:20:19 +00:00
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 10.11.0 to 10.11.2. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v10.11.0...v10.11.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
91 lines
3.1 KiB
JSON
91 lines
3.1 KiB
JSON
{
|
|
"name": "pi-hole_web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"devDependencies": {
|
|
"@types/chart.js": "^2.7.54",
|
|
"@types/enzyme": "^3.9.4",
|
|
"@types/enzyme-adapter-react-16": "^1.0.5",
|
|
"@types/fetch-mock": "^7.3.1",
|
|
"@types/jest": "^24.0.15",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/lodash.isequal": "^4.5.5",
|
|
"@types/node": "^12.0.10",
|
|
"@types/react": "^16.8.22",
|
|
"@types/react-bootstrap-daterangepicker": "0.0.26",
|
|
"@types/react-bootstrap-typeahead": "^3.4.5",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/react-router-dom": "^4.3.4",
|
|
"@types/react-table": "^6.8.4",
|
|
"@types/reactstrap": "^8.0.1",
|
|
"@types/sha.js": "^2.4.0",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"faker": "^4.1.0",
|
|
"fetch-mock": "^7.3.3",
|
|
"fs-extra": "^8.0.1",
|
|
"jest-enzyme": "^7.0.2",
|
|
"jest-localstorage-mock": "^2.4.0",
|
|
"multi-progress": "^2.0.0",
|
|
"node-fetch": "^2.6.0",
|
|
"node-sass-chokidar": "^1.3.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^1.18.2",
|
|
"react-scripts": "^3.0.1",
|
|
"react-test-renderer": "^16.8.6",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"dependencies": {
|
|
"@coreui/coreui": "^2.1.12",
|
|
"@coreui/icons": "0.3.0",
|
|
"@coreui/react": "^2.5.1",
|
|
"@fortawesome/fontawesome-free": "^5.9.0",
|
|
"bootstrap": "^4.3.1",
|
|
"bootstrap-daterangepicker": "^3.0.5",
|
|
"chart.js": "^2.8.0",
|
|
"i18next": "^17.0.4",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"i18next-xhr-backend": "^3.0.0",
|
|
"ionicons": "^4.5.8",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.isequal": "^4.5.0",
|
|
"moment": "^2.24.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-bootstrap-daterangepicker": "^4.1.0",
|
|
"react-bootstrap-typeahead": "^3.4.5",
|
|
"react-chartjs-2": "^2.7.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-i18next": "^10.11.2",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-table": "^6.10.0",
|
|
"reactstrap": "^8.0.0",
|
|
"sha.js": "^2.4.11",
|
|
"simple-line-icons": "^2.4.1"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run build-css && npm-run-all -p watch-css start-js",
|
|
"start-js": "npm run generate-language-list && react-scripts start",
|
|
"start-fake": "npm run make-fake-data && REACT_APP_FAKE_API=1 npm run start",
|
|
"build": "npm-run-all build-css build-js",
|
|
"build-fake": "npm run make-fake-data && REACT_APP_FAKE_API=1 npm run build",
|
|
"build-js": "npm run generate-language-list && react-scripts build",
|
|
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",
|
|
"watch-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive",
|
|
"generate-language-list": "node scripts/generate-language-list.js",
|
|
"make-fake-data": "node scripts/make-fake-data.js",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"coverage": "react-scripts test --env=jsdom --coverage",
|
|
"eject": "react-scripts eject",
|
|
"format": "prettier --write \"src/**/*.tsx\"",
|
|
"check-format": "prettier --list-different \"src/**/*.tsx\""
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|