diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-04 20:06:16 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-04 20:06:16 -0500 |
| commit | 95ffd8bf3beebb8cb563f40c880145c40f5d2a3f (patch) | |
| tree | 01df9c29f35afaa27f3213416ab36c152611caa2 /package.json | |
| download | immich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.tar.xz immich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.zip | |
initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
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" + } +} |
