]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/blob - package.json
Merge tag 'v6.7.4' into develop
[thirdparty/foundation/foundation-sites.git] / package.json
1 {
2 "name": "foundation-sites",
3 "version": "6.7.4",
4 "main": "dist/js/foundation.js",
5 "module": "dist/js/foundation.esm.js",
6 "jsnext:main": "dist/js/foundation.esm.js",
7 "esnext": "dist/js/foundation.es6.js",
8 "typings": "dist/js/foundation.d.ts",
9 "description": "The most advanced responsive front-end framework in the world.",
10 "author": "Foundation Yetinauts <contact@get.foundation> (https://get.foundation)",
11 "homepage": "https://get.foundation/sites",
12 "scripts": {
13 "start": "gulp",
14 "test": "yarn test:sass && yarn test:javascript:units && yarn test:bundle",
15 "test:single-process": "yarn test:sass && yarn test:javascript:units:single-process && yarn test:bundle:single-process",
16 "test:ci": "yarn test:sass && yarn test:javascript:ci",
17 "test:ci:single-process": "yarn test:sass && yarn test:javascript:ci:single-process",
18 "test:sass": "mocha test/sass/test_sass.js --colors",
19 "test:javascript:transpile": "gulp sass:foundation --color && gulp test:transpile-js --color",
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",
22 "test:javascript:browserstack": "yarn test:javascript:transpile && browserstack-runner",
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",
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",
27 "test:visual": "gulp test --color",
28 "deploy": "gulp deploy --color",
29 "deploy:prep": "gulp deploy:prep --color"
30 },
31 "peerDependencies": {
32 "jquery": ">=3.6.0",
33 "what-input": ">=5.2.10",
34 "motion-ui": "latest"
35 },
36 "license": "MIT",
37 "devDependencies": {
38 "@babel/core": "^7.2.2",
39 "@babel/preset-env": "^7.2.3",
40 "@commitlint/cli": "^8.1.0",
41 "@commitlint/config-conventional": "^7.3.1",
42 "autoprefixer": "^9.4.5",
43 "babel-loader": "^8.0.5",
44 "browser-sync": "^2.18.12",
45 "browserstack-runner": "^0.9.0",
46 "chai": "^4.1.2",
47 "chai-jquery": "^2.1.0",
48 "clipboard": "^2.0.4",
49 "corejs-typeahead": "^1.1.1",
50 "cz-conventional-changelog": "^2.1.0",
51 "doiuse": "^4.4.1",
52 "foundation-docs": "github:foundation/foundation-docs",
53 "gulp": "^4.0.0",
54 "gulp-add-src": "^1.0.0",
55 "gulp-babel": "^8.0.0",
56 "gulp-cache-bust": "^1.3.0",
57 "gulp-check-deps": "^1.4.1",
58 "gulp-clean-css": "^4.3.0",
59 "gulp-concat": "^2.4.3",
60 "gulp-eslint": "^5.0.0",
61 "gulp-filter": "^5.1.0",
62 "gulp-if": "^2.0.0",
63 "gulp-load-plugins": "^1.5.0",
64 "gulp-newer": "^1.1.0",
65 "gulp-plumber": "^1.2.1",
66 "gulp-postcss": "^8.0.0",
67 "gulp-rename": "^1.2.2",
68 "gulp-replace": "^1.0.0",
69 "gulp-sass": "^4.1.1",
70 "gulp-sass-lint": "^1.4.0",
71 "gulp-sourcemaps": "^2.6.4",
72 "gulp-uglify": "^3.0.0",
73 "gulp-zip": "^4.1.0",
74 "husky": "^1.3.1",
75 "is-empty-object": "^1.1.1",
76 "js-yaml": "^3.12.1",
77 "kleur": "^3.0.2",
78 "mocha": "^5.0.5",
79 "mocha-headless-chrome": "^2.0.1",
80 "node-sass": "^6.0.1",
81 "octophant": "^1.0.0",
82 "panini": "latest",
83 "patch-package": "^6.2.1",
84 "prettyjson": "^1.1.3",
85 "puppeteer": "^1.11.0",
86 "require-dir": "^1.2.0",
87 "requirejs": "^2.3.6",
88 "rollup": "^1.1.0",
89 "rollup-plugin-babel": "^4.3.0",
90 "run-sequence": "^2.2.1",
91 "sass-true": "^4.0.0",
92 "sassy-lists": "^3.0.1",
93 "sinon": "^7.2.2",
94 "strip-indent": "^2.0.0",
95 "supercollider": "latest",
96 "touch": "^3.1.0",
97 "undertaker-forward-reference": "^1.0.2",
98 "util-deprecate": "^1.0.2",
99 "vinyl": "^2.0.2",
100 "vinyl-named": "^1.1.0",
101 "webpack": "^4.28.4",
102 "webpack-stream": "^5.2.1",
103 "yargs": "^13.3.0",
104 "jquery": ">=3.6.0",
105 "what-input": ">=5.2.10",
106 "motion-ui": "latest"
107 },
108 "resolutions": {
109 "puppeteer": "^1.11.0",
110 "glob-parent": "^5.1.2",
111 "marked": "^2",
112 "node-sass": "^6.0.1",
113 "lodash": "^4.17.21",
114 "minimist": "^1.2.3",
115 "dot-prop": "^5.2.0",
116 "trim-newlines": "^3.0.1",
117 "axios": ">=0.21.2"
118 },
119 "engines": {
120 "node": ">=12.0"
121 },
122 "repository": {
123 "type": "git",
124 "url": "https://github.com/foundation/foundation-sites"
125 },
126 "bugs": {
127 "url": "https://github.com/foundation/foundation-sites/issues",
128 "email": "contact@get.foundation"
129 },
130 "keywords": [
131 "css",
132 "scss",
133 "sass",
134 "js",
135 "responsive",
136 "mobile-first",
137 "framework",
138 "eyeglass-module",
139 "handlebars-helper-rel",
140 "handlebars-helper-slugify"
141 ],
142 "eyeglass": {
143 "name": "foundation",
144 "sassDir": "scss",
145 "needs": ">=0.8.0",
146 "exports": false
147 },
148 "jspm": {
149 "main": "dist/js/foundation.esm.js",
150 "format": "esm"
151 },
152 "browserify": {
153 "transform": [
154 [
155 "babelify",
156 {
157 "presets": [
158 "@babel/preset-env"
159 ]
160 }
161 ]
162 ]
163 },
164 "config": {
165 "commitizen": {
166 "path": "./node_modules/cz-conventional-changelog"
167 }
168 }
169 }