-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
108 lines (108 loc) · 3.17 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "dcos-website",
"version": "1.0.0",
"description": "Website for DC/OS",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=production gulp test",
"start": "NODE_ENV=production gulp serve",
"build": "NODE_ENV=production npm run clean && gulp build",
"clean": "rm -r ./build",
"eslint": "eslint",
"dev": "NODE_ENV=production gulp serve",
"dev:site": "NODE_ENV=production npm run clean && gulp serve-site",
"dev:docs": "NODE_ENV=production npm run clean && gulp serve-docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcos/dcos-website.git"
},
"author": "DC/OS (http://www.dcos.io)",
"bugs": {
"url": "https://github.com/dcos/dcos-website/issues"
},
"homepage": "https://github.com/dcos/dcos-website#readme",
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"devDependencies": {
"autoprefixer": "6.3.4",
"babel-preset-es2015": "6.6.0",
"babelify": "7.3.0",
"browser-sync": "2.26.3",
"browserify": "13.1.1",
"connect-modrewrite": "0.9.0",
"eslint": "6.6.0",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.3.0",
"eslint-plugin-standard": "1.3.2",
"gulp": "3.8.11",
"gulp-babel": "6.1.2",
"gulp-batch": "1.0.5",
"gulp-changed": "1.3.2",
"gulp-clean-css": "2.0.11",
"gulp-concat": "2.6.0",
"gulp-front-matter": "1.3.0",
"gulp-if": "2.0.1",
"gulp-ignore": "2.0.2",
"gulp-load-plugins": "1.2.4",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.1.1",
"gulp-sass": "3.0.0",
"gulp-uglify": "1.5.4",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.9",
"gulpsmith": "0.5.5",
"marked": "0.3.5",
"metalsmith": "2.1.0",
"metalsmith-ancestry": "1.2.0",
"metalsmith-babel": "4.0.0",
"metalsmith-branch": "0.0.4",
"metalsmith-browser-sync": "davidvanleeuwen/metalsmith-browser-sync",
"metalsmith-collections": "git+https://github.com/spacedawwwg/metalsmith-collections.git",
"metalsmith-copy": "0.2.1",
"metalsmith-define": "2.0.1",
"metalsmith-each": "0.1.1",
"metalsmith-excerpts": "1.1.0",
"metalsmith-feed": "0.2.0",
"metalsmith-jade": "davidvanleeuwen/metalsmith-jade",
"metalsmith-layouts": "1.6.4",
"metalsmith-logger": "0.0.3",
"metalsmith-lunr": "0.2.1",
"metalsmith-markdown": "0.2.1",
"metalsmith-navigation": "davidvanleeuwen/metalsmith-navigation",
"metalsmith-permalinks": "0.5.0",
"metalsmith-tags": "1.2.1",
"metalsmith-writemetadata": "0.4.5",
"moment": "2.13.0",
"nginx-conf": "1.3.0",
"normalize-scss": "4.0.3",
"promisify-node": "0.4.0",
"support-for": "1.0.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"dependencies": {
"basscss-sass": "4.0.0",
"compare-versions": "3.0.0",
"es6-promise": "4.0.5",
"hammerjs": "2.0.8",
"metalsmith-ancestry": "1.0.0",
"metalsmith-excerpts": "1.1.0",
"metalsmith-uglify": "1.2.1",
"mini-lightbox": "3.0.3",
"spinkit": "1.2.5",
"swagger-ui-browserify": "2.2.3-a",
"wallop": "2.4.1"
}
}