-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 840 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
29
30
31
32
33
34
35
36
{
"name": "img2css",
"version": "1.2.0",
"description": "Convert any image to pure css.",
"type": "module",
"packageManager": "pnpm@11.21.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"homepage": "https://javier.xyz/img2css",
"repository": {
"type": "git",
"url": "https://github.com/javierbyte/img2css.git"
},
"keywords": [
"img2css",
"images",
"css",
"experiments",
"pixelart"
],
"author": "Javier Bórquez <hi@javier.xyz> (http://github.com/javierbyte)",
"license": "BSD-3-Clause",
"dependencies": {
"@next/third-parties": "^16.3.2",
"canvas-image-utils": "^2.5.0",
"jbx": "^2.13.0",
"lodash": "^4.18.1",
"next": "^16.3.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tinycolor2": "^1.6.0"
}
}