forked from center-key/node-slate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.8 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
{
"name": "node-slate",
"version": "1.9.8",
"description": "Node port of lord/slate",
"license": "Apache-2.0",
"type": "module",
"main": "build/index.html",
"repository": "github:center-key/node-slate",
"homepage": "https://node-slate.js.org",
"bugs": "https://github.com/center-key/node-slate/issues",
"docs": "https://github.com/center-key/node-slate#readme",
"author": "Various",
"keywords": [
"api-documentation",
"api",
"nodejs",
"slate",
"static-site-generator"
],
"jshintConfig": {
"esversion": 9,
"strict": "implied",
"eqeqeq": true,
"node": true,
"undef": true,
"unused": true
},
"scripts": {
"test": " jshint gulpfile.js",
"prestart": " gulp build-uncompressed",
"start": " gulp serve",
"prebuild": " gulp clean",
"build": " gulp build-static-site",
"postbuild": "gulp lint && gulp publish",
"deploy": " deploy.sh"
},
"dependencies": {
"browser-sync": "~2.26",
"del": "~6.0",
"fuse.js": "~6.4",
"gulp": "~4.0",
"gulp-clean-css": "~4.3",
"gulp-cli": "~2.3",
"gulp-concat": "~2.6",
"gulp-ejs": "~5.1",
"gulp-htmlhint": "~4.0",
"gulp-if": "~3.0",
"gulp-jshint": "~2.1",
"gulp-prettify": "~0.5",
"gulp-rename": "~2.0",
"gulp-sass": "~4.1",
"gulp-uglify": "~3.0",
"gulp-w3c-html-validator": "~3.0",
"highlight.js": "~10.6",
"imagesloaded": "~4.1",
"jquery": "~3.5",
"jquery-highlight": "~3.5",
"jquery-ui": "~1.12",
"jquery-ui-dist": "~1.12",
"jquery.tocify": "~1.9",
"js-yaml": "~4.0",
"jshint": "~2.12",
"marked": "~2.0",
"merge-stream": "~2.0",
"node-sass": "~5.0",
"tocbot": "~4.12"
}
}