Files
frontend-app-authoring/www/package.json
connorhaugh 8dea72de99 feat:problem editor
Co-authored-by: Farhaan Bukhsh <farhaan@opencraft.com>
Co-authored-by: Navin Karkera <navin@disroot.org>
Co-authored-by: Kaustav Banerjee <kaustav@opencraft.com>
2022-12-20 14:52:20 -05:00

29 lines
792 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",
"@edx/frontend-build": "^11.0.0",
"@edx/frontend-lib-content-components": "file:..",
"@edx/frontend-platform": "2.5.1",
"@edx/paragon": "20.13.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": "^5.24.6",
"react-redux": "^7.1.1",
"regenerator-runtime": "^0.13.9"
}
}