77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "@edx/frontend-component-header",
|
|
"version": "1.0.0-semantically-released",
|
|
"description": "The standard header for Open edX",
|
|
"main": "dist/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "make build",
|
|
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
|
|
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
|
|
"snapshot": "fedx-scripts jest --updateSnapshot",
|
|
"start": "fedx-scripts webpack-dev-server --progress",
|
|
"test": "fedx-scripts jest --coverage"
|
|
},
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openedx/frontend-component-header.git"
|
|
},
|
|
"author": "edX",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/openedx/frontend-component-header/issues"
|
|
},
|
|
"homepage": "https://github.com/openedx/frontend-component-header#readme",
|
|
"devDependencies": {
|
|
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
|
|
"@edx/browserslist-config": "^1.1.1",
|
|
"@edx/frontend-build": "12.9.17",
|
|
"@edx/frontend-platform": "5.5.4",
|
|
"@edx/reactifex": "^2.1.1",
|
|
"@testing-library/dom": "9.3.3",
|
|
"@testing-library/jest-dom": "5.17.0",
|
|
"@testing-library/react": "10.4.9",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
|
"enzyme": "3.11.0",
|
|
"husky": "8.0.3",
|
|
"jest": "29.7.0",
|
|
"jest-chain": "1.1.6",
|
|
"prop-types": "15.8.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-redux": "7.2.9",
|
|
"react-router-dom": "6.16.0",
|
|
"react-test-renderer": "17.0.2",
|
|
"redux": "4.2.1",
|
|
"redux-saga": "1.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@edx/paragon": "21.3.1",
|
|
"@fortawesome/fontawesome-svg-core": "6.4.2",
|
|
"@fortawesome/free-brands-svg-icons": "6.4.2",
|
|
"@fortawesome/free-regular-svg-icons": "6.4.2",
|
|
"@fortawesome/free-solid-svg-icons": "6.4.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"axios-mock-adapter": "1.21.5",
|
|
"babel-polyfill": "6.26.0",
|
|
"react-responsive": "8.2.0",
|
|
"react-transition-group": "4.4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@edx/frontend-platform": "^4.0.0 || ^5.0.0",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^16.9.0 || ^17.0.0",
|
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
}
|
|
}
|