forked from openedx/frontend-app-publisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.76 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
{
"name": "edx-frontend-app-publisher",
"version": "0.1.0",
"description": "Frontend for the Publisher Application",
"repository": "https://github.com/openedx/frontend-app-publisher",
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "fedx-scripts formatjs extract",
"deploy:gh-pages": "npm run build && gh-pages -d dist",
"lint": "fedx-scripts eslint --ext .jsx,.js .",
"lint-fix": "fedx-scripts eslint --ext .jsx,.js . --fix",
"prepush": "npm run lint; npm run stylelint",
"prepublishOnly": "npm run build",
"start": "fedx-scripts webpack-dev-server --progress",
"debug-test": "node --inspect-brk node_modules/.bin/jest --coverage --runInBand",
"test": "TZ=GMT fedx-scripts jest --coverage --maxWorkers=2",
"snapshot": "TZ=GMT fedx-scripts jest --updateSnapshot",
"stylelint": "stylelint '**/*.scss'"
},
"license": "AGPL-3.0",
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "npm:@edx/frontend-component-footer-edx@^7.1.0",
"@edx/frontend-platform": "^8.0.0",
"@edx/openedx-atlas": "^0.6.0",
"@openedx/paragon": "^21.11.3",
"@edx/tinymce-language-selector": "1.1.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@tinymce/tinymce-react": "3.9.0",
"classnames": "2.5.1",
"core-js": "3.38.1",
"fast-json-stable-stringify": "2.1.0",
"font-awesome": "4.7.0",
"history": "4.10.1",
"jsx-to-string": "1.4.0",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"postcss": "8.4.45",
"prop-types": "15.8.1",
"query-string": "7.1.3",
"react": "^17.0.2",
"react-autosuggest": "10.1.0",
"react-beautiful-dnd": "13.1.1",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "^17.0.2",
"react-helmet": "6.1.0",
"react-redux": "7.2.9",
"react-router": "6.26.1",
"react-router-dom": "6.26.1",
"react-select": "3.2.0",
"react-tooltip": "4.5.1",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-form": "8.3.10",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.14.1",
"tinymce": "5.10.9"
},
"devDependencies": {
"@edx/browserslist-config": "^1.2.0",
"@openedx/frontend-build": "^14.0.14",
"@edx/stylelint-config-edx": "^2.3.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"axios": "0.27.2",
"axios-mock-adapter": "1.22.0",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"gh-pages": "3.2.3",
"husky": "7.0.4",
"is-blob": "2.1.0",
"redux-mock-store": "1.5.4",
"stylelint-declaration-strict-value": "1.10.6"
}
}