hamburg-freifunk-wp-theme/package.json

87 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "foundationpress",
"title": "FoundationPress",
"version": "2.10.4",
"description": "FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb",
"homepage": "https://foundationpress.olefredrik.com",
"license": "MIT",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"dev": "gulp build --dev",
"build": "gulp build --production",
"package": "gulp package --production",
"phpcs": "gulp phpcs",
"phpcbf": "gulp phpcbf"
},
"keywords": [
"FoundationPress",
"WordPress",
"starter theme",
"Foundation",
"semantic",
"mobile first",
"customizable",
"responsive"
],
"dependencies": {
2020-03-17 11:09:03 +01:00
"acorn": "^6.4.1",
2020-04-14 11:14:53 +02:00
"decompress": "^4.2.1",
2019-02-19 20:38:22 +01:00
"foundation-sites": "6.5.3",
2020-04-14 11:14:53 +02:00
"handlebars": "^4.7.6",
"jquery": "^3.5.0",
2020-04-14 11:14:53 +02:00
"kind-of": "^6.0.3",
2020-03-17 11:09:03 +01:00
"minimist": "^1.2.5",
"motion-ui": "~2.0.3",
2020-03-17 11:19:29 +01:00
"serialize-javascript": "^2.1.1",
"what-input": "^5.1.2"
},
"devDependencies": {
2018-10-30 18:00:22 +01:00
"ansi-colors": "^3.2.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
2019-10-12 15:40:47 +02:00
"browser-sync": "^2.26.7",
"dateformat": "^3.0.2",
"fancy-log": "^1.3.2",
2020-03-17 11:09:03 +01:00
"gulp": "^4.0.2",
2018-10-30 18:00:22 +01:00
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
2019-02-19 20:38:22 +01:00
"gulp-clean-css": "^4.0.0",
2018-10-30 18:00:22 +01:00
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
2019-02-19 20:38:22 +01:00
"gulp-imagemin": "^5.0.3",
"gulp-load-plugins": "^1.1.0",
"gulp-phpcbf": "^0.1.2",
"gulp-phpcs": "^2.1.0",
2018-10-30 18:00:22 +01:00
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^4.0.0",
2019-05-04 16:36:08 +02:00
"js-yaml": "^3.13.1",
"panini": "^1.3.0",
"rimraf": "^2.4.3",
"style-sherpa": "^1.0.0",
"vinyl-named": "^1.1.0",
2018-10-30 18:00:22 +01:00
"webpack": "^4.23.1",
"webpack-stream": "^5.1.1",
2019-02-19 20:38:22 +01:00
"yargs": "^13.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/olefredrik/foundationpress.git"
},
"bugs": {
"url": "https://github.com/olefredrik/foundationpress/issues"
},
"babel": {
"presets": [
"es2015"
]
}
}