www_circl/package.json
2025-05-07 15:35:39 +02:00

26 lines
664 B
JSON

{
"name": "www_circl",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tailwindcss -i ./src/input.css -o ./src/output.css",
"watch": "tailwindcss -i ./src/input.css -o ./src/output.css --watch",
"serve": "http-server src -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.21",
"http-server": "^14.1.1",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17"
}
}