base project

This commit is contained in:
2025-05-02 15:42:14 +02:00
commit ea2b94bf65
3682 changed files with 392213 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "www_circl",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tailwindcss -i ./src/input.css -o ./dist/output.css",
"watch": "tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
"serve": "http-server . -p 3000 -c-1",
"dev": "npm run build && (npm run watch & npm run serve)"
},
"repository": {
"type": "git",
"url": "https://git.ourworld.tf/ourworld_web/www_circl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"autoprefixer": "^10.4.14",
"http-server": "^14.1.1",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}