* feat: upgrading deps, use logo from @edx/brand * feat: upgrading peer deps * feat: pr feedback * update snapshots and example app * pull config from AppContext Co-authored-by: Adam Stankiewicz <agstanki@gmail.com>
73 lines
2.1 KiB
JSON
73 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",
|
|
"commit-msg": "commitlint -e $GIT_PARAMS"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/edx/frontend-component-footer.git"
|
|
},
|
|
"author": "edX",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/edx/frontend-component-footer/issues"
|
|
},
|
|
"homepage": "https://github.com/edx/frontend-component-footer#readme",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "8.2.0",
|
|
"@commitlint/config-angular": "8.2.0",
|
|
"@commitlint/prompt": "8.2.0",
|
|
"@commitlint/prompt-cli": "8.2.0",
|
|
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
|
|
"@edx/frontend-build": "5.4.0",
|
|
"@edx/frontend-platform": "1.8.0",
|
|
"@edx/paragon": "12.0.5",
|
|
"codecov": "3.7.2",
|
|
"enzyme": "3.10.0",
|
|
"enzyme-adapter-react-16": "1.14.0",
|
|
"husky": "3.0.9",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.10.2",
|
|
"react-dom": "16.10.2",
|
|
"react-redux": "^7.1.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-test-renderer": "16.10.2",
|
|
"reactifex": "1.1.1",
|
|
"redux": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.2.30",
|
|
"@fortawesome/free-brands-svg-icons": "5.8.2",
|
|
"@fortawesome/free-regular-svg-icons": "5.8.2",
|
|
"@fortawesome/free-solid-svg-icons": "5.8.2",
|
|
"@fortawesome/react-fontawesome": "0.1.11"
|
|
},
|
|
"peerDependencies": {
|
|
"@edx/frontend-platform": "^1.8.0",
|
|
"@edx/paragon": "^7.0.0",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0"
|
|
}
|
|
}
|