forked from mendix/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.7 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
{
"name": "mxdocumentation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-prod": "HUGO_ENV=production ./node_modules/.bin/gulp build",
"build-test": "HUGO_ENV=test ./node_modules/.bin/gulp build",
"build-windows-prod": "SET HUGO_ENV production; .\\node_modules\\.bin\\gulp build",
"build-windows-test": "SET HUGO_ENV test; .\\node_modules\\.bin\\gulp build",
"docker": "gulp serve",
"serve-test": "HUGO_ENV=test ./node_modules/.bin/gulp serve",
"serve-prod": "HUGO_ENV=production ./node_modules/.bin/gulp serve",
"help": "./node_modules/.bin/gulp help"
},
"author": {
"name": "Mendix B.V.",
"email": "[email protected]",
"url": "https://docs.mendix.com/community/"
},
"license": "CC BY 4.0.",
"devDependencies": {
"algoliasearch": "^3.32.0",
"async": "^2.6.2",
"bluebird": "^3.5.3",
"browser-sync": "^2.18.13",
"cheerio": "^1.0.0-rc.2",
"del": "^3.0.0",
"duplexer": "^0.1.1",
"front-matter": "^3.0.1",
"gulp": "^3.9.1",
"gulp-hash": "^4.1.1",
"gulp-help": "^1.6.1",
"gulp-minify": "^2.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-util": "^3.0.8",
"lodash": "^4.17.11",
"markdown-pdf": "^9.0.0",
"moment": "^2.24.0",
"promise-limit": "^2.7.0",
"pump": "^3.0.0",
"recursive-readdir": "^2.2.1",
"request": "^2.88.0",
"restify": "^7.7.0",
"rss": "^1.2.2",
"run-sequence": "^2.1.0",
"sha1": "^1.1.1",
"shelljs": "^0.8.3",
"spa-server": "^1.0.0",
"split": "^1.0.1",
"through": "^2.3.8",
"upath": "^1.0.0",
"write-yaml": "^1.0.0",
"yaml-front-matter": "^3.4.0",
"yamljs": "^0.3.0"
}
}