-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.37 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "pride-avatars",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"repository": "git@github.com:luludotdev/pride-avatars.git",
"type": "module",
"imports": {
"#/*": "./*"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "oxlint",
"format": "oxfmt"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"gif-encoder-2": "^1.0.5",
"gifuct-js": "^2.1.2",
"lucide-react": "^1.21.0",
"ms": "^2.1.3",
"next": "16.2.9",
"next-themes": "^0.4.6",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-use-konami": "^1.1.0",
"shadcn": "^4.11.0",
"tailwind-merge": "^3.6.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@luludev/configs": "^0.2.0",
"@tailwindcss/postcss": "^4.3.1",
"@types/file-saver": "^2.0.7",
"@types/ms": "^2.1.0",
"@types/node": "26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"oxfmt": "^0.56.0",
"oxlint": "^1.71.0",
"oxlint-tsgolint": "^0.23.0",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"type-fest": "^5.7.0",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.9.0"
}