mods in naming packages and theme
This commit is contained in:
parent
5b728241b8
commit
fda61b9acd
File diff suppressed because it is too large
Load Diff
45
package.json
45
package.json
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "foundationpress",
|
||||
"title": "FoundationPress",
|
||||
"version": "2.10.6",
|
||||
"description": "FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb",
|
||||
"homepage": "https://foundationpress.olefredrik.com",
|
||||
"name": "archive-wp-theme",
|
||||
"title": "arcHIVE wordpress theme",
|
||||
"version": "1.0.0",
|
||||
"description": "arcHIVE theme is a design by Oficina De Disseny converted into HTML5, CSS and PHP by vitrubio.net for Hangar.org",
|
||||
"homepage": "https://arc-hive.zone",
|
||||
"license": "MIT",
|
||||
"main": "gulpfile.babel.js",
|
||||
"scripts": {
|
||||
|
@ -15,10 +15,9 @@
|
|||
"phpcbf": "gulp phpcbf"
|
||||
},
|
||||
"keywords": [
|
||||
"arcHIVE",
|
||||
"FoundationPress",
|
||||
"WordPress",
|
||||
"starter theme",
|
||||
"Foundation",
|
||||
"semantic",
|
||||
"mobile first",
|
||||
"customizable",
|
||||
|
@ -26,7 +25,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"foundation-sites": "6.5.1",
|
||||
"jquery": "~3.0.0",
|
||||
"jquery": "^3.6.0",
|
||||
"motion-ui": "^2.0.3",
|
||||
"what-input": "^4.1.3"
|
||||
},
|
||||
|
@ -36,41 +35,41 @@
|
|||
"babel-loader": "^7.1.2",
|
||||
"babel-preset-es2015": "^6.3.13",
|
||||
"babel-register": "^6.7.2",
|
||||
"browser-sync": "^2.26.3",
|
||||
"browser-sync": "^2.26.14",
|
||||
"dateformat": "^3.0.2",
|
||||
"fancy-log": "^1.3.2",
|
||||
"gulp": "^4.0",
|
||||
"gulp-autoprefixer": "^3.1.0",
|
||||
"gulp-babel": "^6.1.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-clean-css": "^4.0.0",
|
||||
"gulp-cli": "^2.0.1",
|
||||
"gulp-concat": "^2.5.2",
|
||||
"gulp-extname": "^0.2.0",
|
||||
"gulp-if": "^2.0.0",
|
||||
"gulp-imagemin": "^5.0.3",
|
||||
"gulp-load-plugins": "^1.1.0",
|
||||
"gulp-load-plugins": "^2.0.6",
|
||||
"gulp-phpcbf": "^0.1.2",
|
||||
"gulp-phpcs": "^2.1.0",
|
||||
"gulp-rev": "^8.0.0",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-phpcs": "^3.1.0",
|
||||
"gulp-rev": "^9.0.0",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"gulp-sourcemaps": "^1.6.0",
|
||||
"gulp-uglify": "^1.2.0",
|
||||
"gulp-zip": "^4.0.0",
|
||||
"js-yaml": "^3.13.0",
|
||||
"panini": "^1.6.3",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-zip": "^5.1.0",
|
||||
"js-yaml": "^3.14.1",
|
||||
"panini": "^1.7.1",
|
||||
"rimraf": "^2.4.3",
|
||||
"style-sherpa": "^1.0.0",
|
||||
"vinyl-named": "^1.1.0",
|
||||
"webpack": "^3.10.0",
|
||||
"webpack-stream": "^4.0.0",
|
||||
"webpack": "^5.36.0",
|
||||
"webpack-stream": "^6.1.2",
|
||||
"yargs": "^3.8.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/olefredrik/foundationpress.git"
|
||||
"url": "https://git.hangar.org/arcHIVE-tech/arcHIVE-wordpress-theme/src/branch/dev-foundationpress"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/olefredrik/foundationpress/issues"
|
||||
"url": "https://git.hangar.org/arcHIVE-tech/arcHIVE-wordpress-theme/issues"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
|
|
14
style.css
14
style.css
|
@ -1,11 +1,11 @@
|
|||
/*
|
||||
Theme Name: FoundationPress
|
||||
Theme URI: http://foundationpress.olefredrik.com
|
||||
Github Theme URI: https://github.com/olefredrik/FoundationPress
|
||||
Description: FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
|
||||
Version: 2.10.4
|
||||
Author: Ole Fredrik Lie
|
||||
Author URI: http://olefredrik.com/
|
||||
Theme Name: arcHIVE theme
|
||||
Theme URI: https://arc-hive.zone
|
||||
Git Theme URI: https://git.hangar.org/arcHIVE-tech/arcHIVE-wordpress-theme/src/branch/dev-foundationpress
|
||||
Description: arcHIVE theme is a design by <a href="http://oficinadedisseny.net"/>Oficina De Disseny</a> converted into HTML5, CSS and PHP by <a href="https://vitrubio.net/">Jorge - vitrubio.net</a> for <a href="https://hangar.org">Hangar</a>
|
||||
Version: 1.0.0
|
||||
Author: Jorge - vitrubio.net
|
||||
Author URI: http://vitrubio.net/
|
||||
|
||||
License: MIT License
|
||||
License URI: http://www.opensource.org/licenses/mit-license.php
|
||||
|
|
Loading…
Reference in New Issue