-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.24 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.24 KB
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/brand-openedx@^1.2.3",
"@edx/frontend-component-footer": "^14.6.0",
"@edx/frontend-enterprise-catalog-search": "^11.0.2",
"@edx/frontend-enterprise-hotjar": "^7.2.0",
"@edx/frontend-enterprise-logistration": "^9.2.1",
"@edx/frontend-enterprise-utils": "^10.0.0",
"@edx/frontend-platform": "^8.5.1",
"@edx/openedx-atlas": "^0.7.0",
"@loadable/component": "^5.16.4",
"@lukemorales/query-key-factory": "^1.3.4",
"@openedx/frontend-slot-footer": "^1.2.1",
"@openedx/paragon": "^22.17.0",
"@tanstack/react-query": "^5.74.9",
"@tanstack/react-query-devtools": "^5.74.9",
"accessible-nprogress": "^2.1.2",
"algoliasearch": "^4.24.0",
"classnames": "^2.5.1",
"color": "^3.2.1",
"dayjs": "^1.11.13",
"dompurify": "^2.5.4",
"formik": "^2.4.6",
"history": "^4.10.1",
"iso-639-1": "^2.1.15",
"jest-localstorage-mock": "^2.4.26",
"lodash-es": "^4.17.21",
"plotly.js-dist": "^2.35.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.40.4",
"react-parallax": "^3.5.2",
"react-redux": "^7.2.9",
"react-router": "^6.29.0",
"react-router-dom": "^6.29.0",
"react-router-hash-link": "^2.4.3",
"react-scroll": "^1.9.3",
"react-string-replace": "^1.1.1",
"react-transition-group": "^4.4.5",
"redux": "^4.2.1",
"type-fest": "^3.13.1",
"universal-cookie": "^4.0.4",
"uuid": "^9.0.1",
"video.js": "^8.22.0",
"videojs-vjstranscribe": "^1.0.3",
"videojs-youtube": "^3.0.1"
},
"devDependencies": {
"@edx/browserslist-config": "^1.5.0",
"@edx/typescript-config": "^1.1.0",
"@faker-js/faker": "^8.4.1",
"@openedx/frontend-build": "^14.6.0",
"@tanstack/eslint-plugin-query": "^4.38.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.3.20",
"acorn": "^8.14.0",
"axios": "^1.12.0",
"axios-mock-adapter": "^1.22.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-when": "^3.7.0",
"js-yaml": "^4.1.0",
"match-media-mock": "^0.1.1",
"mockdate": "^3.0.5",
"openapi-typescript": "^6.7.6",
"prettier": "^2.8.8",
"react-test-renderer": "^18.3.1",
"resize-observer-polyfill": "^1.5.1",
"rosie": "^2.1.1",
"ts-loader": "^9.5.2"
},
"keywords": [],
"license": "AGPL-3.0",
"scripts": {
"build": "fedx-scripts webpack",
"build:with-theme": "paragon install-theme && npm run build && npm install",
"i18n_extract": "fedx-scripts formatjs extract --throws",
"check-types": "tsc --noEmit",
"check-types:watch": "npm run check-types -- --watch",
"lint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .",
"lint:fix": "npm run lint -- --fix",
"precommit": "npm run lint",
"snapshot": "npm run test -- --updateSnapshot",
"snapshot:watch": "npm run snapshot -- --watch",
"start": "fedx-scripts webpack-dev-server --progress",
"start:stage": "npm run start -- --config=webpack.dev-stage.config.js",
"start:with-theme": "paragon install-theme && npm run start && npm install",
"start:stage:with-theme": "paragon install-theme && npm run start:stage && npm install",
"test": "fedx-scripts jest --coverage --passWithNoTests --maxWorkers=50%",
"test:watch": "npm run test -- --watch",
"test:watch:no-cov": "npm run test:watch -- --collectCoverage=false",
"serve": "fedx-scripts serve",
"build:serve": "npm run build && npm run serve",
"build:with-theme:serve": "npm run build:with-theme && npm run serve",
"generate-openapi-types": "node src/types/lib/generate-openapi-types.js"
},
"repository": {
"type": "git",
"url": "https://github.com/openedx/frontend-app-learner-portal-enterprise.git"
}
}