-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"devDependencies": {
"autoprefixer": "^9",
"grunt": "^1.3.0",
"grunt-contrib-copy": "latest",
"grunt-contrib-stylus": "latest",
"grunt-contrib-watch": "latest",
"grunt-exec": "latest",
"grunt-force": "latest",
"grunt-gh-pages": "^4.0.0",
"grunt-postcss": "latest",
"grunt-responsive-images": "latest",
"grunt-yaml": "latest",
"jit-grunt": "latest",
"matchdep": "latest",
"postcss-calc": "^8.0.0",
"postcss-css-variables": "^0.17.0",
"time-grunt": "latest"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.5.0",
"citation-js": "^0.5.0",
"coffeescript": "^2.5.1",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-pug": "latest",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"jstransformer-coffee-script": "^1.1.1",
"jstransformer-markdown-it": "^2.1.0",
"lightbox2": "^2.11.3",
"live-server": "^1.2.1",
"lodash": "^4.17.20",
"marked": "^1.2.7",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"node-fetch": "^2.6.1",
"postcss": "^8.2.2",
"pug": "^3.0.0",
"replace-ext": "^2.0.0",
"rimraf": "^3.0.2",
"showdown": "^1.9.1",
"staticrypt": "^1.3.2",
"toml": "^3.0.0",
"wikidata-elements": "0.1.0",
"yaml": "^1.10.0"
}
}