|
20 | 20 | "scripts": {
|
21 | 21 | "start": "npm-run-all --parallel watch docs-serve",
|
22 | 22 | "bundlesize": "bundlesize",
|
23 |
| - "coveralls": "shx cat js/coverage/lcov.info | coveralls", |
| 23 | + "coveralls": "cat js/coverage/lcov.info | coveralls", |
24 | 24 | "css": "npm-run-all css-compile css-prefix css-minify",
|
25 | 25 | "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/",
|
26 | 26 | "css-lint": "npm-run-all --continue-on-error --parallel css-lint-*",
|
|
56 | 56 | "docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
|
57 | 57 | "docs-serve": "hugo server --port 9001 --disableFastRender",
|
58 | 58 | "docs-serve-only": "serve _gh_pages --listen 9001",
|
59 |
| - "update-deps": "ncu -a -x karma-browserstack-launcher && npm update && shx echo Manually update site/assets/js/vendor", |
| 59 | + "update-deps": "ncu -a -x karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor", |
60 | 60 | "release": "npm-run-all dist release-sri release-zip docs-production",
|
61 | 61 | "release-sri": "node build/generate-sri.js",
|
62 | 62 | "release-version": "node build/change-version.js",
|
63 |
| - "release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"", |
| 63 | + "release-zip": "cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist && cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"", |
64 | 64 | "dist": "npm-run-all --parallel css js",
|
65 | 65 | "test": "npm-run-all lint dist js-test docs-build docs-lint",
|
66 | 66 | "netlify": "npm-run-all dist release-sri docs-production",
|
67 | 67 | "watch": "npm-run-all --parallel watch-*",
|
68 | 68 | "watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
|
69 | 69 | "watch-css-docs": "nodemon --watch site/assets/scss/ --ext scss --exec \"npm run css-lint\"",
|
70 | 70 | "watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
|
71 |
| - "watch-js-docs": "nodemon --watch site/assets/js/src/ --ext js --exec \"npm run js-lint\"" |
| 71 | + "watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"" |
72 | 72 | },
|
73 | 73 | "style": "dist/css/bootstrap.css",
|
74 | 74 | "sass": "scss/bootstrap.scss",
|
|
87 | 87 | "popper.js": "^1.16.0"
|
88 | 88 | },
|
89 | 89 | "devDependencies": {
|
90 |
| - "@babel/cli": "^7.6.4", |
91 |
| - "@babel/core": "^7.6.4", |
| 90 | + "@babel/cli": "^7.7.0", |
| 91 | + "@babel/core": "^7.7.2", |
92 | 92 | "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
93 |
| - "@babel/preset-env": "^7.6.3", |
94 |
| - "autoprefixer": "^9.7.0", |
| 93 | + "@babel/preset-env": "^7.7.1", |
| 94 | + "autoprefixer": "^9.7.1", |
95 | 95 | "babel-eslint": "^10.0.3",
|
96 | 96 | "babel-plugin-istanbul": "^5.2.0",
|
97 | 97 | "bundlesize": "^0.18.0",
|
|
103 | 103 | "eslint-plugin-import": "^2.18.2",
|
104 | 104 | "eslint-plugin-unicorn": "^12.1.0",
|
105 | 105 | "find-unused-sass-variables": "^1.0.2",
|
106 |
| - "glob": "^7.1.5", |
| 106 | + "glob": "^7.1.6", |
107 | 107 | "hammer-simulator": "0.0.1",
|
108 |
| - "hugo-bin": "^0.47.0", |
| 108 | + "hugo-bin": "^0.47.1", |
109 | 109 | "ip": "^1.1.5",
|
110 | 110 | "jasmine-core": "^3.5.0",
|
111 | 111 | "karma": "^4.4.1",
|
|
117 | 117 | "karma-jasmine": "^2.0.1",
|
118 | 118 | "karma-jasmine-html-reporter": "^1.4.2",
|
119 | 119 | "karma-rollup-preprocessor": "^7.0.2",
|
120 |
| - "linkinator": "^1.6.0", |
| 120 | + "linkinator": "^1.6.3", |
121 | 121 | "node-sass": "^4.13.0",
|
122 | 122 | "nodemon": "^1.19.4",
|
123 | 123 | "npm-run-all": "^4.1.5",
|
124 | 124 | "popper.js": "^1.16.0",
|
125 | 125 | "postcss-cli": "^6.1.3",
|
126 |
| - "rollup": "^1.26.0", |
| 126 | + "rollup": "^1.26.3", |
127 | 127 | "rollup-plugin-babel": "^4.3.3",
|
128 | 128 | "rollup-plugin-commonjs": "^10.1.0",
|
129 | 129 | "rollup-plugin-istanbul": "^2.0.1",
|
130 | 130 | "rollup-plugin-node-resolve": "^5.2.0",
|
131 | 131 | "serve": "^11.2.0",
|
132 | 132 | "shelljs": "^0.8.3",
|
133 |
| - "shx": "^0.3.2", |
134 | 133 | "stylelint": "^11.1.1",
|
135 | 134 | "stylelint-config-twbs-bootstrap": "^0.9.0",
|
136 | 135 | "terser": "^4.3.9",
|
|
164 | 163 | "peerDependencies": {
|
165 | 164 | "popper.js": "^1.16.0"
|
166 | 165 | }
|
| 166 | + }, |
| 167 | + "funding": { |
| 168 | + "type": "opencollective", |
| 169 | + "url": "https://opencollective.com/bootstrap" |
167 | 170 | }
|
168 | 171 | }
|
0 commit comments