mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2026-05-09 05:50:19 -05:00
chore: initialize package.json with project metadata and dependencies for Tailwind CSS
This commit is contained in:
+3
-1
@@ -34,4 +34,6 @@ build/
|
||||
/db/
|
||||
/log/
|
||||
/files/
|
||||
.qodo
|
||||
.qodo
|
||||
|
||||
/node_modules
|
||||
Generated
+1131
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "quickdrop",
|
||||
"version": "1.0.0",
|
||||
"description": "[](https://jenkins.tyron.rocks/job/quickdrop)\r [](https://opensource.org/licenses/MIT)\r [](https://hub.docker.com/r/roastslav/quickdrop)",
|
||||
"main": "tailwind.config.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"tw:build": "npx @tailwindcss/cli -c tailwind.config.js -i ./src/main/resources/static/css/tailwind-input.css -o ./src/main/resources/static/css/tailwind.css --minify"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "^4.1.18",
|
||||
"tailwindcss": "^4.1.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user