-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "frontend-component-footer-mogc",
"version": "14.3.1",
"description": "Footer component for Global Classroom frontend applications",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "University of Michigan Center for Academic Innovation",
"license": "AGPL-3.0",
"devDependencies": {
"@edx/frontend-platform": "^2.5.1 || ^4.2.0 || ^5.5.0 || ^8.1.0",
"@openedx/paragon": "^22.3.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.0.0"
},
"peerDependencies": {
"@edx/frontend-platform": "^2.5.1 || ^4.2.0 || ^5.5.0 || ^8.1.0",
"prop-types": "^15.5.10",
"react": ">16.9.0",
"react-dom": ">16.9.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0"
}
}