-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 839 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
{
"name": "next-cohesive-colors",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.21.0",
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "echo 'Local: http://localhost:3001/cohesive-colors' && next dev -p 3001",
"build": "next build",
"lint": "eslint .",
"typecheck": "next typegen && tsc --noEmit"
},
"dependencies": {
"@ctrl/tinycolor": "^4.2.0",
"@hello-pangea/color-picker": "^3.2.2",
"@next/third-parties": "16.3.2",
"color-blend": "^4.0.0",
"jbx": "^2.15.0",
"next": "16.3.2",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@types/node": "26.2.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"eslint": "9.39.5",
"eslint-config-next": "16.3.2",
"typescript": "6.0.2"
}
}