-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
136 lines (136 loc) · 4.57 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
{
"name": "odl_video_service",
"version": "0.0.0",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/mitodl/odl-video-service.git"
},
"dependencies": {
"@contently/videojs-annotation-comments": "^2.0.1",
"@material/base": "^0.29.0",
"@material/button": "^0.33.0",
"@material/checkbox": "^0.33.0",
"@material/dialog": "^0.33.0",
"@material/drawer": "^0.33.0",
"@material/layout-grid": "^0.24.0",
"@material/list": "^0.33.0",
"@material/menu": "^0.33.0",
"@material/radio": "^0.33.0",
"@material/textfield": "^0.33.0",
"@material/toolbar": "^0.33.0",
"@material/typography": "^0.28.0",
"@sentry/browser": "5.30.0",
"@silvermine/videojs-quality-selector": "^1.2.3",
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.1",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-jsx": "^1.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"casual-browserify": "^1.5.12",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"codecov": "^3.7.1",
"css-loader": "^3.5.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-mitodl": "^0.0.7",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-react": "^7.19.0",
"express": "^4.17.3",
"fetch-mock": "^5.12.1",
"flow-bin": "0.237.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.5.0",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^0.12.0",
"mocha": "^7.1.1",
"moment": "^2.29.4",
"node-sass": "^7.0.0",
"nyc": "^15.1.0",
"object.entries": "^1.1.1",
"postcss-loader": "^4.2.0",
"prettier-eslint-cli": "^5.0.0",
"prop-types": "^15.5.10",
"ramda": "^0.30.0",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.6.0",
"react-document-title": "^2.0.3",
"react-dom": "^15.6.1",
"react-dropbox-chooser": "^0.0.5",
"react-ga": "^2.2.0",
"react-hot-loader": "next",
"react-load-script": "^0.0.6",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^15.6.1",
"react-transition-group": "^2.3.1",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-asserts": "^0.0.12",
"redux-hammock": "^0.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"rmwc": "^1.4.1",
"sanitize-filename": "^1.6.1",
"sass-lint": "^1.10.2",
"sass-loader": "^10",
"sinon": "^9.0.2",
"style-loader": "^0.23.0",
"tar": "^6.0.0",
"url-loader": "^4.1.0",
"victory": "^0.27.0",
"video.js": "^7.15.0",
"videojs-contrib-quality-levels": "^2.0.4",
"videojs-hls-quality-selector": "^1.1.0",
"videojs-hotkeys": "^0.2.25",
"videojs-youtube": "^2.6.0",
"webpack": "4.47.0",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "2.26.1"
},
"engines": {
"node": "16.20.2",
"yarn": "1.22.19"
},
"resolutions": {
"**/acorn": "^7.1.1",
"**/send/**/mime": "^2.4.6"
},
"scripts": {
"postinstall": "./webpack_if_prod.sh",
"lint": "node ./node_modules/eslint/bin/eslint.js ./static/js",
"scss_lint": "node ./node_modules/sass-lint/bin/sass-lint.js --verbose --no-exit",
"test": "./scripts/test/js_test.sh",
"coverage": "COVERAGE=1 ./scripts/test/js_test.sh",
"codecov": "CODECOV=1 ./scripts/test/js_test.sh",
"watch": "WATCH=1 ./scripts/test/js_test.sh",
"flow": "flow check",
"fmt": "LOG_LEVEL= prettier-eslint --write --no-semi --ignore $PWD/'static/js/flow/**/*.js' $PWD/'static/js/**/*.js'",
"fmt:check": "prettier-eslint --list-different --no-semi --ignore $PWD/'static/js/flow/**/*.js' $PWD/'static/js/**/*.js'",
"repl": "node --require ./scripts/repl.js"
}
}