-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "galleria",
"version": "0.9.3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"docker-build": "sudo docker compose build && sudo docker tag galleria galleria:$npm_package_version",
"docker-deploy": "sudo docker compose up -d",
"lint": "next lint"
},
"author": "Andrey Novikov",
"license": "GPL-3.0",
"description": "Local photo storage react gallery",
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
},
"dependencies": {
"exifr": "^7.1.3",
"lodash.debounce": "^4.0.8",
"modern-normalize": "^3.0.1",
"moment": "^2.30.1",
"next": "^15.0.3",
"next-auth": "^5.0.0-beta.25",
"postgres": "^3.4.4",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-lazy-load-image-component": "^1.6.2",
"react-photo-album": "^3.0.2",
"react-spinners": "^0.14.1",
"react-tagcloud": "^2.3.3",
"sharp": "^0.33.5",
"ua-parser-js": "^2.0.0",
"utf8": "^3.0.0",
"yet-another-react-lightbox": "^3.21.7"
},
"devDependencies": {
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"sass": "^1.81.0",
"sass-loader": "^16.0.3"
}
}