mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-14 10:25:40 +00:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "rancher-docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"build:preview": "gulp build-preview",
|
|
"dev": "gulp dev",
|
|
"server": "gulp server",
|
|
"server:with-drafts": "gulp server:with-drafts",
|
|
"cms:delete": "gulp cms-delete"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.25.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babelify": "^8.0.0",
|
|
"browser-sync": "^2.18.13",
|
|
"browserify": "^16.1.1",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssnano": "^2.1.2",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-imagemin": "^4.1.0",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"gulp-newer": "^1.3.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-sass-lint": "^1.3.2",
|
|
"gulp-size": "^3.0.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-watch": "^5.0.0",
|
|
"jquery": "^3.3.1",
|
|
"moment": "^2.20.1",
|
|
"node-sass-tilde-importer": "^1.0.0",
|
|
"rancher-website-theme": "https://github.com/rancherlabs/website-theme.git",
|
|
"run-sequence": "^2.0.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"hugo-search-index": "^0.4.1",
|
|
"lory.js": "^2.4.1",
|
|
"ml-stack-nav": "^1.1.2",
|
|
"tingle.js": "^0.13.2"
|
|
}
|
|
}
|