-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
115 lines (115 loc) · 4.3 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-admin-portal",
"version": "0.1.0",
"description": "The frontend-app-admin-portal is a frontend that provides branded learning experiences.",
"repository": "https://github.com/openedx/frontend-app-admin-portal",
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "fedx-scripts formatjs extract --throws",
"build:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && fedx-scripts webpack",
"check-types": "tsc --noemit",
"eslint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .",
"lint": "npm run eslint && npm run check-types",
"lint:fix": "npm run eslint -- --fix",
"precommit": "npm run lint",
"prepublishOnly": "npm run build",
"postinstall": "patch-package",
"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",
"debug-test": "node --inspect-brk node_modules/.bin/jest --runInBand --coverage",
"test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests --maxWorkers=50%",
"test:watch": "npm run test -- --watch",
"test:watch-no-cov": "npm run test -- --watch --collectCoverage=false",
"snapshot": "fedx-scripts jest --updateSnapshot"
},
"license": "AGPL-3.0",
"dependencies": {
"@babel/plugin-transform-runtime": "7.12.1",
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-enterprise-catalog-search": "10.3.0",
"@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.0",
"@openedx/paragon": "21.13.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"algoliasearch": "4.8.3",
"axios-mock-adapter": "1.19.0",
"classnames": "2.2.6",
"color": "3.1.3",
"color-contrast-checker": "^2.1.0",
"core-js": "3.7.0",
"dash-embedded-component": "file:packages/dash-embedded-component-2.0.2.tgz",
"dayjs": "^1.11.9",
"file-saver": "1.3.8",
"font-awesome": "4.7.0",
"history": "4.10.1",
"html-react-parser": "3.0.7",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"lodash.debounce": "4.0.8",
"plotly.js": "^2.33.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-instantsearch-dom": "6.8.3",
"react-markdown": "6.0.0",
"react-plotly.js": "^2.6.0",
"react-redux": "7.2.9",
"react-router": "6.21.1",
"react-router-dom": "6.21.1",
"redux": "4.0.4",
"redux-devtools-extension": "2.13.8",
"redux-form": "8.3.8",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.3.0",
"regenerator-runtime": "0.13.7",
"sanitize-html": "2.12.1",
"timeago.js": "4.0.2",
"universal-cookie": "4.0.4",
"use-context-selector": "^1.4.1",
"uuid": "9.0.0",
"validator": "13.7.0"
},
"peerDependencies": {
"clean-webpack-plugin": "3.0.0",
"dotenv": "8.2.0",
"dotenv-webpack": "3.0.0",
"html-webpack-plugin": "4.5.0",
"mini-css-extract-plugin": "0.11.2",
"webpack": "^5.0.0",
"webpack-merge": "5.4.0"
},
"devDependencies": {
"@edx/browserslist-config": "1.0.0",
"@faker-js/faker": "^7.6.0",
"@openedx/frontend-build": "14.0.3",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "5.0.3",
"@testing-library/user-event": "12.8.3",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"css-loader": "5.2.6",
"enzyme": "3.11.0",
"husky": "0.14.3",
"identity-obj-proxy": "3.0.0",
"jest-canvas-mock": "^2.4.0",
"jest-localstorage-mock": "^2.4.22",
"patch-package": "8.0.0",
"postcss": "8.4.24",
"react-test-renderer": "^17.0.2",
"resize-observer-polyfill": "1.5.1",
"ts-jest": "^29.0.0"
}
}