{ "name": "@edx/frontend-app-discussions", "version": "0.1.0", "description": "Discussions Frontend", "repository": { "type": "git", "url": "git+https://github.com/openedx/frontend-app-discussions.git" }, "browserslist": [ "extends @edx/browserslist-config" ], "scripts": { "build": "fedx-scripts webpack", "i18n_extract": "fedx-scripts formatjs extract", "lint": "fedx-scripts eslint --ext .js --ext .jsx .", "lint:fix": "fedx-scripts eslint --ext .js --ext .jsx . --fix", "snapshot": "fedx-scripts jest --updateSnapshot", "start": "fedx-scripts webpack-dev-server --progress", "dev": "PUBLIC_PATH=/discussions/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", "test": "fedx-scripts jest --coverage --passWithNoTests" }, "author": "edX", "license": "AGPL-3.0", "homepage": "https://github.com/openedx/frontend-app-discussions#readme", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/openedx/frontend-app-discussions/issues" }, "dependencies": { "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-component-footer": "^14.6.0", "@edx/frontend-component-header": "^8.1.0", "@edx/frontend-platform": "^8.3.3", "@edx/openedx-atlas": "^0.7.0", "@openedx/paragon": "^23.4.5", "@reduxjs/toolkit": "1.9.7", "@tinymce/tinymce-react": "5.1.1", "babel-polyfill": "6.26.0", "classnames": "2.5.1", "core-js": "3.47.0", "dompurify": "^2.4.3", "formik": "2.4.9", "lodash.snakecase": "4.1.1", "prop-types": "15.8.1", "raw-loader": "4.0.2", "react": "18.3.1", "react-dom": "18.3.1", "react-google-recaptcha": "^3.1.0", "react-google-recaptcha-v3": "^1.11.0", "react-helmet": "6.1.0", "react-redux": "7.2.9", "react-router": "6.18.0", "react-router-dom": "6.18.0", "redux": "4.2.1", "regenerator-runtime": "0.14.1", "timeago.js": "4.0.2", "tinymce": "5.10.9", "yup": "0.32.11" }, "devDependencies": { "@edx/browserslist-config": "1.5.0", "@openedx/frontend-build": "^14.6.2", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.3.1", "@testing-library/user-event": "13.5.0", "axios": "^0.30.0", "axios-mock-adapter": "1.22.0", "babel-plugin-react-intl": "8.2.25", "eslint-plugin-simple-import-sort": "7.0.0", "glob": "7.2.3", "jest": "29.7.0", "rosie": "2.1.1" } }