forked from mitodl/ocw-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
181 lines (181 loc) · 6.21 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "ocw_studio",
"version": "0.0.0",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/mitodl/ocw-studio.git"
},
"dependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^35.4.0",
"@ckeditor/ckeditor5-autoformat": "^35.4.0",
"@ckeditor/ckeditor5-basic-styles": "^35.4.0",
"@ckeditor/ckeditor5-block-quote": "^35.4.0",
"@ckeditor/ckeditor5-code-block": "35.4.0",
"@ckeditor/ckeditor5-core": "^35.4.0",
"@ckeditor/ckeditor5-dev-utils": "^26.1.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^26.1.0",
"@ckeditor/ckeditor5-easy-image": "^35.4.0",
"@ckeditor/ckeditor5-editor-classic": "^35.4.0",
"@ckeditor/ckeditor5-engine": "^35.4.0",
"@ckeditor/ckeditor5-essentials": "^35.4.0",
"@ckeditor/ckeditor5-heading": "^35.4.0",
"@ckeditor/ckeditor5-image": "^35.4.0",
"@ckeditor/ckeditor5-inspector": "^3.1.1",
"@ckeditor/ckeditor5-link": "^35.4.0",
"@ckeditor/ckeditor5-list": "^35.4.0",
"@ckeditor/ckeditor5-markdown-gfm": "^35.4.0",
"@ckeditor/ckeditor5-media-embed": "^35.4.0",
"@ckeditor/ckeditor5-paragraph": "^35.4.0",
"@ckeditor/ckeditor5-react": "^3.0.3",
"@ckeditor/ckeditor5-table": "^35.4.0",
"@ckeditor/ckeditor5-theme-lark": "^35.4.0",
"@ckeditor/ckeditor5-upload": "^35.4.0",
"@ckeditor/ckeditor5-widget": "^35.4.0",
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/sortable": "^4.0.0",
"@reduxjs/toolkit": "^1.8.1",
"@sentry/react": "^7.13.0",
"@swc/core": "^1.3.62",
"@swc/jest": "^0.2.4",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "12",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^14.1.1",
"@types/ckeditor__ckeditor5-core": "^33.0.3",
"@types/enzyme": "^3.10.9",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/history": "4.7.11",
"@types/jest": "^27.0.2",
"@types/jest-when": "^2.7.3",
"@types/js-beautify": "^1.13.2",
"@types/lodash": "^4.14.172",
"@types/luxon": "^3.2.0",
"@types/node": "^16.4.11",
"@types/pluralize": "^0.0.29",
"@types/ramda": "^0.27.44",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-outside-click-handler": "^1.3.0",
"@types/react-redux": "^7.1.18",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/react-select": "^4.0.17",
"@types/redux-logger": "^3.0.9",
"@types/showdown": "^1.9.4",
"@types/sinon": "^10.0.2",
"@types/turndown": "^5.0.1",
"@types/url-assembler": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@use-it/interval": "^1.0.0",
"autoprefixer": "9",
"bootstrap": "4",
"casual": "^1.6.2",
"ckeditor5-math": "35.4.0",
"classnames": "^2.3.1",
"core-js": "^3.16.0",
"css-loader": "^4.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.32.0",
"eslint-config-mitodl": "1.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"expect-type": "^0.13.0",
"express": "^4.17.1",
"fetch-mock": "^9.10.6",
"formik": "^2.2.9",
"history": "^4.10.1",
"jest": "^27.2.5",
"jest-fail-on-console": "^2.0.4",
"jest-watch-typeahead": "^2.2.0",
"jest-when": "^3.5.1",
"js-beautify": "^1.14.0",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"mathjax": "^3.2.2",
"mini-css-extract-plugin": "^0.10.0",
"pluralize": "^8.0.0",
"postcss-loader": "^6.1.1",
"prettier": "^3.0.3",
"prettier-plugin-django-alpine": "^1.1.1",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"ramda": "^0.27.1",
"raw-loader": "^4.0.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-ga": "^3.3.0",
"react-hot-loader": "^4.13.0",
"react-nestable": "^2.0.0",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^4.3.0",
"react-select-async-paginate": "^0.7.3",
"react-test-renderer": "^16.13.1",
"reactstrap": "^8.9.0",
"redux": "^4.0.5",
"redux-query": "^3.4.2",
"redux-query-interface-superagent": "^3.4.2",
"redux-query-react": "^3.4.2",
"reselect": "^4.0.0",
"sass": "^1.38.1",
"sass-lint": "^1.13.1",
"sass-loader": "^12.1.0",
"sentry-testkit": "^4.0.3",
"showdown": "^1.9.1",
"sinon": "^11.1.2",
"style-loader": "^3.2.1",
"stylelint": "^15.10.3",
"stylelint-config-standard-scss": "^10.0.0",
"svg-inline-loader": "^0.8.2",
"swc-loader": "^0.1.15",
"tiny-invariant": "^1.3.1",
"turndown": "^7.0.0",
"typescript": "^4.9.5",
"url": "^0.11.0",
"url-assembler": "^2.1.1",
"url-loader": "^4.1.1",
"waait": "^1.0.5",
"webpack": "^5.76.0",
"webpack-bundle-tracker": "^1.2.0",
"webpack-cli": "^4.8.0",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.25.0",
"yup": "^0.32.9"
},
"engines": {
"node": "16.15.0",
"yarn": "3.x"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:cache": "eslint . --ext .js,.jsx,.ts,.tsx --cache",
"scss_lint": "stylelint '**/*.scss' --allow-empty-input",
"scss_lint_fix": "stylelint '**/*.scss' --allow-empty-input --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"repl": "node --require ./scripts/repl.js",
"fmt": "LOG_LEVEL= prettier --write --ignore $PWD/'static/js/types/*.d.ts' $PWD/'static/js/**/*.ts' $PWD/'static/js/**/*.tsx' $PWD/'static/scss/**/*.scss'",
"fmt:check": "LOG_LEVEL= prettier --check --ignore $PWD/'static/js/types/*.d.ts' $PWD/'static/js/**/*.ts' $PWD/'static/js/**/*.tsx' $PWD/'static/scss/**/*.scss'",
"typescript": "rm -rf dist && rm -f .tsbuildinfo && tsc",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"build": "webpack --config webpack.config.prod.js --bail"
},
"browserslist": [
"> 1%"
],
"resolutions": {
"turndown": "7.0.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8"
},
"packageManager": "yarn@3.1.0"
}