-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 800 Bytes
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
{
"name": "visual-center",
"description": "Find the visual center of your images.",
"version": "1.3.0",
"private": false,
"type": "module",
"packageManager": "pnpm@11.21.0",
"homepage": "https://javier.xyz/visual-center",
"repository": {
"type": "git",
"url": "https://github.com/javierbyte/visual-center/"
},
"author": "Javier Bórquez <hi@javier.xyz> (http://github.com/javierbyte)",
"license": "BSD-3-Clause",
"scripts": {
"dev": "echo 'Local: http://localhost:3005/visual-center' && next dev -p 3005",
"build": "next build"
},
"dependencies": {
"@next/third-parties": "16.3.2",
"base64-image-utils": "^1.2.0",
"jbx": "^2.15.0",
"lodash": "^4.18.1",
"next": "16.3.2",
"react": "^19.2.8",
"react-dom": "^19.2.8"
}
}