summaryrefslogtreecommitdiff
path: root/static/package.json
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-24 19:23:33 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-24 19:23:33 -0500
commitffa5ff333eabffe07394fb21bc413d7d238ee651 (patch)
tree007b506aca746fda9040ea4f0ffa8d6578e86f7e /static/package.json
parent09e9193b6be6e2eae7ffbfbfedd15ac22bab0022 (diff)
downloadimmich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.tar.xz
immich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.zip
move all files to /static
Diffstat (limited to 'static/package.json')
-rw-r--r--static/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/static/package.json b/static/package.json
new file mode 100644
index 0000000..e27733c
--- /dev/null
+++ b/static/package.json
@@ -0,0 +1,25 @@
+{
+ "scripts": {
+ "build": "webpack",
+ "dev": "webpack serve"
+ },
+ "dependencies": {
+ "@fontsource/overpass": "^5.2.5",
+ "flickity": "^3.0.0",
+ "socket.io-client": "^4.8.1"
+ },
+ "devDependencies": {
+ "@tailwindcss/postcss": "^4.1.10",
+ "autoprefixer": "^10.4.21",
+ "css-loader": "^7.1.2",
+ "postcss": "^8.5.3",
+ "postcss-loader": "^8.1.1",
+ "postcss-nested": "^7.0.2",
+ "style-loader": "^4.0.0",
+ "svg-sprite-loader": "^6.0.11",
+ "tailwindcss": "^4.1.10",
+ "webpack": "^5.99.9",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.1"
+ }
+}