]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/blame - package.json
6.8.1
[thirdparty/foundation/foundation-sites.git] / package.json
CommitLineData
9b30a7ad 1{
af17c2bb 2 "name": "foundation-sites",
7f74c154 3 "version": "6.8.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",
00a96ebf
JW
14 "build": "gulp build",
15 "test": "yarn build && yarn test:sass && yarn test:javascript:units && yarn test:bundle",
2592b2f6 16 "test:single-process": "yarn test:sass && yarn test:javascript:units:single-process && yarn test:bundle:single-process",
755aadf0 17 "test:ci": "yarn test:sass && yarn test:javascript:ci",
2592b2f6 18 "test:ci:single-process": "yarn test:sass && yarn test:javascript:ci:single-process",
6fcaa0c0 19 "test:sass": "mocha test/sass/test_sass.js --colors",
073d0f27 20 "test:javascript:transpile": "gulp sass:foundation --color && gulp test:transpile-js --color",
2592b2f6
DR
21 "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",
22 "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 23 "test:javascript:browserstack": "yarn test:javascript:transpile && browserstack-runner",
2592b2f6
DR
24 "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",
25 "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
26 "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",
27 "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
28 "test:visual": "gulp test --color",
29 "deploy": "gulp deploy --color",
adbc3f18
JW
30 "deploy:prep": "gulp deploy:prep --color",
31 "prepare": "husky install"
9f9ad84f 32 },
b1b9408b 33 "peerDependencies": {
603d69f4 34 "jquery": ">=3.6.0",
33e3c577
JW
35 "motion-ui": "latest",
36 "what-input": ">=5.2.10"
f13d43c7 37 },
f257f166 38 "license": "MIT",
9b30a7ad 39 "devDependencies": {
9457fb89
JW
40 "@babel/core": "^7.22.10",
41 "@babel/preset-env": "^7.22.10",
42 "@commitlint/cli": "^17.7.1",
43 "@commitlint/config-conventional": "^17.7.0",
44 "autoprefixer": "^10.4.15",
45 "babel-loader": "^9.1.3",
5f683e5b
JW
46 "browser-sync": "^2.29.3",
47 "browserstack-runner": "^0.9.4",
48 "chai": "^4.3.7",
7a4057fe 49 "chai-jquery": "^2.1.0",
23f6b98c
JW
50 "clipboard": "^2.0.11",
51 "corejs-typeahead": "^1.3.3",
52 "cz-conventional-changelog": "^3.3.0",
5f683e5b 53 "doiuse": "^6.0.2",
268bb918 54 "foundation-docs": "github:foundation/foundation-docs",
a9daeb10 55 "gulp": "^4.0.0",
be04444c 56 "gulp-add-src": "^1.0.0",
e628e0d4 57 "gulp-babel": "^8.0.0",
be04444c 58 "gulp-cache-bust": "^1.3.0",
b1b441c2 59 "gulp-check-deps": "^1.4.1",
4128a67d 60 "gulp-clean-css": "^4.3.0",
afa05cad 61 "gulp-concat": "^2.4.3",
23f6b98c
JW
62 "gulp-eslint": "^6.0.0",
63 "gulp-filter": "^7.0.0",
64 "gulp-if": "^3.0.0",
65 "gulp-load-plugins": "^2.0.8",
68d52872 66 "gulp-newer": "^1.1.0",
7a4057fe 67 "gulp-plumber": "^1.2.1",
9457fb89 68 "gulp-postcss": "^9.0.1",
23f6b98c 69 "gulp-rename": "^2.0.0",
d0fdc597 70 "gulp-replace": "^1.0.0",
3a4eecb1 71 "gulp-sass": "^5.1.0",
ae398ea7 72 "gulp-sass-lint": "^1.4.0",
23f6b98c 73 "gulp-sourcemaps": "^3.0.0",
be04444c 74 "gulp-uglify": "^3.0.0",
23f6b98c 75 "gulp-zip": "^5.1.0",
3a4eecb1 76 "gulp4-run-sequence": "^1.0.2",
6fc0b161 77 "husky": "^8.0.3",
f61d486e 78 "is-empty-object": "^1.1.1",
33e3c577 79 "jquery": ">=3.6.0",
7a4057fe 80 "js-yaml": "^3.12.1",
657bee91 81 "kleur": "^3.0.2",
5f683e5b
JW
82 "mocha": "^10.2.0",
83 "mocha-headless-chrome": "^4.0.0",
3a4eecb1 84 "motion-ui": "^2.0.5",
e7cae6cd 85 "octophant": "latest",
36055bc3 86 "panini": "latest",
fb8b5fa4 87 "patch-package": "^8.0.0",
9457fb89 88 "postcss": "^8.4.28",
47c12851 89 "prettyjson": "^1.1.3",
7a4057fe 90 "require-dir": "^1.2.0",
3fa67416 91 "requirejs": "^2.3.6",
7a4057fe
NC
92 "rollup": "^1.1.0",
93 "rollup-plugin-babel": "^4.3.0",
3a4eecb1
JW
94 "sass": "^1.65.1",
95 "sass-true": "^7.0.0",
be04444c 96 "sassy-lists": "^3.0.1",
7a4057fe 97 "sinon": "^7.2.2",
c60031cd 98 "strip-indent": "^2.0.0",
36055bc3 99 "supercollider": "latest",
a9daeb10 100 "undertaker-forward-reference": "^1.0.2",
23f6b98c 101 "vinyl": "^3.0.0",
e1807fee 102 "vinyl-named": "^1.1.0",
dd0ed3de
JW
103 "webpack": "^5.88.2",
104 "webpack-stream": "^7.0.0",
23f6b98c 105 "what-input": ">=5.2.10"
35ea6675 106 },
68406abf
JW
107 "resolutions": {
108 "glob-parent": ">=5.1.2",
109 "minimist": ">=1.2.3",
68406abf
JW
110 "merge": ">=2.1.1",
111 "shelljs": ">=0.8.5",
112 "nth-check": ">=2.0.1",
113 "lodash.template": ">=4.5.0"
114 },
4022181e 115 "engines": {
35805425 116 "node": ">=16.0"
4022181e 117 },
afa05cad
GK
118 "repository": {
119 "type": "git",
cb352497 120 "url": "https://github.com/foundation/foundation-sites"
08aac62d 121 },
f257f166 122 "bugs": {
cb352497 123 "url": "https://github.com/foundation/foundation-sites/issues",
4d1bf0ab 124 "email": "contact@get.foundation"
f257f166 125 },
33a852f2 126 "keywords": [
814a17da
NC
127 "css",
128 "scss",
129 "sass",
130 "js",
131 "responsive",
132 "mobile-first",
133 "framework",
60124dc3 134 "eyeglass-module",
33a852f2
JS
135 "handlebars-helper-rel",
136 "handlebars-helper-slugify"
25e91773
GK
137 ],
138 "eyeglass": {
139 "name": "foundation",
140 "sassDir": "scss",
8e1e9450 141 "needs": ">=0.8.0",
60124dc3 142 "exports": false
3ac7352e
G
143 },
144 "jspm": {
d03b2256
NC
145 "main": "dist/js/foundation.esm.js",
146 "format": "esm"
43bcfb72
RC
147 },
148 "browserify": {
56d2b86a
CM
149 "transform": [
150 [
151 "babelify",
152 {
1b09e3d9
NC
153 "presets": [
154 "@babel/preset-env"
155 ]
56d2b86a
CM
156 }
157 ]
158 ]
bdebdb87
NC
159 },
160 "config": {
161 "commitizen": {
162 "path": "./node_modules/cz-conventional-changelog"
163 }
33e3c577 164 },
23f6b98c 165 "dependencies": {}
9b30a7ad 166}