File: /var/www/vhosts/creativefellows.nl/httpdocs/package.json
{
"name": "foundation-sites-template",
"version": "1.1.1",
"description": "Basic template for a new Foundation for Sites project.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp sass"
},
"author": "Foundation Yetinauts <contact@get.foundation> (https://get.foundation)",
"license": "MIT",
"bugs": {
"url": "https://github.com/foundation/foundation-sites/issues",
"email": "contact@get.foundation"
},
"engines": {
"node": ">=16.0"
},
"dependencies": {
"foundation-sites": "latest",
"jquery": ">=3.6.0",
"motion-ui": "latest",
"what-input": ">=5.2.10"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"browser-sync": "^2.29.3",
"gulp": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.4.28",
"sass": "^1.66.0"
},
"repository": {
"type": "git",
"url": "https://github.com/foundation/foundation-sites-template.git"
},
"private": true,
"browserslist": [
"last 2 versions"
]
}