-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.92 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
{
"name": "ocw-course-hugo-theme",
"version": "1.0.0",
"description": "This is a Hugo (https://gohugo.io) theme for publishing an MIT OpenCourseWare (https://ocw.mit.edu/) course as a static site",
"main": "index.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "npm run build:webpack",
"build:webpack": "cross-env NODE_ENV=production webpack --config assets/webpack/webpack.prod.js",
"lint": "eslint src build-scripts",
"fmt": "LOG_LEVEL= prettier-eslint --write --no-semi $PWD/'build-scripts/**/*.js' $PWD/'assets/**/*.js' $PWD/'assets/**/*.scss'",
"fmt:check": "LOG_LEVEL= prettier-eslint --list-different --no-semi $PWD/'build-scripts/**/*.js' $PWD/'assets/**/*.js' $PWD/'assets/**/*.scss'",
"scss_lint": "node ./node_modules/sass-lint/bin/sass-lint.js --verbose --no-exit ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mitodl/ocw-course-hugo-theme.git"
},
"keywords": [
"ocw",
"hugo",
"course",
"static",
"site"
],
"author": "MIT Open Learning",
"license": "MIT",
"bugs": {
"url": "https://github.com/mitodl/ocw-course-hugo-theme/issues"
},
"homepage": "https://github.com/mitodl/ocw-course-hugo-theme#readme",
"engines": {
"node": "^12.13.0",
"yarn": "^1.19.1"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.7.0",
"@babel/register": "^7.10.5",
"@sentry/browser": "^5.19.0",
"archiver": "^5.0.0",
"assets-webpack-plugin": "^3.9.7",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.1.0",
"bodybuilder": "^2.2.21",
"bootstrap": "^4.3.1",
"casual-browserify": "^1.5.19-2",
"clean-webpack-plugin": "^3.0.0",
"cli-progress": "^3.8.2",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"dotenv-webpack": "^2.0.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-mitodl": "^0.0.8",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flow-vars": "0.5.0",
"eslint-plugin-flowtype": "4.4.1",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-mocha": "^6.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^4.1.0",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"fancy-log": "^1.3.2",
"file-loader": "^5.0.2",
"fuse.js": "^6.4.1",
"gulp": "^4.0.2",
"hammerjs": "2.0.7",
"hugo-bin": "*",
"imagesloaded": "4.1.1",
"imports-loader": "^0.8.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^26.2.2",
"jest-fetch-mock": "^3.0.3",
"jquery": "^3.5.1",
"jsdom": "^15.2.1",
"lodash.debounce": "^4.0.8",
"lodash.flatten": "^4.4.0",
"lodash.has": "^4.5.2",
"lodash.toarray": "^4.4.0",
"lodash.uppercase": "^4.3.0",
"mathjax": "3",
"mini-css-extract-plugin": "^0.8.0",
"nanogallery2": "^2.4.2",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"offcanvas-bootstrap": "^2.5.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"plugin-error": "^1.0.1",
"popper.js": "^1.16.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0",
"raf": "^3.4.1",
"ramda": "^0.27.0",
"rimraf": "^3.0.2",
"sass-lint": "^1.13.1",
"sass-loader": "^8.0.0",
"screenfull": "3.2.0",
"shifty": "1.5.3",
"spinkit": "^2.0.1",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.1",
"tippy.js": "^6.2.5",
"tmp": "^0.2.1",
"url-loader": "^3.0.0",
"walk": "^2.3.14",
"webpack": "^4.44.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9"
}
}