This commit is contained in:
erwanlr
2021-07-11 20:05:17 +02:00
parent 5b5cac925c
commit 84993f7bd6
21 changed files with 5381 additions and 2 deletions

View File

@@ -0,0 +1,40 @@
{
"name": "fluid-checkout",
"version": "1.2.2",
"description": "Provides a fluid checkout experience for any WooCommerce store. Ask for shipping information before billing in a linear and multi-step checkout, add options for gift message and packaging and add a coupon code field at the checkout page that does not distract your customers. Similar to the Shopify checkout, and even better.",
"main": "fluid-checkout.php",
"scripts": {
"version": "gulp build && git add -A",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {},
"author": "Fluidweb.co",
"license": "GPL-3.0",
"copyright": "Copyright (c) 2021, Fluidweb OÜ",
"homepage": "https://fluidcheckout.com",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"load-json-file": "^6.2.0",
"uglify-js": "^3.8.0"
},
"dependencies": {
"collapsible-block": "^1.1.6",
"flyout-block": "^1.1.2",
"mailcheck": "^1.1.1",
"require-bundle-js": "^1.0.0",
"require-polyfills": "^1.0.0",
"sticky-states": "^1.0.6"
}
}