mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-03 08:45:40 +02:00
ab3bf6312c
* Persistent user config (#2133) * Added user config API * Add unit tests * lint fix * Fixed webapp tests * Fixed webapp tests * Updated props in store after updating * Minor fixes * Removed redundent data from audit logs * Onboarding Tour (#2287) * Created private board * Roughly displayed tour * Synced with Dhama's changes * WIP * Trying to add GIF * Added 3 tour steps * WIP * WIP * WIP * checked in missed file * Synced with feature branch * WIp * Adde skip tour option * Fixed image loading for on-prem * Made tour work on presonal server: * Adde missed file * Adding telemetry * Adding telemetry * Added tour tip telemetry * Fixed pulsating dot styling for personal server * reverted personal config * Added reset tour button * Displayed share tour tip of feature is enabled * Lint fixes * Fixed webapp tests * Fixed webapp tests * Completed webapp tests * Completed webapp tests * Webapp lint fixes * Added server tests * Testing cypress skip tour fix * Fixed Cypress tests * Added share board tour step * Added share board tour step * webapp lint fixes * Updated logic to pick welcome board * Updated tests: * lint fixes * Updating UI changes * Fixed a bug causing card tour to re-appear * FIxed minor issue * FIxed bug where card tour didn't start in clickingh on card * Fixed tests * Make update user props use string instead of interface * Fixed a value type * Updating gif size * Updating resolution breakpoint * Updating tutorial tip * Updating view selector * Refactored tour components * Misc fixes * minor refactoring * GH-2258: allow date range to overflow (#2268) * allow date range to overflow * Fixed issue with date overflowing into neighbouring column Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * Update readme with accurate Linux standalone app build instructions (#2351) * Bump follow-redirects from 1.14.7 to 1.14.8 in /experiments/webext (#2339) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Switch component style fixed: selector specificity increased by adding additional class. (#2179) * Adding sever side undelete endpoint (#2222) * Adding sever side undelete endpoint * Removing long lines golangci-lint errors * Fixing linter errors * Fixing a test problem * Fixing tests Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * Removing transactions from sqlite backend (#2361) * Removing transactions from sqlite backend * Skipping tests in sqlite because the lack of transactions * Generating the mocks * Fixing golangci-lint * Fixing problem opening the tour tooltip on card open * Fixing texts missmatch * Adding the Product Tour entry in the user settings menu * Fixing some tests * Fixing tests Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com> Co-authored-by: Scott Bishel <scott.bishel@mattermost.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Doug Lauder <wiggin77@warpmail.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kamre <eremchenko@gmail.com> Co-authored-by: Jesús Espino <jespinog@gmail.com> * Restored package json * Restored package json Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com> Co-authored-by: Scott Bishel <scott.bishel@mattermost.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Doug Lauder <wiggin77@warpmail.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kamre <eremchenko@gmail.com> Co-authored-by: Jesús Espino <jespinog@gmail.com>
148 lines
4.9 KiB
JSON
148 lines
4.9 KiB
JSON
{
|
|
"name": "focalboard",
|
|
"version": "0.15.0",
|
|
"private": true,
|
|
"description": "",
|
|
"scripts": {
|
|
"pack": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
|
|
"packdev": "cross-env NODE_ENV=dev webpack --config webpack.dev.js",
|
|
"watchdev": "cross-env NODE_ENV=dev webpack --watch --progress --config webpack.dev.js",
|
|
"test": "jest",
|
|
"updatesnapshot": "jest --updateSnapshot",
|
|
"check": "eslint --ext .tsx,.ts . --quiet --cache && stylelint **/*.scss",
|
|
"fix": "eslint --ext .tsx,.ts . --quiet --fix --cache && stylelint --fix **/*.scss",
|
|
"fix:scss": "prettier --write './src/**/*.scss'",
|
|
"i18n-extract": "formatjs extract ../mattermost-plugin/webapp/src/*/*/*.ts? src/*/*/*.ts? src/*/*.ts? src/*.ts? --out-file i18n/tmp.json; formatjs compile i18n/tmp.json --out-file i18n/en.json; rm i18n/tmp.json",
|
|
"runserver-test": "cd cypress && \"../../bin/focalboard-server\"",
|
|
"cypress:ci": "start-server-and-test runserver-test http://localhost:8088 cypress:run",
|
|
"cypress:run": "cypress run",
|
|
"cypress:run:chrome": "cypress run --browser chrome",
|
|
"cypress:run:firefox": "cypress run --browser firefox",
|
|
"cypress:run:edge": "cypress run --browser edge",
|
|
"cypress:run:electron": "cypress run --browser electron",
|
|
"cypress:open": "cypress open"
|
|
},
|
|
"dependencies": {
|
|
"@draft-js-plugins/editor": "^4.1.0",
|
|
"@draft-js-plugins/emoji": "^4.5.5",
|
|
"@draft-js-plugins/mention": "^5.0.0",
|
|
"@fullcalendar/core": "^5.10.0",
|
|
"@fullcalendar/daygrid": "^5.10.0",
|
|
"@fullcalendar/interaction": "^5.10.0",
|
|
"@fullcalendar/react": "^5.10.0",
|
|
"@mattermost/compass-icons": "^0.1.10",
|
|
"@reduxjs/toolkit": "^1.6.0",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"color": "^4.0.0",
|
|
"draft-js": "^0.11.7",
|
|
"emoji-mart": "^3.0.1",
|
|
"fstream": "^1.0.12",
|
|
"fullcalendar": "^5.10.0",
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
"imagemin-mozjpeg": "^9.0.0",
|
|
"imagemin-optipng": "^8.0.0",
|
|
"imagemin-pngquant": "^9.0.2",
|
|
"imagemin-svgo": "^8.0.0",
|
|
"imagemin-webp": "^7.0.0",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^4.0.12",
|
|
"moment": "^2.29.1",
|
|
"nanoevents": "^5.1.13",
|
|
"react": "^17.0.2",
|
|
"react-day-picker": "^7.4.10",
|
|
"react-dnd": "^14.0.2",
|
|
"react-dnd-html5-backend": "^14.0.0",
|
|
"react-dnd-scrolling": "^1.2.1",
|
|
"react-dnd-touch-backend": "^14.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-hot-keys": "^2.6.2",
|
|
"react-hotkeys-hook": "^3.3.0",
|
|
"react-intl": "^5.13.5",
|
|
"react-redux": "^7.2.4",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-select": "^4.3.0",
|
|
"trim-newlines": "^4.0.2"
|
|
},
|
|
"jest": {
|
|
"moduleNameMapper": {
|
|
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
|
|
"\\.(scss|css)$": "<rootDir>/__mocks__/styleMock.js"
|
|
},
|
|
"globals": {
|
|
"ts-jest": {
|
|
"tsconfig": "./src/tsconfig.json"
|
|
}
|
|
},
|
|
"transform": {
|
|
"^.+\\.tsx?$": "ts-jest"
|
|
},
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{ts,tsx,js,jsx}",
|
|
"!src/test/**"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/cli": "^3.2.0",
|
|
"@formatjs/ts-transformer": "^3.2.1",
|
|
"@testing-library/cypress": "^8.0.2",
|
|
"@testing-library/dom": "^7.31.2",
|
|
"@testing-library/jest-dom": "^5.11.10",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@testing-library/user-event": "^13.1.9",
|
|
"@types/color": "^3.0.2",
|
|
"@types/draft-js": "^0.11.6",
|
|
"@types/emoji-mart": "^3.0.4",
|
|
"@types/jest": "^26.0.21",
|
|
"@types/marked": "^4.0.1",
|
|
"@types/nanoevents": "^1.0.0",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-intl": "^3.0.0",
|
|
"@types/react-redux": "^7.1.16",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/react-select": "^4.0.13",
|
|
"@types/redux-mock-store": "^1.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.19.0",
|
|
"@typescript-eslint/parser": "^4.19.0",
|
|
"copy-webpack-plugin": "^8.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^5.2.0",
|
|
"cypress-real-events": "^1.6.0",
|
|
"eslint": "^7.22.0",
|
|
"eslint-import-resolver-webpack": "0.13.0",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-cypress": "2.11.2",
|
|
"eslint-plugin-header": "3.1.1",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jquery": "1.5.1",
|
|
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
|
|
"eslint-plugin-no-only-tests": "2.4.0",
|
|
"eslint-plugin-react": "7.23.1",
|
|
"fetch-mock-jest": "^1.5.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"image-webpack-loader": "^8.1.0",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"jest": "^26.6.3",
|
|
"prettier": "^2.2.1",
|
|
"redux-mock-store": "^1.5.4",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"start-server-and-test": "^1.12.1",
|
|
"style-loader": "^2.0.0",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-sass-guidelines": "^8.0.0",
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
"ts-jest": "^26.5.4",
|
|
"ts-loader": "^8.0.18",
|
|
"typescript": "^4.2.3",
|
|
"webpack": "^5.28.0",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"cypress": "^6.8.0"
|
|
}
|
|
}
|