www_circl/package.json
2025-05-02 15:42:14 +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 ./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"
}
}