diff options
Diffstat (limited to '')
-rw-r--r-- | assets/package.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/package.json b/assets/package.json new file mode 100644 index 0000000..e674292 --- /dev/null +++ b/assets/package.json @@ -0,0 +1,24 @@ +{ + "name": "ircbot", + "version": "0.0.0", + "description": "ircbot", + "devDependencies": { + "@tailwindcss/aspect-ratio": "^0.2.1", + "autoprefixer": "^10.2.0", + "concurrently": "^6.2.1", + "cssnano": "^5.0.8", + "esbuild": "^0.12.17", + "esbuild-plugin-stimulus": "^0.1.0", + "postcss": "^8.3.5", + "postcss-import": "^14.0.2", + "postcss-nested": "^5.0.5", + "tailwindcss": "^2.2.7", + "yarn": "^1.22.11" + }, + "dependencies": { + "@fortawesome/fontawesome-free": "^5.15.4", + "@hotwired/turbo": "^7.0.0-rc.1", + "@tailwindcss/typography": "^0.4.1", + "stimulus": "^2.0.0" + } +} |