2021-04-19 20:17:31 +02:00
|
|
|
{
|
|
|
|
"name": "foundation-zurb-template",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Official ZURB Template for Foundation for Sites.",
|
|
|
|
"main": "gulpfile.babel.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "gulp",
|
|
|
|
"build": "gulp build --production"
|
|
|
|
},
|
|
|
|
"author": "ZURB <foundation@zurb.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"foundation-sites": "^6.6.0",
|
2021-04-23 18:43:34 +02:00
|
|
|
"jquery": "^3.6.0",
|
2021-04-19 20:17:31 +02:00
|
|
|
"motion-ui": "^2.0.3",
|
2021-04-26 23:20:59 +02:00
|
|
|
"what-input": "^5.2.10"
|
2021-04-19 20:17:31 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-26 23:20:59 +02:00
|
|
|
"@babel/core": "^7.13.16",
|
|
|
|
"@babel/preset-env": "^7.13.15",
|
|
|
|
"@babel/register": "^7.13.16",
|
2021-04-23 18:43:34 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
2021-04-26 23:20:59 +02:00
|
|
|
"autoprefixer": "^9.8.6",
|
|
|
|
"babel-loader": "^8.2.2",
|
2021-04-23 18:43:34 +02:00
|
|
|
"browser-sync": "^2.26.14",
|
2021-04-26 23:20:59 +02:00
|
|
|
"gulp": "^4.0.2",
|
2021-04-19 20:17:31 +02:00
|
|
|
"gulp-babel": "^8.0.0",
|
|
|
|
"gulp-clean-css": "^3.3.1",
|
2021-04-26 23:20:59 +02:00
|
|
|
"gulp-cli": "^2.3.0",
|
2021-04-19 20:17:31 +02:00
|
|
|
"gulp-concat": "^2.5.2",
|
|
|
|
"gulp-extname": "^0.2.0",
|
|
|
|
"gulp-if": "^2.0.0",
|
|
|
|
"gulp-imagemin": "^4.1.0",
|
2021-04-26 23:20:59 +02:00
|
|
|
"gulp-load-plugins": "^1.6.0",
|
2021-04-19 20:17:31 +02:00
|
|
|
"gulp-postcss": "^8.0.0",
|
2021-04-26 23:20:59 +02:00
|
|
|
"gulp-sass": "^4.1.0",
|
|
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
|
|
"gulp-terser": "^1.4.1",
|
2021-04-23 18:43:34 +02:00
|
|
|
"js-yaml": "^3.14.1",
|
|
|
|
"panini": "^1.7.1",
|
2021-04-26 23:20:59 +02:00
|
|
|
"rimraf": "^2.7.1",
|
2021-04-19 20:17:31 +02:00
|
|
|
"style-sherpa": "^1.0.0",
|
2021-04-23 18:43:34 +02:00
|
|
|
"uncss": "^0.17.3",
|
2021-04-19 20:17:31 +02:00
|
|
|
"vinyl-named": "^1.1.0",
|
|
|
|
"webpack": "^4.20.2",
|
2021-04-26 23:20:59 +02:00
|
|
|
"webpack-stream": "^5.2.1",
|
|
|
|
"yargs": "^12.0.5"
|
2021-04-19 20:17:31 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zurb/foundation-zurb-template.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/zurb/foundation-sites/issues",
|
|
|
|
"email": "foundation@zurb.com"
|
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|