This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
forked from d2iq-archive/dcos-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.74 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
{
"name": "mesosphere-docs",
"version": "0.0.1",
"description": "Mesosphere docs",
"private": true,
"engineStrict": true,
"engines": {
"node": "8.1.2"
},
"scripts": {
"dev:tutorials": "RENDER_PATH_PATTERN=1.11/tutorials/** NODE_ENV=development DEBUG=metalsmith-timer,metalsmith-algolia,metalsmith-layouts node index.js",
"dev:services": "RENDER_PATH_PATTERN=services/cassandra/2.2.0-3.0.16/** NODE_ENV=development DEBUG=metalsmith-timer,metalsmith-algolia,metalsmith-layouts node index.js",
"dev": "NODE_ENV=development DEBUG=metalsmith-timer,metalsmith-algolia,metalsmith-layouts node index.js",
"build": "NODE_ENV=production DEBUG=metalsmith-timer,metalsmith-algolia,metalsmith-layouts node index.js",
"build-pdf": "NODE_ENV=pdf DEBUG=metalsmith-timer,metalsmith-algolia,metalsmith-layouts node index.js",
"webpack": "webpack --progress --colors",
"eslint": "eslint js/**.js",
"eslint-init": "eslint --init",
"crawler": "node ./scripts/crawler.js"
},
"author": "Ettrics",
"devDependencies": {
"algoliasearch": "^3.24.3",
"autoprefixer": "^7.1.1",
"bootprint": "^1.0.0",
"bootprint-openapi": "^1.1.0",
"browser-sync": "^2.18.12",
"cheerio": "^1.0.0-rc.2",
"crawler": "^1.0.5",
"css-loader": "^0.28.4",
"debug": "^3.1.0",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"fs-finder": "^1.8.1",
"html-minifier": "^3.5.3",
"inputformat-to-jstransformer": "^1.2.1",
"js-yaml": "^3.9.1",
"jstransformer": "^1.0.0",
"jstransformer-mustache": "^0.1.1",
"markdown-it": "^8.4.0",
"markdown-it-anchor": "^4.0.0",
"markdown-it-attrs": "^1.0.0",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-branch": "0.0.5",
"metalsmith-data-loader": "^1.1.2",
"metalsmith-headings": "^0.2.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdownit": "^0.4.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-redirect": "^2.1.0",
"metalsmith-serve": "0.0.7",
"metalsmith-timer": "0.0.2",
"metalsmith-watch": "^1.0.3",
"metalsmith-webpack2": "^1.0.1",
"mkdirp": "^0.5.1",
"ngindox": "^0.2.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"pug": "^2.0.0-rc.2",
"rss": "^1.2.2",
"sanitize-html": "^1.14.1",
"sass-loader": "^6.0.6",
"semver-regex": "^1.0.0",
"semver-sort": "0.0.4",
"shortcode-parser": "0.0.1",
"style-loader": "^0.18.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {}
}