{ "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" }, "dependencies": { "marked": "^1.1.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-intl": "^5.8.6", "react-router-dom": "^5.2.0", "react-simplemde-editor": "^4.1.3" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" } }, "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/jest": "^26.0.14", "@types/marked": "^1.1.0", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.6", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.1", "copy-webpack-plugin": "^6.0.3", "css-loader": "^4.3.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", "jest": "^26.5.3", "sass": "^1.27.0", "sass-loader": "^10.0.2", "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" } }