Files
szkoleniauryzaj.pl/wp-content/plugins/youtube-feed-pro/vendor/smashballoon/customizer/package.json
2026-04-26 23:47:49 +02:00

33 lines
941 B
JSON

{
"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"
}
}