Add Dockerfile
This commit is contained in:
parent
c8ab7e1349
commit
1e3fb42490
6 changed files with 983 additions and 37 deletions
26
package.json
Normal file
26
package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue