{ "name": "mattermost-octo-tasks", "version": "1.0.0", "private": true, "description": "", "scripts": { "pack": "NODE_ENV=production webpack --config webpack.js", "packdev": "NODE_ENV=dev webpack --config webpack.dev.js", "watchdev": "NODE_ENV=dev webpack --watch --config webpack.dev.js", "test": "jest", "check": "eslint --ext .tsx,.ts . --quiet --cache", "fix": "eslint --ext .tsx,.ts . --quiet --fix --cache", "i18n-extract": "formatjs extract src/**/*.tsx 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/octoserver", "cypress:ci": "start-server-and-test runserver-test http://localhost:8088 cypress:run", "cypress:run": "NO_COLOR=1 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": { "emoji-mart": "^3.0.0", "marked": "^1.1.1", "nanoevents": "^5.1.10", "react": "^16.13.1", "react-dom": "^16.13.1", "react-intl": "^5.8.6", "react-router-dom": "^5.2.0", "react-select": "^3.1.0", "react-simplemde-editor": "^4.1.3" }, "jest": { "globals": { "ts-jest": { "tsConfig": "./src/tsconfig.json" } }, "transform": { "^.+\\.tsx?$": "ts-jest" }, "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx,js,jsx}", "!src/test/**" ] }, "devDependencies": { "@formatjs/cli": "^2.13.2", "@formatjs/ts-transformer": "^2.11.3", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@types/emoji-mart": "^3.0.3", "@types/jest": "^26.0.14", "@types/marked": "^1.1.0", "@types/nanoevents": "^1.0.0", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@types/react-intl": "^3.0.0", "@types/react-router-dom": "^5.1.6", "@types/react-select": "^3.0.22", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.1", "copy-webpack-plugin": "^6.0.3", "css-loader": "^4.3.0", "cypress": "^6.1.0", "eslint": "^7.11.0", "eslint-import-resolver-webpack": "0.12.2", "eslint-plugin-babel": "5.3.1", "eslint-plugin-cypress": "2.11.1", "eslint-plugin-header": "3.0.0", "eslint-plugin-import": "2.22.0", "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.20.6", "file-loader": "^6.1.0", "html-webpack-plugin": "^4.5.0", "isomorphic-fetch": "^3.0.0", "jest": "^26.5.3", "sass": "^1.27.0", "sass-loader": "^10.0.2", "start-server-and-test": "^1.11.6", "style-loader": "^1.3.0", "terser-webpack-plugin": "^4.1.0", "ts-jest": "^26.4.1", "ts-loader": "^8.0.3", "typescript": "^4.0.2", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-merge": "^5.1.2" } }