Arc-hive-omeka-theme/package.json.bkp

78 lines
2.1 KiB
Plaintext

{
"name": "arcHIVE-omeka-theme",
"version": "2.0.0",
"description": "arcHIVE theme is a design by Oficina De Disseny converted into HTML5, CSS and PHP by vitrubio.net and programmed by Chris for Hangar.org.",
"main": "gulpfile.babel.js",
"homepage": "https://arc-hive.zone",
"author": "tech@hangar.org",
"license": "GPL v3",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"package": "gulp package --production"
},
"keywords": [
"arcHIVE",
"FoundationPress",
"Omekas",
"semantic",
"mobile first",
"customizable",
"responsive"
],
"dependencies": {
"foundation-sites": "^6.7.4",
"jquery": "^3.6.0",
"motion-ui": "^2.0.3",
"what-input": "^5.2.10"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"@fortawesome/fontawesome-free": "^5.15.4",
"ansi-colors": "^1.1.0",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.4",
"browser-sync": "^2.27.9",
"dateformat": "^3.0.3",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.3.1",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-phpcbf": "^0.1.2",
"gulp-phpcs": "^3.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.1.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.4.1",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"js-yaml": "^3.14.1",
"panini": "^1.7.2",
"rimraf": "^2.7.1",
"style-sherpa": "^1.0.0",
"uncss": "^0.17.3",
"vinyl-named": "^1.1.0",
"webpack": "^4.20.2",
"webpack-stream": "^5.2.1",
"yargs": "^16.2.0"
},
"repository": {
"type": "git",
"url": "https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme.git"
},
"bugs": {
"url": "https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/issues"
},
"private": true
}