-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
127 lines (127 loc) · 4.41 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
{
"private": true,
"dependencies": {
"ajv": "^6.12.0",
"app-root-path": "^3.0.0",
"asciidoctor.js": "1.5.9",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"bespoke": "^1.1.0",
"bespoke-bullets": "^1.1.0",
"bespoke-classes": "^1.0.0",
"bespoke-extern": "^1.0.0",
"bespoke-forms": "^1.0.0",
"bespoke-fullscreen": "^1.0.0",
"bespoke-hash": "^1.1.0",
"bootstrap": "^4.4.1",
"build-if-changed": "^0.1.2",
"codemirror": "^5.53.2",
"split.js": "^1.5.11",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"css-loader": "^3.4.2",
"datatables.net": "^1.10.20",
"datatables.net-dt": "^1.10.20",
"dotenv": "^8.2.0",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons": "^6.0.0",
"file-loader": "^6.0.0",
"font-awesome": "^4.7.0",
"fs-extra": "^9.0.0",
"fs-promise": "^2.0.3",
"git-json-merge": "^0.4.5",
"git-rev-sync": "^2.0.0",
"gravatar": "^1.8.0",
"grunt": "^1.1.0",
"grunt-google-fonts": "https://github.com/gchallen/grunt-google-fonts",
"grunt-lineending": "^1.0.0",
"handlebars": "^4.7.3",
"handlebars-helpers": "^0.10.0",
"hammerjs": "^2.0.8",
"highlightjs": "^9.16.2",
"html-minifier": "^4.0.0",
"http-server": "^0.12.1",
"jquery": "^3.4.1",
"js-yaml": "^3.13.1",
"jsonfile": "^6.0.1",
"jstransformer-handlebars": "^1.1.0",
"metalsmith": "^2.3.0",
"metalsmith-beautify": "^0.2.0",
"metalsmith-branch": "0.0.5",
"metalsmith-build-date": "^0.2.0",
"metalsmith-code-highlight": "^1.1.0",
"metalsmith-discover-helpers": "^0.1.1",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-drafts": "1.0.0",
"metalsmith-filemetadata": "^1.0.0",
"metalsmith-fingerprint-ignore": "^2.0.0",
"metalsmith-formatcheck": "^0.2.5",
"metalsmith-html-minifier": "^4.0.1",
"metalsmith-if": "^0.1.1",
"metalsmith-ignore": "^1.0.0",
"metalsmith-in-place": "^4.4.1",
"metalsmith-layouts": "^2.3.1",
"metalsmith-linkcheck": "^0.3.4",
"metalsmith-markdown": "^1.3.0",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-sass": "^1.7.0",
"metalsmith-spellcheck": "^0.2.8",
"minimatch": "^3.0.4",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"mongodb": "^3.5.5",
"node-dir": "^0.1.17",
"node-plantuml-latest": "^1.3.0",
"node-sass": "^4.13.1",
"object-hash": "^2.0.3",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"random-id": "github:cs125-illinois/random-id",
"remove-empty-directories": "0.0.1",
"replace-ext": "^1.0.0",
"rsync": "^0.6.1",
"sass-loader": "^8.0.2",
"sentence-tokenizer": "1.0.1",
"slugify": "^1.4.0",
"stream-to-string": "^1.2.0",
"string-hash": "^1.1.3",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"through2": "^3.0.1",
"tmp": "0.1.0",
"touch": "^3.1.0",
"underscore": "^1.10.2",
"unescape": "^1.0.1",
"webpack": "^4.42.1",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.11",
"word-wrap": "^1.2.3",
"yamljs": "^0.3.0"
},
"main": "lib/index.js",
"scripts": {
"build": "npm run build-if-changed && node index.js",
"check": "npm run build-if-changed && node index.js . --check",
"test": "npm run build-if-changed && node index.js . --check --checkFormat=false",
"start": "http-server build -p 8125 -a 127.0.0.1 -c-1",
"getpeople": "./scripts/getpeople.js Spring2020 src/info/",
"getpeople:Fall2019": "./scripts/getpeople.js Fall2019 src/info/2019/fall",
"getpeople:Spring2019": "./scripts/getpeople.js Spring2019 src/info/2019/spring",
"getpeople:Fall2018": "./scripts/getpeople.js Fall2018 src/info/2018/fall",
"getpeople:Spring2018": "./scripts/getpeople.js Spring2018 src/info/2018/spring",
"getfair": "./scripts/getfair.js cs125 src/info/ --semester=Fall2019",
"getfair:Spring2019": "./scripts/getfair.js cs125 src/info/2019/spring --semester=Spring2019",
"getfair:Fall2018": "./scripts/getfair.js cs125 src/info/2018/fall --semester=Fall2018",
"getfair:Spring2018": "./scripts/getfair.js Spring2018 src/info/2018/spring",
"all": "npm run getpeople && npm run build -- --stack-size=4096",
"webpack": "webpack",
"build-if-changed": "build-if-changed",
"ncu": "ncu",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^3.2.3",
"npm-check-updates": "^4.1.0"
}
}