Added disclaimer about this being a fork, before total asset adjustments. Linking/mentioning the original projects as a start.

This commit is contained in:
2025-10-27 09:20:36 +08:00
parent 31ee652bff
commit d0d3373b3b
5 changed files with 67 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
"predev": "npm run build:styles",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"prepare": "husky install",
"prepare": "if exist .git (husky install) else (echo Skipping husky install)",
"refresh:tasks": "node scripts/formatTaskScraperJson.js"
},
"dependencies": {
@@ -108,7 +108,7 @@
},
"devDependencies": {
"gh-pages": "^6.2.0",
"husky": "^7.0.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"lint-staged": "^12.1.5",
"node-fetch": "^2.6.7",