generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.46 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@dicey-tech/frontend-app-dashboard",
"version": "0.2.1",
"description": "Frontend Dashboard for Dicey Tech Open edX instance",
"repository": {
"type": "git",
"url": "git+https://github.com/Dicey-Tech/frontend-app-dashboard.git"
},
"browserslist": [
"last 2 versions",
"ie 11"
],
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
"is-es5": "es-check es5 ./dist/*.js",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"lint-fix": "fedx-scripts eslint --fix --ext .js --ext .jsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage --passWithNoTests"
},
"author": "Dicey Tech",
"license": "AGPL-3.0",
"homepage": "https://github.com/Dicey-Tech/frontend-app-dashboard#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Dicey-Tech/frontend-app-dashboard/issues"
},
"dependencies": {
"@edx/brand": "git+https://[email protected]/Dicey-Tech/brand-openedx.git",
"@edx/frontend-component-footer": "10.2.2",
"@edx/frontend-component-header": "git+https://github.com/Dicey-Tech/frontend-component-header-diceytech.git#nutmeg",
"@edx/frontend-platform": "1.15.1",
"@edx/paragon": "19.25.3",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.17",
"core-js": "3.20.3",
"prop-types": "15.7.2",
"query-string-for-all": "7.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.6",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"redux": "4.1.2",
"@redux-devtools/extension": "3.2.2",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-saga": "1.1.3",
"redux-thunk": "2.4.1",
"regenerator-runtime": "0.13.9",
"reselect": "4.1.5",
"webpack-merge": "5.8.0"
},
"devDependencies": {
"@edx/frontend-build": "9.1.4",
"codecov": "3.8.3",
"es-check": "5.2.4",
"glob": "7.2.0",
"jest": "27.2.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"reactifex": "1.1.1",
"react-test-renderer": "16.14.0"
},
"main": ".eslintrc.js",
"directories": {
"doc": "docs"
}
}