Start working on tailwind instead of bootstrap

This commit is contained in:
Krzysztof Płaczek
2025-05-20 16:31:46 +02:00
parent dc287aadc6
commit c093003fe7
7 changed files with 1447 additions and 3 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ryobi-crawler",
"version": "1.0.0",
"description": "## Project start",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx @tailwindcss/cli -i ./templates/input/style.css -o ./templates/output/style.css --watch"
},
"repository": {
"type": "git",
"url": "https://git.techtube.pl/krzysiej/ryobi-crawler.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/cli": "^4.1.7",
"tailwindcss": "^4.1.7"
}
}