Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add acmcsuf.com/colors #1033

Merged
merged 14 commits into from
Mar 18, 2024
210 changes: 210 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"lint": "eslint . --fix",
"format": "prettier --write .",
"host": "npm run all && npm run preview",
"all": "npm run lint && npm run format && npm run check && npm run build && npm t"
"all": "npm run lint && npm run format && npm run check && npm run build && npm t",
"generate:colors": "node scripts/generate-colors/index.js"
},
"devDependencies": {
"@size-limit/file": "^8.2.6",
Expand All @@ -47,6 +48,7 @@
"@types/rss": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"css": "^3.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
Expand Down
Loading
Loading