diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-17 23:29:58 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-17 23:29:58 -0400 |
| commit | e36e01917651ccfff64f948c36ee93d310071991 (patch) | |
| tree | 8f7e2f19980474689ef626d0f9906d0f1b197cac /package.json | |
| parent | 79242a197b79e7a3dc5a30925ecd7709093a6866 (diff) | |
| parent | 99aee9a7281aa9c5794cc062e41384dc3701906d (diff) | |
Merge pull request #1 from sahinf/tailwind
Tailwind
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/package.json b/package.json index dd035af..def4f0a 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,18 @@ }, "devDependencies": { "@rollup/plugin-commonjs": "^17.0.0", + "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.0", "@rollup/plugin-typescript": "^8.3.0", "@smui/button": "^4.2.0", "@smui/icon-button": "^4.2.0", "@smui/list": "^4.2.0", "@smui/snackbar": "^4.2.0", - "@tsconfig/svelte": "^2.0.0", + "@tsconfig/svelte": "^2.0.1", + "autoprefixer": "^10.4.7", + "concurrently": "^7.2.1", + "postcss": "^8.4.14", + "postcss-load-config": "^3.1.4", "rollup": "^2.60.2", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^2.0.0", @@ -24,11 +29,13 @@ "rollup-plugin-terser": "^7.0.0", "svelte": "^3.44.2", "svelte-check": "^2.2.10", - "svelte-preprocess": "^4.9.8", + "svelte-preprocess": "^4.10.6", + "tailwindcss": "^3.0.24", "tslib": "^2.0.0", "typescript": "4.3.5" }, "dependencies": { + "daisyui": "^2.15.2", "sirv-cli": "^1.0.0" } -}
\ No newline at end of file +} |
