-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 886 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 886 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
{
"name": "nostalgia-gh-banner",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@pigment-css/react": "^0.0.30",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toggle-group": "^1.1.11",
"next": "^15.5.9",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "^0.0.30",
"@types/node": "^24.10.4",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/seedrandom": "^3.0.8",
"eslint": "^9.39.2",
"eslint-config-next": "^15.5.9",
"typescript": "^5.9.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}