forked from Abstract-Tech/community-theme-course-about
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.76 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@edx/frontend-app-course-about",
"version": "1.0.4-gym.quince.1",
"description": "MFE to handle course about",
"repository": {
"type": "git",
"url": "git+https://github.com/gymnasium/frontend-app-course-about.git"
},
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx .",
"start": "fedx-scripts webpack-dev-server --progress"
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/gymnasium/frontend-app-course-about#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/gymnasium/frontend-app-course-about/issues"
},
"dependencies": {
"@edx/frontend-platform": "4.6.0",
"@edx/paragon": "20.46.3",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"core-js": "3.30.0",
"dompurify": "3.0.6",
"@edx/gym-frontend": "github:gymnasium/gym-frontend-components#gym.quince.1",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
"react-redux": "7.2.9",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
"regenerator-runtime": "0.14.0"
},
"devDependencies": {
"@edx/browserslist-config": "1.2.0",
"@edx/frontend-build": "13.0.1",
"glob": "8.1.0",
"husky": "8.0.3",
"reactifex": "1.1.1"
}
}