]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/blame - package.json
fix: body-safe-padding
[thirdparty/foundation/foundation-sites.git] / package.json
CommitLineData
9b30a7ad 1{
af17c2bb 2 "name": "foundation-sites",
c9566829 3 "version": "6.7.1",
329902cc 4 "main": "dist/js/foundation.js",
d03b2256
NC
5 "module": "dist/js/foundation.esm.js",
6 "jsnext:main": "dist/js/foundation.esm.js",
7 "esnext": "dist/js/foundation.es6.js",
618e8807 8 "typings": "dist/js/foundation.d.ts",
f257f166 9 "description": "The most advanced responsive front-end framework in the world.",
4d1bf0ab
JW
10 "author": "Foundation Yetinauts <contact@get.foundation> (https://get.foundation)",
11 "homepage": "https://get.foundation/sites",
9f9ad84f 12 "scripts": {
c38ca89b 13 "start": "gulp",
755aadf0 14 "test": "yarn test:sass && yarn test:javascript:units && yarn test:bundle",
2592b2f6 15 "test:single-process": "yarn test:sass && yarn test:javascript:units:single-process && yarn test:bundle:single-process",
755aadf0 16 "test:ci": "yarn test:sass && yarn test:javascript:ci",
2592b2f6 17 "test:ci:single-process": "yarn test:sass && yarn test:javascript:ci:single-process",
6fcaa0c0 18 "test:sass": "mocha test/sass/test_sass.js --colors",
073d0f27 19 "test:javascript:transpile": "gulp sass:foundation --color && gulp test:transpile-js --color",
2592b2f6
DR
20 "test:javascript:units": "yarn test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html",
21 "test:javascript:units:single-process": "yarn test:javascript:transpile && mocha-headless-chrome -a single-process -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html",
755aadf0 22 "test:javascript:browserstack": "yarn test:javascript:transpile && browserstack-runner",
2592b2f6
DR
23 "test:javascript:ci": "yarn test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html && browserstack-runner",
24 "test:javascript:ci:single-process": "yarn test:javascript:transpile && mocha-headless-chrome -a single-process -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html && browserstack-runner",
c62ae9f7
DR
25 "test:bundle": "mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/bundle/index.html",
26 "test:bundle:single-process": "mocha-headless-chrome -a ignore-resource-errors -a single-process -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/bundle/index.html",
073d0f27
DR
27 "test:visual": "gulp test --color",
28 "deploy": "gulp deploy --color",
17b1d901 29 "deploy:prep": "gulp deploy:prep --color"
9f9ad84f 30 },
b1b9408b 31 "peerDependencies": {
201d7025
NC
32 "jquery": ">=2.2.0",
33 "what-input": ">=4.1.0"
f13d43c7 34 },
f257f166 35 "license": "MIT",
9b30a7ad 36 "devDependencies": {
7a4057fe
NC
37 "@babel/core": "^7.2.2",
38 "@babel/preset-env": "^7.2.3",
45e8c511 39 "@commitlint/cli": "^8.1.0",
7a4057fe 40 "@commitlint/config-conventional": "^7.3.1",
7a4057fe
NC
41 "autoprefixer": "^9.4.5",
42 "babel-loader": "^8.0.5",
eca94aec 43 "browser-sync": "^2.18.12",
e628e0d4 44 "browserstack-runner": "^0.9.0",
09a7214c 45 "chai": "^4.1.2",
7a4057fe 46 "chai-jquery": "^2.1.0",
7a4057fe 47 "clipboard": "^2.0.4",
eca94aec 48 "corejs-typeahead": "^1.1.1",
bdebdb87 49 "cz-conventional-changelog": "^2.1.0",
ae398ea7 50 "doiuse": "^4.4.1",
268bb918 51 "foundation-docs": "github:foundation/foundation-docs",
a9daeb10 52 "gulp": "^4.0.0",
be04444c 53 "gulp-add-src": "^1.0.0",
e628e0d4 54 "gulp-babel": "^8.0.0",
be04444c 55 "gulp-cache-bust": "^1.3.0",
b1b441c2 56 "gulp-check-deps": "^1.4.1",
7a4057fe 57 "gulp-clean-css": "^4.0.0",
afa05cad 58 "gulp-concat": "^2.4.3",
8a373da3 59 "gulp-eslint": "^5.0.0",
be04444c 60 "gulp-filter": "^5.1.0",
ef7951c8 61 "gulp-if": "^2.0.0",
eca94aec 62 "gulp-load-plugins": "^1.5.0",
68d52872 63 "gulp-newer": "^1.1.0",
7a4057fe 64 "gulp-plumber": "^1.2.1",
e628e0d4 65 "gulp-postcss": "^8.0.0",
aa1eb8ab 66 "gulp-rename": "^1.2.2",
d0fdc597 67 "gulp-replace": "^1.0.0",
79c9173a 68 "gulp-sass": "^4.1.1",
ae398ea7 69 "gulp-sass-lint": "^1.4.0",
8a373da3 70 "gulp-sourcemaps": "^2.6.4",
be04444c
NC
71 "gulp-uglify": "^3.0.0",
72 "gulp-zip": "^4.1.0",
7a4057fe 73 "husky": "^1.3.1",
f61d486e 74 "is-empty-object": "^1.1.1",
26f0ce5b 75 "jquery": "^3.3.1",
7a4057fe 76 "js-yaml": "^3.12.1",
657bee91 77 "kleur": "^3.0.2",
be04444c 78 "mocha": "^5.0.5",
7a4057fe 79 "mocha-headless-chrome": "^2.0.1",
a7da0122 80 "motion-ui": "^2.0.2",
98fc4c58 81 "node-sass": "^6.0.1",
6a295854 82 "octophant": "^1.0.0",
ae398ea7 83 "panini": "^1.7.2",
e42f0da5 84 "patch-package": "^6.2.1",
47c12851 85 "prettyjson": "^1.1.3",
1b737dcf 86 "puppeteer": "^1.11.0",
7a4057fe 87 "require-dir": "^1.2.0",
3fa67416 88 "requirejs": "^2.3.6",
7a4057fe
NC
89 "rollup": "^1.1.0",
90 "rollup-plugin-babel": "^4.3.0",
be04444c 91 "run-sequence": "^2.2.1",
1e100551 92 "sass-true": "^4.0.0",
be04444c 93 "sassy-lists": "^3.0.1",
7a4057fe 94 "sinon": "^7.2.2",
c60031cd 95 "strip-indent": "^2.0.0",
ae398ea7 96 "supercollider": "^1.5.3",
462e395b 97 "touch": "^3.1.0",
a9daeb10 98 "undertaker-forward-reference": "^1.0.2",
4044d5f2 99 "util-deprecate": "^1.0.2",
eca94aec 100 "vinyl": "^2.0.2",
e1807fee 101 "vinyl-named": "^1.1.0",
7a4057fe
NC
102 "webpack": "^4.28.4",
103 "webpack-stream": "^5.2.1",
8fd7f329 104 "what-input": ">=4.1.0",
105 "yargs": "^13.3.0"
35ea6675 106 },
2f2b5850 107 "resolutions": {
3e5cdcb0 108 "puppeteer": "^1.11.0",
9c784d14 109 "glob-parent": "^5.1.2",
3e5cdcb0
JW
110 "marked": "^2",
111 "node-sass": "^6.0.1",
112 "lodash": "^4.17.21",
113 "minimist": "^1.2.3",
3033dd27
JW
114 "dot-prop": "^5.2.0",
115 "trim-newlines": "^3.0.1"
2f2b5850 116 },
4022181e 117 "engines": {
997302f8 118 "node": ">=12.0"
4022181e 119 },
afa05cad
GK
120 "repository": {
121 "type": "git",
cb352497 122 "url": "https://github.com/foundation/foundation-sites"
08aac62d 123 },
f257f166 124 "bugs": {
cb352497 125 "url": "https://github.com/foundation/foundation-sites/issues",
4d1bf0ab 126 "email": "contact@get.foundation"
f257f166 127 },
33a852f2 128 "keywords": [
814a17da
NC
129 "css",
130 "scss",
131 "sass",
132 "js",
133 "responsive",
134 "mobile-first",
135 "framework",
60124dc3 136 "eyeglass-module",
33a852f2
JS
137 "handlebars-helper-rel",
138 "handlebars-helper-slugify"
25e91773
GK
139 ],
140 "eyeglass": {
141 "name": "foundation",
142 "sassDir": "scss",
8e1e9450 143 "needs": ">=0.8.0",
60124dc3 144 "exports": false
3ac7352e
G
145 },
146 "jspm": {
d03b2256
NC
147 "main": "dist/js/foundation.esm.js",
148 "format": "esm"
43bcfb72
RC
149 },
150 "browserify": {
56d2b86a
CM
151 "transform": [
152 [
153 "babelify",
154 {
1b09e3d9
NC
155 "presets": [
156 "@babel/preset-env"
157 ]
56d2b86a
CM
158 }
159 ]
160 ]
bdebdb87
NC
161 },
162 "config": {
163 "commitizen": {
164 "path": "./node_modules/cz-conventional-changelog"
165 }
25e91773 166 }
9b30a7ad 167}