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,32 @@
{
"name": "woocommerce-integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode=development --watch",
"prod": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git@github-mobiloud-sid:mobiloudsupport/woocommerce-integration.git"
},
"author": "Siddharth Thevaril",
"license": "ISC",
"dependencies": {
"debounce": "^1.2.0",
"onsenui": "^2.10.10",
"throttle-debounce": "^3.0.1",
"tiny-slider": "^2.9.3"
},
"devDependencies": {
"css-loader": "^4.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.9.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
}
}