website/package.json
2025-03-29 00:04:30 +09:00

26 lines
582 B
JSON

{
"name": "hp",
"version": "1.0.0",
"description": "",
"main": "tailwind.config.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyizwhite/homepage.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/skyizwhite/homepage/issues"
},
"homepage": "https://github.com/skyizwhite/homepage#readme",
"dependencies": {
"@tailwindcss/cli": "^4.0.17",
"tailwindcss": "^4.0.17"
}
}