2021-04-25 09:49:47 +02:00
{
2022-03-29 17:07:08 +02:00
"name" : "arcHIVE-omeka-theme" ,
"title" : "arcHIVEomekaTheme" ,
"version" : "1.0.0" ,
"description" : "arcHIVE theme is a design by Oficina De Disseny converted into HTML5, CSS by vitrubio.net and PHP by Chris at gatopelao.org for Hangar.org" ,
"homepage" : "https://arc-hive.zone" ,
"license" : "GPL v3" ,
"main" : "gulpfile.babel.js" ,
2021-04-25 09:49:47 +02:00
"scripts" : {
"start" : "gulp" ,
2022-03-29 17:07:08 +02:00
"dev" : "gulp build --dev" ,
"build" : "gulp build --production" ,
"package" : "gulp package --production"
2021-04-25 09:49:47 +02:00
} ,
2022-03-29 17:07:08 +02:00
"keywords" : [
"arcHIVE" ,
"FoundationPress" ,
"WordPress" ,
"semantic" ,
"mobile first" ,
"customizable" ,
"responsive"
] ,
2021-04-25 09:49:47 +02:00
"dependencies" : {
2022-03-29 17:07:08 +02:00
"foundation-sites" : "^6.7.4" ,
2021-06-09 16:54:24 +02:00
"jquery" : "^3.6.0" ,
2022-03-29 17:07:08 +02:00
"motion-ui" : "^2.0.3" ,
"what-input" : "^4.1.3"
2021-04-25 09:49:47 +02:00
} ,
"devDependencies" : {
2022-03-29 17:07:08 +02:00
"@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" ,
2021-04-25 09:49:47 +02:00
"gulp" : "^4.0.2" ,
2022-03-29 17:07:08 +02:00
"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" ,
2021-04-25 09:49:47 +02:00
"gulp-postcss" : "^8.0.0" ,
2022-03-29 17:07:08 +02:00
"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"
2021-04-25 09:49:47 +02:00
} ,
"repository" : {
"type" : "git" ,
2022-03-29 17:07:08 +02:00
"url" : "https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme.git"
2021-04-25 09:49:47 +02:00
} ,
2022-03-29 17:07:08 +02:00
"bugs" : {
"url" : "https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/issues"
}
2021-04-25 09:49:47 +02:00
}