This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
88 lines (88 loc) · 2.88 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
{
"name": "@edx/frontend-app-library-authoring",
"version": "0.1.0",
"description": "Library authoring application",
"repository": {
"type": "git",
"url": "git+https://github.com/openedx/frontend-app-library-authoring.git"
},
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "fedx-scripts formatjs extract",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"lint:fix": "fedx-scripts eslint --ext .js --ext .jsx . --fix",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"start:with-theme": "paragon install-theme && npm start && npm install",
"test": "fedx-scripts jest --coverage",
"test:watch": "fedx-scripts jest --coverage --watchAll --watch",
"clear-jest": "fedx-scripts jest --clearCache"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/openedx/frontend-app-library-authoring#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/openedx/frontend-app-library-authoring/issues"
},
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "^13.0.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-content-components": "^2.0.0",
"@edx/frontend-platform": "7.1.4",
"@edx/openedx-atlas": "^0.6.0",
"@openedx/paragon": "21.11.3",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@popperjs/core": "2.11.8",
"@reduxjs/toolkit": "1.9.7",
"core-js": "3.31.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"history": "5.3.0",
"immutability-helper": "3.1.1",
"lodash.debounce": "^4.0.8",
"prop-types": "15.8.1",
"querystring": "0.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "14.2.3",
"react-onclickoutside": "^6.12.1",
"react-redux": "7.2.9",
"react-router": "6.22.3",
"react-router-dom": "6.22.3",
"redux": "4.2.1",
"regenerator-runtime": "0.13.11",
"reselect": "4.1.8",
"uuid": "9.0.1"
},
"devDependencies": {
"@edx/browserslist-config": "^1.2.0",
"@openedx/frontend-build": "13.1.4",
"@edx/reactifex": "^2.1.1",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"copy-webpack-plugin": "^11.0.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
"mock-xmlhttprequest": "8.3.0",
"redux-mock-store": "1.5.4",
"rosie": "2.1.1"
}
}