Remove reactifex and/or @edx/reactifex packages from devDependencies as they are no longer needed. Translation extraction functionality has been verified to work correctly without these dependencies. Co-Authored-By: Claude <noreply@anthropic.com>
83 lines
2.8 KiB
JSON
83 lines
2.8 KiB
JSON
{
|
|
"name": "@edx/frontend-app-gradebook",
|
|
"version": "1.6.3",
|
|
"description": "edx editable gradebook-ui to manipulate grade overrides on subsections",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openedx/frontend-app-gradebook.git"
|
|
},
|
|
"scripts": {
|
|
"build": "fedx-scripts webpack",
|
|
"is-es5": "es-check es5 ./dist/*.js",
|
|
"i18n_extract": "fedx-scripts formatjs extract",
|
|
"lint": "fedx-scripts eslint --ext .jsx,.js src/",
|
|
"lint-fix": "fedx-scripts eslint --fix --ext .jsx,.js src/",
|
|
"prepush": "npm run lint",
|
|
"semantic-release": "semantic-release",
|
|
"start": "fedx-scripts webpack-dev-server --progress",
|
|
"dev": "PUBLIC_PATH=/gradebook/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
|
|
"test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests",
|
|
"watch-tests": "jest --watch"
|
|
},
|
|
"author": "edX",
|
|
"license": "AGPL-3.0",
|
|
"homepage": "https://github.com/openedx/frontend-app-gradebook#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"browserslist": [
|
|
"extends @edx/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
|
|
"@edx/frontend-component-footer": "^14.6.0",
|
|
"@edx/frontend-component-header": "^6.6.1",
|
|
"@edx/frontend-platform": "^8.3.7",
|
|
"@edx/openedx-atlas": "^0.6.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
|
"@fortawesome/free-brands-svg-icons": "^5.11.2",
|
|
"@fortawesome/free-solid-svg-icons": "^5.11.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.5",
|
|
"@openedx/frontend-plugin-framework": "^1.6.0",
|
|
"@openedx/paragon": "^23.4.5",
|
|
"@redux-beacon/segment": "^1.0.0",
|
|
"@reduxjs/toolkit": "^1.5.1",
|
|
"classnames": "^2.2.6",
|
|
"core-js": "3.6.5",
|
|
"email-prop-type": "^1.1.7",
|
|
"font-awesome": "4.7.0",
|
|
"history": "4.10.1",
|
|
"prop-types": "15.8.1",
|
|
"query-string": "6.13.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-redux": "^7.2.9",
|
|
"react-router": "6.15.0",
|
|
"react-router-dom": "6.15.0",
|
|
"react-router-redux": "^5.0.0-alpha.9",
|
|
"redux": "4.0.5",
|
|
"redux-beacon": "^2.1.0",
|
|
"redux-devtools-extension": "2.13.8",
|
|
"redux-logger": "3.0.6",
|
|
"redux-thunk": "2.3.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"sass": "^1.49.0",
|
|
"whatwg-fetch": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@edx/browserslist-config": "^1.1.1",
|
|
"@openedx/frontend-build": "^14.6.2",
|
|
"@testing-library/jest-dom": "^6.6.4",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"es-check": "^2.3.0",
|
|
"fetch-mock": "^12.2.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"react-dev-utils": "^12.0.1",
|
|
"react-test-renderer": "^18.3.1",
|
|
"redux-mock-store": "^1.5.3"
|
|
}
|
|
}
|