npx svelte-add tailwindcss

This commit is contained in:
Ryan Gossiaux
2021-12-13 21:05:36 -08:00
parent 53adc38513
commit 263cbd0483
6 changed files with 53 additions and 3 deletions

View File

@@ -23,9 +23,14 @@
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
"typescript": "^4.4.3",
"postcss": "^8.3.9",
"postcss-load-config": "^3.1.0",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"tailwindcss": "^3.0.0"
},
"type": "module"
}