-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "jpcercal.com",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"array-duplicates-properties": "^1.1.2",
"css-select": "^1.3.0-rc0",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-html": "^8.6.1",
"grunt-notify": "^0.4.5",
"grunt-pagespeed": "^2.0.1",
"grunt-processhtml": "^0.4.1",
"grunt-shell": "^2.1.0",
"grunt-xmlmin": "^0.1.8",
"handlebars": "^4.5.3",
"html-entities": "^1.2.1",
"js-yaml": "^3.10.0",
"load-grunt-config": "^0.19.2",
"md5": "^2.2.1",
"napa": "^3.0.0",
"pn": "^1.1.0",
"sprintf-js": "^1.1.1",
"string": "^3.3.3",
"svg2png": "^4.1.1",
"time-grunt": "^1.4.0"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "4.0.0-beta.2",
"coffeescript": "^2.5.1",
"lunr": "^2.1.6"
},
"scripts": {
"napa": "napa"
},
"napa": {
"one-dark-jekyll": "mgyongyosi/OneDarkJekyll",
"one-dark-syntax": "atom/one-dark-syntax",
"disqus-loader": "osvaldasvalutis/disqusLoader.js"
}
}