This commit is contained in:
2026-04-26 23:47:49 +02:00
parent 1b95f03d1e
commit b073e009d8
5288 changed files with 1112699 additions and 55536 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "smashballoon-customizer",
"version": "1.0.0",
"description": "Smashballoon customizer library.",
"main": "index.js",
"scripts": {
"build": "webpack build --config ./webpack.config.js --stats verbose",
"start": "webpack serve --mode=development --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesomemotive/sb-customizer.git"
},
"author": "Ahmed Hussein <ahussein@awesomemotive.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/awesomemotive/sb-customizer/issues"
},
"homepage": "https://github.com/awesomemotive/sb-customizer#readme",
"dependencies": {
"@wordpress/hooks": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.91.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}