-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.45 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.45 KB
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
45
46
47
48
{
"name": "galleria",
"version": "1.4.0",
"scripts": {
"dev": "next dev --port 3000",
"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": {
"@next/third-parties": "^15.2.4",
"archiver": "^7.0.1",
"cookies-next": "^5.1.0",
"exifr": "^7.1.3",
"lodash.debounce": "^4.0.8",
"modern-normalize": "^3.0.1",
"moment": "^2.30.1",
"next": "^15.3.5",
"next-auth": "^5.0.0-beta.25",
"postgres": "^3.4.7",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-lazy-load-image-component": "^1.6.3",
"react-photo-album": "^3.1.0",
"react-spinners": "^0.17.0",
"react-tagcloud": "^2.3.3",
"sharp": "^0.34.2",
"swiper": "^11.2.10",
"ua-parser-js": "^2.0.4",
"utf8": "^3.0.0",
"yet-another-react-lightbox": "^3.22.0"
},
"devDependencies": {
"eslint": "^9.30.1",
"eslint-config-next": "^15.3.5",
"sass": "^1.89.2",
"sass-loader": "^16.0.5"
}
}