forked from foundation/foundation-sites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 4.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "foundation-sites",
"version": "6.4.3",
"main": "dist/js/foundation.js",
"module": "dist/js/foundation.esm.js",
"jsnext:main": "dist/js/foundation.esm.js",
"esnext": "dist/js/foundation.es6.js",
"typings": "dist/js/foundation.d.ts",
"description": "The most advanced responsive front-end framework in the world.",
"author": "ZURB <[email protected]> (http://foundation.zurb.com)",
"homepage": "http://foundation.zurb.com/sites",
"scripts": {
"start": "gulp",
"test": "npm run test:sass && npm run test:javascript:units",
"test:ci": "npm run test:sass && npm run test:javascript:ci",
"test:sass": "mocha test/sass/test_sass.js --colors",
"test:javascript:transpile": "gulp sass:foundation --color && gulp test:transpile-js --color",
"test:javascript:units": "npm run test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -f test/javascript/index.html",
"test:javascript:browserstack": "npm run test:javascript:transpile && browserstack-runner",
"test:javascript:ci": "npm run test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -f test/javascript/index.html && browserstack-runner",
"test:visual": "gulp test --color",
"lockdeps": "npm i && rimraf yarn.lock && yarn import && rimraf shrinkwrap.yaml && pnpm import",
"relockdeps": "rimraf package-lock.json && npm run lockdeps",
"deploy": "gulp deploy --color",
"deploy:prep": "gulp deploy:prep --color",
"deploy:docs": "gulp deploy:docs --color",
"deploy:beta": "gulp deploy:beta --color"
},
"peerDependencies": {
"jquery": ">=2.2.0",
"what-input": ">=4.1.0"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"array-uniq": "^2.0.0",
"autoprefixer": "^9.0.1",
"babel-loader": "^8.0.2",
"browser-sync": "^2.18.12",
"browserstack-runner": "^0.9.0",
"chai": "^4.1.2",
"chai-jquery": "^2.0.0",
"chalk": "^2.3.2",
"clipboard": "^2.0.0",
"corejs-typeahead": "^1.1.1",
"cz-conventional-changelog": "^2.1.0",
"doiuse": "~4.1.0",
"foundation-docs": "git+https://github.com/zurb/foundation-docs.git#9a50a61c04ae5325e0441d0b7adb880c42c9c2ff",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.3.0",
"gulp-check-deps": "^1.4.1",
"gulp-clean-css": "^3.4.1",
"gulp-concat": "^2.4.3",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-prompt": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-rsync": "0.0.8",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.1.0",
"husky": "^1.1.2",
"inquirer": "^6.0.0",
"is-empty-object": "^1.1.1",
"jquery": "^3.3.1",
"js-yaml": "^3.8.4",
"mocha": "^5.0.5",
"mocha-headless-chrome": "^1.8.3",
"motion-ui": "^2.0.2",
"octophant": "^1.0.0",
"panini": "^1.6.2",
"parker": "^1.0.0-alpha.0",
"prettyjson": "^1.1.3",
"require-dir": "^1.0.0",
"rimraf": "^2.6.1",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
"run-sequence": "^2.2.1",
"sass-true": "^4.0.0",
"sassy-lists": "^3.0.1",
"sinon": "^7.0.0",
"strip-indent": "^2.0.0",
"supercollider": "^1.4.4",
"touch": "^3.1.0",
"undertaker-forward-reference": "^1.0.2",
"util-deprecate": "^1.0.2",
"vinyl": "^2.0.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.5.0",
"webpack-stream": "^5.0.0",
"what-input": ">=4.1.0",
"yargs": "^12.0.1"
},
"engines": {
"node": ">=6.4.0",
"npm": ">=2.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-sites"
},
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "[email protected]"
},
"keywords": [
"eyeglass-module",
"handlebars-helper-rel",
"handlebars-helper-slugify"
],
"eyeglass": {
"name": "foundation",
"sassDir": "scss",
"needs": ">=0.8.0",
"exports": false
},
"jspm": {
"main": "dist/js/foundation.esm.js",
"format": "esm"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}