]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/blame - package.json
docs: remove bower from install tips
[thirdparty/foundation/foundation-sites.git] / package.json
CommitLineData
9b30a7ad 1{
af17c2bb 2 "name": "foundation-sites",
d19604e1 3 "version": "6.7.4",
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": {
603d69f4 32 "jquery": ">=3.6.0",
36055bc3
JW
33 "what-input": ">=5.2.10",
34 "motion-ui": "latest"
f13d43c7 35 },
f257f166 36 "license": "MIT",
9b30a7ad 37 "devDependencies": {
7a4057fe
NC
38 "@babel/core": "^7.2.2",
39 "@babel/preset-env": "^7.2.3",
45e8c511 40 "@commitlint/cli": "^8.1.0",
7a4057fe 41 "@commitlint/config-conventional": "^7.3.1",
7a4057fe
NC
42 "autoprefixer": "^9.4.5",
43 "babel-loader": "^8.0.5",
eca94aec 44 "browser-sync": "^2.18.12",
e628e0d4 45 "browserstack-runner": "^0.9.0",
09a7214c 46 "chai": "^4.1.2",
7a4057fe 47 "chai-jquery": "^2.1.0",
7a4057fe 48 "clipboard": "^2.0.4",
eca94aec 49 "corejs-typeahead": "^1.1.1",
bdebdb87 50 "cz-conventional-changelog": "^2.1.0",
ae398ea7 51 "doiuse": "^4.4.1",
268bb918 52 "foundation-docs": "github:foundation/foundation-docs",
a9daeb10 53 "gulp": "^4.0.0",
be04444c 54 "gulp-add-src": "^1.0.0",
e628e0d4 55 "gulp-babel": "^8.0.0",
be04444c 56 "gulp-cache-bust": "^1.3.0",
b1b441c2 57 "gulp-check-deps": "^1.4.1",
4128a67d 58 "gulp-clean-css": "^4.3.0",
afa05cad 59 "gulp-concat": "^2.4.3",
8a373da3 60 "gulp-eslint": "^5.0.0",
be04444c 61 "gulp-filter": "^5.1.0",
ef7951c8 62 "gulp-if": "^2.0.0",
eca94aec 63 "gulp-load-plugins": "^1.5.0",
68d52872 64 "gulp-newer": "^1.1.0",
7a4057fe 65 "gulp-plumber": "^1.2.1",
e628e0d4 66 "gulp-postcss": "^8.0.0",
aa1eb8ab 67 "gulp-rename": "^1.2.2",
d0fdc597 68 "gulp-replace": "^1.0.0",
79c9173a 69 "gulp-sass": "^4.1.1",
ae398ea7 70 "gulp-sass-lint": "^1.4.0",
8a373da3 71 "gulp-sourcemaps": "^2.6.4",
be04444c
NC
72 "gulp-uglify": "^3.0.0",
73 "gulp-zip": "^4.1.0",
7a4057fe 74 "husky": "^1.3.1",
f61d486e 75 "is-empty-object": "^1.1.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",
c7101649 80 "node-sass": "^7.0.0",
6a295854 81 "octophant": "^1.0.0",
36055bc3 82 "panini": "latest",
e42f0da5 83 "patch-package": "^6.2.1",
47c12851 84 "prettyjson": "^1.1.3",
1b737dcf 85 "puppeteer": "^1.11.0",
7a4057fe 86 "require-dir": "^1.2.0",
3fa67416 87 "requirejs": "^2.3.6",
7a4057fe
NC
88 "rollup": "^1.1.0",
89 "rollup-plugin-babel": "^4.3.0",
be04444c 90 "run-sequence": "^2.2.1",
1e100551 91 "sass-true": "^4.0.0",
be04444c 92 "sassy-lists": "^3.0.1",
7a4057fe 93 "sinon": "^7.2.2",
c60031cd 94 "strip-indent": "^2.0.0",
36055bc3 95 "supercollider": "latest",
462e395b 96 "touch": "^3.1.0",
a9daeb10 97 "undertaker-forward-reference": "^1.0.2",
4044d5f2 98 "util-deprecate": "^1.0.2",
eca94aec 99 "vinyl": "^2.0.2",
e1807fee 100 "vinyl-named": "^1.1.0",
7a4057fe
NC
101 "webpack": "^4.28.4",
102 "webpack-stream": "^5.2.1",
36055bc3
JW
103 "yargs": "^13.3.0",
104 "jquery": ">=3.6.0",
105 "what-input": ">=5.2.10",
106 "motion-ui": "latest"
35ea6675 107 },
2f2b5850 108 "resolutions": {
3e5cdcb0 109 "puppeteer": "^1.11.0",
9c784d14 110 "glob-parent": "^5.1.2",
3e5cdcb0
JW
111 "marked": "^2",
112 "node-sass": "^6.0.1",
113 "lodash": "^4.17.21",
114 "minimist": "^1.2.3",
3033dd27 115 "dot-prop": "^5.2.0",
f21ff915
JW
116 "trim-newlines": "^3.0.1",
117 "axios": ">=0.21.2"
2f2b5850 118 },
4022181e 119 "engines": {
997302f8 120 "node": ">=12.0"
4022181e 121 },
afa05cad
GK
122 "repository": {
123 "type": "git",
cb352497 124 "url": "https://github.com/foundation/foundation-sites"
08aac62d 125 },
f257f166 126 "bugs": {
cb352497 127 "url": "https://github.com/foundation/foundation-sites/issues",
4d1bf0ab 128 "email": "contact@get.foundation"
f257f166 129 },
33a852f2 130 "keywords": [
814a17da
NC
131 "css",
132 "scss",
133 "sass",
134 "js",
135 "responsive",
136 "mobile-first",
137 "framework",
60124dc3 138 "eyeglass-module",
33a852f2
JS
139 "handlebars-helper-rel",
140 "handlebars-helper-slugify"
25e91773
GK
141 ],
142 "eyeglass": {
143 "name": "foundation",
144 "sassDir": "scss",
8e1e9450 145 "needs": ">=0.8.0",
60124dc3 146 "exports": false
3ac7352e
G
147 },
148 "jspm": {
d03b2256
NC
149 "main": "dist/js/foundation.esm.js",
150 "format": "esm"
43bcfb72
RC
151 },
152 "browserify": {
56d2b86a
CM
153 "transform": [
154 [
155 "babelify",
156 {
1b09e3d9
NC
157 "presets": [
158 "@babel/preset-env"
159 ]
56d2b86a
CM
160 }
161 ]
162 ]
bdebdb87
NC
163 },
164 "config": {
165 "commitizen": {
166 "path": "./node_modules/cz-conventional-changelog"
167 }
25e91773 168 }
9b30a7ad 169}