parent
85269833b6
commit
1f20d8746e
2 changed files with 690 additions and 406 deletions
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
"name": "nseguin.dev.web",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
|
@ -11,11 +9,11 @@
|
|||
"css:watch": "pnpm tailwindcss -i ./wwwroot/css/site.css -o ./wwwroot/css/styles.css -c ./tailwind.config.ts --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"tailwindcss": "^3.4.1",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"tailwind-nord": "^1.3.0"
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"tailwind-nord": "^1.3.0",
|
||||
"tailwindcss": "^3.4.4"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue