Files
frontend-app-authoring/www/package.json
Brian Smith f33a3b5521 fix(deps)!: support paragon and frontend-build in openedx scope (#457)
BREAKING CHANGE: frontend-platform peer dependency updated to ^7.0.1
BREAKING CHANGE: @edx/paragon peer dependency updated to @openedx/paragon
2024-02-09 14:41:16 -05:00

29 lines
799 B
JSON

{
"name": "content-components-gallery",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
"scripts": {
"start": "fedx-scripts webpack-dev-server --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@edx/brand": "npm:@edx/brand-edx.org@^2.0.3",
"@edx/browserslist-config": "1.0.0",
"@openedx/frontend-build": "13.0.27",
"@edx/frontend-lib-content-components": "file:..",
"@edx/frontend-platform": "7.0.1",
"@openedx/paragon": "^22.0.0",
"core-js": "^3.21.1",
"dotenv": "^16.0.0",
"prop-types": "^15.5.10",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-intl": "^6.6.2",
"react-redux": "^7.1.1",
"regenerator-runtime": "^0.13.9"
}
}