85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"name": "@edx/frontend-app-course-authoring",
|
|
"version": "0.1.0",
|
|
"description": "Frontend application template",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openedx/frontend-app-course-authoring.git"
|
|
},
|
|
"browserslist": [
|
|
"extends @edx/browserslist-config"
|
|
],
|
|
"scripts": {
|
|
"build": "fedx-scripts webpack",
|
|
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
|
|
"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",
|
|
"test": "fedx-scripts jest --coverage --passWithNoTests"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint"
|
|
}
|
|
},
|
|
"author": "edX",
|
|
"license": "AGPL-3.0",
|
|
"homepage": "https://github.com/openedx/frontend-app-course-authoring#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/openedx/frontend-app-course-authoring/issues"
|
|
},
|
|
"dependencies": {
|
|
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
|
|
"@edx/frontend-component-footer": "12.0.0",
|
|
"@edx/frontend-enterprise-hotjar": "^1.2.1",
|
|
"@edx/frontend-lib-content-components": "^1.157.0",
|
|
"@edx/frontend-platform": "4.2.0",
|
|
"@edx/paragon": "^20.32.0",
|
|
"@fortawesome/fontawesome-svg-core": "1.2.28",
|
|
"@fortawesome/free-brands-svg-icons": "5.11.2",
|
|
"@fortawesome/free-regular-svg-icons": "5.11.2",
|
|
"@fortawesome/free-solid-svg-icons": "5.11.2",
|
|
"@fortawesome/react-fontawesome": "0.1.9",
|
|
"@reduxjs/toolkit": "1.5.0",
|
|
"classnames": "2.2.6",
|
|
"core-js": "3.8.1",
|
|
"email-validator": "2.0.4",
|
|
"formik": "2.2.6",
|
|
"lodash": "4.17.21",
|
|
"moment": "2.29.2",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-redux": "7.1.3",
|
|
"react-responsive": "8.1.0",
|
|
"react-router": "5.2.0",
|
|
"react-router-dom": "5.2.0",
|
|
"react-transition-group": "4.4.1",
|
|
"redux": "4.0.5",
|
|
"regenerator-runtime": "0.13.7",
|
|
"uuid": "^3.4.0",
|
|
"yup": "0.31.1"
|
|
},
|
|
"devDependencies": {
|
|
"@edx/browserslist-config": "1.0.0",
|
|
"@edx/frontend-build": "12.8.6",
|
|
"@edx/reactifex": "^1.0.3",
|
|
"@testing-library/jest-dom": "5.16.4",
|
|
"@testing-library/react": "12.1.1",
|
|
"@testing-library/user-event": "^13.2.1",
|
|
"axios-mock-adapter": "1.20.0",
|
|
"enzyme": "3.11.0",
|
|
"enzyme-adapter-react-16": "1.15.6",
|
|
"enzyme-to-json": "^3.6.2",
|
|
"glob": "7.1.6",
|
|
"husky": "3.1.0",
|
|
"react-test-renderer": "16.9.0",
|
|
"reactifex": "1.1.1"
|
|
}
|
|
}
|