-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
115 lines (115 loc) · 4.19 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "frontend-app-learner-portal-enterprise",
"description": "A microfrontend that supports the enterprise learner experience.",
"version": "0.1.0",
"author": "edX",
"browserslist": [
"extends @edx/browserslist-config"
],
"dependencies": {
"@edx/brand": "npm:@openedx/[email protected]",
"@edx/frontend-component-footer": "14.0.1",
"@edx/frontend-enterprise-catalog-search": "10.7.1",
"@edx/frontend-enterprise-hotjar": "7.1.0",
"@edx/frontend-enterprise-logistration": "9.1.0",
"@edx/frontend-enterprise-utils": "9.1.0",
"@edx/frontend-platform": "8.0.0",
"@edx/openedx-atlas": "0.6.2",
"@edx/reactifex": "2.2.0",
"@loadable/component": "5.16.3",
"@lukemorales/query-key-factory": "1.3.4",
"@openedx/frontend-slot-footer": "1.0.3",
"@openedx/paragon": "21.13.1",
"@tanstack/react-query": "4.28.0",
"@tanstack/react-query-devtools": "4.29.0",
"accessible-nprogress": "2.1.2",
"algoliasearch": "4.6.0",
"axios": "0.28.0",
"classnames": "2.2.6",
"color": "3.1.3",
"core-js": "3.7.0",
"dayjs": "1.11.13",
"dompurify": "2.5.4",
"formik": "2.2.9",
"history": "4.10.1",
"iso-639-1": "2.1.4",
"jest-localstorage-mock": "2.4.26",
"lodash.camelcase": "4.3.0",
"lodash.capitalize": "4.2.1",
"lodash.clonedeep": "4.5.0",
"lodash.debounce": "4.0.8",
"lodash.isnil": "4.0.0",
"plotly.js-dist": "2.17.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-instantsearch-dom": "6.38.1",
"react-parallax": "3.3.0",
"react-redux": "7.2.2",
"react-router": "6.18.0",
"react-router-dom": "6.18.0",
"react-router-hash-link": "2.3.1",
"react-scroll": "1.8.4",
"react-string-replace": "1.1.1",
"react-transition-group": "4.4.1",
"redux": "4.0.5",
"universal-cookie": "4.0.4",
"uuid": "9.0.0",
"video.js": "8.3.0",
"videojs-vjstranscribe": "^1.0.3",
"videojs-youtube": "3.0.1"
},
"devDependencies": {
"@edx/browserslist-config": "1.1.1",
"@edx/typescript-config": "1.1.0",
"@faker-js/faker": "8.4.1",
"@openedx/frontend-build": "14.0.14",
"@tanstack/eslint-plugin-query": "4.29.9",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "3.7.0",
"@testing-library/user-event": "13.5.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"acorn": "8.5.0",
"axios-mock-adapter": "1.19.0",
"enzyme": "3.11.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "3.0.3",
"jest-when": "3.6.0",
"match-media-mock": "0.1.1",
"mockdate": "3.0.5",
"prettier": "2.2.1",
"react-test-renderer": "17.0.2",
"reactifex": "1.1.1",
"resize-observer-polyfill": "1.5.1",
"rosie": "2.1.1",
"ts-loader": "9.5.1"
},
"keywords": [],
"license": "AGPL-3.0",
"scripts": {
"build": "fedx-scripts webpack",
"build:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run build",
"i18n_extract": "fedx-scripts formatjs extract --throws",
"lint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .",
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .",
"precommit": "npm run lint",
"snapshot": "fedx-scripts jest --updateSnapshot",
"install-theme": "npm install \"@edx/brand@${THEME}\" --no-save",
"start": "fedx-scripts webpack-dev-server --progress",
"start:stage": "npm run start -- --config=webpack.dev-stage.config.js",
"start:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run start",
"start:stage:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && npm run start:stage",
"test": "fedx-scripts jest --coverage --passWithNoTests --maxWorkers=50%",
"test:watch": "npm run test -- --watch",
"serve": "fedx-scripts serve",
"build:serve": "npm run build && npm run serve",
"build:with-theme:serve": "npm run build:with-theme && npm run serve"
},
"repository": {
"type": "git",
"url": "https://github.com/openedx/frontend-app-learner-portal-enterprise.git"
}
}