-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
113 lines (113 loc) · 4.64 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
109
110
111
112
113
{
"name": "docs-codefresh-io",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "0.0.1",
"keywords": [
"jekyll",
"codefresh"
],
"homepage": "https://github.com/codefresh-io/docs.codefresh.io",
"author": "Codefresh",
"scripts": {
"css": "npm-run-all --parallel css-lint* css-compile* --sequential css-prefix* css-minify*",
"css-docs": "npm-run-all --parallel css-lint-docs css-compile-docs --sequential css-prefix-docs css-minify-docs",
"css-compile-docs": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 assets/scss/docs.scss assets/css/docs.min.css",
"css-lint-docs": "stylelint --syntax scss \"assets/scss/*.scss\" && stylelint \"docs/**/*.css\"",
"css-prefix-docs": "postcss --config build/postcss.config.js --replace \"assets/css/docs.min.css\" \"docs/**/*.css\"",
"css-minify-docs": "cleancss --level 1 --source-map --source-map-inline-sources --output assets/css/docs.min.css assets/css/docs.min.css",
"js": "npm-run-all js-lint* js-minify",
"js-compile": "npm-run-all --parallel js-docs",
"js-docs": "npm-run-all js-lint-docs js-minify-docs",
"js-lint-docs": "eslint assets/js/ docs/ sw.js",
"js-minify": "npm-run-all --parallel js-minify-*",
"js-minify-docs": "uglifyjs --mangle --comments \"/^!/\" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/vendor/jquery.smooth-scroll.min.js assets/js/vendor/jquery.cookie.min.js assets/js/vendor/jquery.navgoco.js \"assets/js/src/*.js\"",
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",
"docs-compile": "set JEKYLL_ENV=production && bundle exec jekyll build",
"postdocs-compile": "npm run docs-workbox-precache",
"docs-lint": "npm-run-all docs-lint-*",
"docs-lint-htmllint": "htmllint --rc build/.htmllintrc \"_site/**/*.html\" \"js/tests/**/*.html\"",
"docs-serve": "bundle exec jekyll serve",
"docs-serve-dev": "set JEKYLL_ENV=development && bundle exec jekyll serve --watch --profile --trace --config _config.yml,_config.dev.yml",
"docs-serve-github": "bundle exec jekyll serve --skip-initial-build --no-watch",
"docs-workbox-precache": "node build/workbox.js",
"maintenance-dependencies": "ncu -a -x jquery && npm update && bundle update && shx echo \"Manually update assets/js/vendor/*, js/tests/vendor/* and .travis.yml\"",
"dist": "npm-run-all --parallel css js",
"watch-css": "nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css-docs\"",
"watch-js": "nodemon --ignore scss/ --ignore js/docs.min.js --ignore dist/ -e js -x \"npm run js-compile\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefresh-io/docs.codefresh.io.git"
},
"bugs": {
"url": "https://github.com/codefresh-io/docs.codefresh.io/issues"
},
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.12.9"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "7.0.0-beta.38",
"autoprefixer": "^7.2.5",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bootstrap": "^4.0.0",
"bundlesize": "^0.18.0",
"clean-css-cli": "^4.1.10",
"cross-env": "^5.1.3",
"eslint": "^4.16.0",
"eslint-plugin-compat": "^2.2.0",
"glob": "^7.1.2",
"htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.3.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-detect-browsers": "^2.2.6",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^1.2.1",
"node-sass": "^4.7.2",
"nodemon": "^1.14.11",
"npm-run-all": "^4.1.2",
"popper.js": "^1.12.9",
"postcss-cli": "^4.1.1",
"qunitjs": "^2.4.1",
"rollup": "^0.55.1",
"rollup-plugin-babel": "4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.2",
"shelljs": "^0.8.1",
"shx": "^0.2.2",
"sri-toolbox": "^0.2.0",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.0.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.2.0",
"uglify-js": "^3.3.9",
"vnu-jar": "^17.11.1",
"workbox-build": "^2.1.2"
},
"engines": {
"node": ">=6"
},
"files": [
"dist/",
"js/{src,dist}/",
"scss/"
],
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
}