summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-05-04 20:06:16 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-05-04 20:06:16 -0500
commit95ffd8bf3beebb8cb563f40c880145c40f5d2a3f (patch)
tree01df9c29f35afaa27f3213416ab36c152611caa2 /package.json
downloadimmich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.tar.xz
immich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.zip
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..13e64b6
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "scripts": {
+ "build": "webpack",
+ "dev": "webpack serve"
+ },
+ "dependencies": {
+ "flickity": "^3.0.0"
+ },
+ "devDependencies": {
+ "css-loader": "^7.1.2",
+ "style-loader": "^4.0.0",
+ "webpack": "^5.99.7",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.1"
+ }
+}