mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-31 06:33:09 +02:00
refactor: better separation of dependencies to crates
node stuff to html crate only
This commit is contained in:
17
html-router/package.json
Normal file
17
html-router/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "html-router",
|
||||
"version": "1.0.0",
|
||||
"main": "tailwind.config.js",
|
||||
"scripts": {
|
||||
"tailwind": "npx @tailwindcss/cli -i app.css -o assets/style.css -w -m"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@tailwindcss/cli": "^4.1.2",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"daisyui": "^5.0.12",
|
||||
"tailwindcss": "^4.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user