71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "@edx/frontend-component-footer",
|
|
"version": "1.0.0-semantically-released",
|
|
"description": "Footer component for use when building Open edX frontend applications",
|
|
"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-footer.git"
|
|
},
|
|
"author": "edX",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/openedx/frontend-component-footer/issues"
|
|
},
|
|
"homepage": "https://github.com/openedx/frontend-component-footer#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.4.0",
|
|
"@edx/reactifex": "^2.1.1",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^12.1.1",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
|
"enzyme": "3.11.0",
|
|
"husky": "8.0.3",
|
|
"prop-types": "15.8.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-redux": "7.2.9",
|
|
"react-router-dom": "6.15.0",
|
|
"react-test-renderer": "17.0.2",
|
|
"redux": "4.2.1",
|
|
"semantic-release": "21.1.2"
|
|
},
|
|
"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",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"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"
|
|
}
|
|
}
|