-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 987 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 987 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
37
{
"private": true,
"name": "color-separation",
"version": "1.0.0",
"main": "index.js",
"author": "Erik Brinkman <erik.brinkman@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"fmt": "biome format --write",
"lint": "tsc && biome check",
"dev": "next dev",
"export": "bun test --coverage && next build"
},
"devDependencies": {
"@ark-ui/react": "^5.31.0",
"@biomejs/biome": "^2.3.14",
"@tailwindcss/postcss": "^4.1.18",
"@types/bun": "^1.3.8",
"@types/d3-color": "^3.1.3",
"@types/file-saver": "^2.0.7",
"@types/mime-types": "^3.0.1",
"@types/react": "^19.2.13",
"d3-color": "^3.1.0",
"file-saver": "^2.0.5",
"javascript-lp-solver": "^1.0.3",
"mime-types": "^3.0.2",
"next": "^16.1.6",
"postcss": "^8.5.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^14.4.0",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}