mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
130 lines
3.4 KiB
JSON
130 lines
3.4 KiB
JSON
{
|
|
"name": "planka-client",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "react-app-rewired build",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint --ext js,jsx src config-overrides.js",
|
|
"start": "react-app-rewired start",
|
|
"test": "react-app-rewired test",
|
|
"test:acceptance": "cucumber-js --require tests/acceptance/cucumber.conf.js --require tests/acceptance/stepDefinitions/**/*.js --format @cucumber/pretty-formatter"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"parser": "@babel/eslint-parser",
|
|
"parserOptions": {
|
|
"babelOptions": {
|
|
"presets": [
|
|
"airbnb"
|
|
]
|
|
},
|
|
"requireConfigFile": false
|
|
},
|
|
"extends": [
|
|
"airbnb",
|
|
"airbnb/hooks",
|
|
"../package.json"
|
|
],
|
|
"rules": {
|
|
"no-unused-vars": "warn",
|
|
"import/no-extraneous-dependencies": [
|
|
"error",
|
|
{
|
|
"devDependencies": [
|
|
"src/setupTests.js",
|
|
"**/*.test.js"
|
|
]
|
|
}
|
|
],
|
|
"prettier/prettier": [
|
|
"error",
|
|
{
|
|
"endOfLine": "auto"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^2.30.0",
|
|
"dequal": "^2.0.3",
|
|
"easymde": "^2.18.0",
|
|
"history": "^5.3.0",
|
|
"i18next": "23.15.2",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"initials": "^3.1.2",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"linkify-react": "^4.1.4",
|
|
"linkifyjs": "^4.1.4",
|
|
"lodash": "^4.17.21",
|
|
"nanoid": "^5.0.9",
|
|
"node-sass": "^9.0.0",
|
|
"photoswipe": "^5.4.4",
|
|
"prop-types": "^15.8.1",
|
|
"react": "18.2.0",
|
|
"react-app-rewired": "^2.2.1",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-datepicker": "^4.25.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.3.5",
|
|
"react-i18next": "^15.1.1",
|
|
"react-input-mask": "^2.0.4",
|
|
"react-markdown": "^8.0.7",
|
|
"react-photoswipe-gallery": "^2.2.7",
|
|
"react-redux": "^8.1.3",
|
|
"react-router-dom": "^6.28.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-simplemde-editor": "^5.2.0",
|
|
"react-textarea-autosize": "^8.5.5",
|
|
"redux": "^4.2.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-orm": "^0.16.2",
|
|
"redux-saga": "^1.3.0",
|
|
"remark-breaks": "^4.0.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"reselect": "^4.1.8",
|
|
"sails.io.js": "^1.2.1",
|
|
"semantic-ui-react": "^2.1.5",
|
|
"socket.io-client": "^2.5.0",
|
|
"validator": "^13.12.0",
|
|
"whatwg-fetch": "^3.6.20",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@cucumber/cucumber": "^7.3.2",
|
|
"@cucumber/pretty-formatter": "^1.0.1",
|
|
"@playwright/test": "^1.49.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^15.0.7",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"axios": "^1.8.2",
|
|
"babel-preset-airbnb": "^5.0.0",
|
|
"chai": "^4.5.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"playwright": "^1.49.0",
|
|
"react-test-renderer": "18.2.0"
|
|
}
|
|
}
|