mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
185 lines
5 KiB
JSON
Executable file
185 lines
5 KiB
JSON
Executable file
{
|
|
"name": "planka-client",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"postinstall": "patch-package",
|
|
"lint": "eslint --ext js,jsx src --report-unused-disable-directives",
|
|
"start": "vite",
|
|
"test": "jest",
|
|
"test:acceptance": "cucumber-js --import tests/acceptance/cucumber.conf.js --import tests/acceptance/steps/**/*.js --format @cucumber/pretty-formatter tests"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"parser": "@babel/eslint-parser",
|
|
"parserOptions": {
|
|
"babelOptions": {
|
|
"presets": [
|
|
"airbnb"
|
|
]
|
|
},
|
|
"requireConfigFile": false
|
|
},
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"extends": [
|
|
"airbnb",
|
|
"airbnb/hooks",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"rules": {
|
|
"import/no-unresolved": [
|
|
"error",
|
|
{
|
|
"ignore": [
|
|
"\\.svg\\?react$"
|
|
]
|
|
}
|
|
],
|
|
"prettier/prettier": [
|
|
"error",
|
|
{
|
|
"endOfLine": "auto",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|
|
]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"tests/acceptance/**/*.js"
|
|
],
|
|
"rules": {
|
|
"import/extensions": "off"
|
|
},
|
|
"globals": {
|
|
"browser": "readonly",
|
|
"context": "readonly",
|
|
"page": "readonly"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.(js|jsx)$": "babel-jest"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@ballerina/highlightjs-ballerina": "^1.0.1",
|
|
"@diplodoc/cut-extension": "^0.7.4",
|
|
"@diplodoc/transform": "^4.57.7",
|
|
"@gravity-ui/components": "^4.4.0",
|
|
"@gravity-ui/markdown-editor": "^15.13.2",
|
|
"@gravity-ui/uikit": "^7.13.0",
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"@vitejs/plugin-react": "^4.5.1",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^2.30.0",
|
|
"dequal": "^2.0.3",
|
|
"highlight.js": "^11.11.1",
|
|
"highlightjs-4d": "^1.0.6",
|
|
"highlightjs-alan": "^0.0.2",
|
|
"highlightjs-apex": "^1.5.0",
|
|
"highlightjs-blade": "^0.1.0",
|
|
"highlightjs-cobol": "^0.3.3",
|
|
"highlightjs-cshtml-razor": "^2.1.1",
|
|
"highlightjs-gf": "^1.0.1",
|
|
"highlightjs-jolie": "^0.1.8",
|
|
"highlightjs-lean": "^1.2.0",
|
|
"highlightjs-lookml": "^1.0.2",
|
|
"highlightjs-macaulay2": "^0.2.5",
|
|
"highlightjs-mlir": "^0.0.1",
|
|
"highlightjs-qsharp": "^1.0.2",
|
|
"highlightjs-redbol": "^2.1.2",
|
|
"highlightjs-rpm-specfile": "^1.0.0",
|
|
"highlightjs-sap-abap": "^0.3.0",
|
|
"highlightjs-solidity": "^2.0.6",
|
|
"highlightjs-supercollider": "^1.0.0",
|
|
"highlightjs-svelte": "^1.0.6",
|
|
"highlightjs-xsharp": "^1.0.0",
|
|
"highlightjs-zenscript": "^2.0.0",
|
|
"hightlightjs-papyrus": "^0.0.4",
|
|
"history": "^5.3.0",
|
|
"i18next": "^25.2.1",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"initials": "^3.1.2",
|
|
"javascript-time-ago": "^2.5.11",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"linkify-react": "^4.3.1",
|
|
"linkifyjs": "^4.3.1",
|
|
"lodash": "^4.17.21",
|
|
"lowlight": "^3.3.0",
|
|
"markdown-it": "^13.0.2",
|
|
"nanoid": "^5.1.5",
|
|
"papaparse": "^5.5.3",
|
|
"patch-package": "^8.0.0",
|
|
"photoswipe": "^5.4.4",
|
|
"prop-types": "^15.8.1",
|
|
"react": "18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-datepicker": "^4.25.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-frame-component": "^5.2.7",
|
|
"react-hot-toast": "^2.5.2",
|
|
"react-i18next": "^15.5.2",
|
|
"react-input-mask": "^2.0.4",
|
|
"react-intersection-observer": "^9.16.0",
|
|
"react-mentions": "^4.4.10",
|
|
"react-photoswipe-gallery": "^2.2.7",
|
|
"react-redux": "^8.1.3",
|
|
"react-router-dom": "^6.30.1",
|
|
"react-textarea-autosize": "^8.5.9",
|
|
"react-time-ago": "^7.3.3",
|
|
"redux": "^4.2.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-orm": "^0.16.2",
|
|
"redux-saga": "^1.3.0",
|
|
"reselect": "^4.1.8",
|
|
"sails.io.js": "^1.2.1",
|
|
"sass-embedded": "^1.89.1",
|
|
"semantic-ui-react": "^2.1.5",
|
|
"socket.io-client": "^2.5.0",
|
|
"validator": "^13.15.15",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-commonjs": "^0.10.4",
|
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.27.1",
|
|
"@babel/preset-env": "^7.27.2",
|
|
"@cucumber/cucumber": "^11.3.0",
|
|
"@cucumber/pretty-formatter": "^1.0.1",
|
|
"@playwright/test": "^1.52.0",
|
|
"babel-jest": "^29.7.0",
|
|
"babel-preset-airbnb": "^5.0.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"jest": "^29.7.0",
|
|
"playwright": "^1.52.0",
|
|
"prettier": "3.3.3"
|
|
}
|
|
}
|