update _posts,

This commit is contained in:
louiscklaw
2025-02-01 01:58:37 +08:00
parent b3da7aaef5
commit d888d71e6d
42 changed files with 1271 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "carousell-comission-playlist",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitUpdate": "git add . && git commit -m\"update carousell hk post,\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.2.3",
"react-bootstrap": "^2.6.0"
},
"devDependencies": {
"prettier": "^2.8.4"
},
"description": ""
}