-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.85 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.85 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "collage",
"productName": "Collage",
"version": "1.0.0",
"description": "📌 Manage your photos and videos",
"author": "Successible LLC",
"license": "FSL",
"repository": {
"type": "git",
"url": "git+https://github.com/successible/collage.git"
},
"private": true,
"type": "module",
"main": "main.mjs",
"scripts": {
"build": "bash scripts/build.sh",
"dev": "bash scripts/dev.sh",
"kill": "bash scripts/kill.sh",
"lint": "bash scripts/lint.sh"
},
"dependencies": {
"@mantine/core": "8.3.18",
"@mantine/hooks": "8.3.18",
"@mantine/notifications": "8.3.18",
"electron-context-menu": "4.1.2",
"electron-is-dev": "3.0.1",
"electron-log": "5.4.3",
"exiftool-vendored": "35.15.1",
"express": "5.2.1",
"fdir": "6.5.0",
"fluent-ffmpeg": "2.1.3",
"heic-decode": "2.1.0",
"immer": "11.1.4",
"lodash-es": "4.18.1",
"luxon": "3.7.2",
"multer": "2.1.1",
"nanoid": "5.1.7",
"next": "16.2.3",
"p-limit": "7.3.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.6.0",
"sequelize": "6.37.8",
"sharp": "0.34.5",
"sqlite3": "6.0.1",
"trash": "10.1.1",
"zustand": "5.0.12"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@electron-forge/cli": "7.11.1",
"@electron-forge/maker-zip": "7.11.1",
"@electron-forge/publisher-github": "7.11.1",
"@types/express": "5.0.6",
"@types/fluent-ffmpeg": "2.1.28",
"@types/heic-decode": "1.1.3",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.7.1",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"electron": "41.1.1",
"node-gyp": "12.2.0",
"nodemon": "3.1.14",
"postcss": "8.5.8",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "7.0.1",
"typescript": "6.0.2"
}
}