mirror of
https://github.com/xodivorce/isdowndetectordown.git
synced 2025-12-19 23:59:34 +05:30
refactor: added docker support and improved structure
This commit is contained in:
20
package.json
20
package.json
@@ -1,8 +1,24 @@
|
||||
{
|
||||
"name": "isdowndetectordown",
|
||||
"description": "What if DownDetector goes down? Bro, you're supposed to detect outages, not join them. Well, that’s why this detector exists :)",
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "xodivorce",
|
||||
"email": "prasidmandal79@gmail.com",
|
||||
"url": "https://xodivorce.in"
|
||||
},
|
||||
{
|
||||
"name": "neosubhamoy",
|
||||
"email": "hey@neosubhamoy.com",
|
||||
"url": "https://neosubhamoy.com"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"tcss": "npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch"
|
||||
"dev": "npx @tailwindcss/cli -i ./src/input.css -o ./src/assets/css/output.css --watch",
|
||||
"build": "npx @tailwindcss/cli -i ./src/input.css -o ./src/assets/css/output.css --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "^4.1.17",
|
||||
"tailwindcss": "^4.1.17"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user