diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-06-11 12:43:36 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-06-11 12:43:36 -0400 |
| commit | d10c26e326330beacf9951933053b373817950e3 (patch) | |
| tree | 7888a79ec9e75b25a0377d9910bdbdf0d6276a5d /package.json | |
| parent | 1f9b96db4b39ce57e75eea20ee3c01b982bea182 (diff) | |
| download | personal-website-d10c26e326330beacf9951933053b373817950e3.tar.gz personal-website-d10c26e326330beacf9951933053b373817950e3.tar.bz2 personal-website-d10c26e326330beacf9951933053b373817950e3.zip | |
Tailwind
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 27d8b06..2987d33 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,10 @@ "three": "^0.137.5" }, "devDependencies": { + "autoprefixer": "^10.4.7", "eslint": "8.8.0", - "eslint-config-next": "12.0.10" + "eslint-config-next": "12.0.10", + "postcss": "^8.4.14", + "tailwindcss": "^3.1.2" } } |
