* feat: simplify prop api and bake in many values * feat: refactor build and dev server BREAKING CHANGE: The footer is now transpiled from es6 preserving modules. To use this package in a project it must now be transpiled by the requiring project via webpack or other configuration * feat: make this the open edx footer BREAKING CHANGE: This footer now serves as the Open edX footer. For the edX footer see edx/frontend-component-footer-edx on github
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "@edx/frontend-component-footer",
|
|
"version": "1.0.0-semantically-released",
|
|
"description": "Site footer component for use when building edX frontend applications",
|
|
"main": "dist/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "make build",
|
|
"gc": "commit",
|
|
"commitmsg": "commitlint -e $GIT_PARAMS",
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
|
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
|
|
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
|
|
"precommit": "npm run lint",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "fedx-scripts webpack-dev-server --progress",
|
|
"test": "fedx-scripts jest --coverage",
|
|
"snapshot": "fedx-scripts jest --updateSnapshot"
|
|
},
|
|
"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": "^7.1.2",
|
|
"@commitlint/config-angular": "^6.0.2",
|
|
"@commitlint/prompt": "^6.0.2",
|
|
"@commitlint/prompt-cli": "^6.0.2",
|
|
"@edx/frontend-build": "^1.0.1",
|
|
"@edx/frontend-i18n": "^2.1.0",
|
|
"@edx/frontend-logging": "^2.0.2",
|
|
"@edx/paragon": "^7.1.3",
|
|
"coveralls": "^3.0.0",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
|
"husky": "^0.14.3",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.2.0",
|
|
"react-test-renderer": "^16.6.0",
|
|
"reactifex": "^1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.17",
|
|
"@fortawesome/free-brands-svg-icons": "^5.8.1",
|
|
"@fortawesome/free-regular-svg-icons": "^5.8.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.8.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@edx/frontend-i18n": "^2.1.0",
|
|
"@edx/frontend-logging": "^2.0.2",
|
|
"@edx/paragon": "^7.1.3",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.2.0"
|
|
}
|
|
}
|