This commit is contained in:
2025-07-08 17:26:13 -07:00
parent 78f38034ce
commit 0000fc7d22
67 changed files with 6140 additions and 243 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "cstf",
"version": "2.87.0",
"description": "CSTF website.",
"scripts": {
"dev": "NODE_ENV=development npx ./themes/blowfish/node_modules/@tailwindcss/cli -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "NODE_ENV=production npx ./themes/blowfish/node_modules/@tailwindcss/cli -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit"
}
}