-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.8 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "oddicons",
"version": "0.1.0",
"description": "A free, open-source pack of AI-generated icons.",
"private": true,
"homepage": "https://oddicons.net",
"repository": {
"type": "git",
"url": "git+https://github.com/jasperdevs/oddicons.git"
},
"bugs": {
"url": "https://github.com/jasperdevs/oddicons/issues"
},
"license": "GPL-3.0-only",
"keywords": [
"icons",
"icon-pack",
"ai-icons",
"ai-generated",
"design-assets",
"nextjs",
"react",
"typescript",
"tailwindcss",
"webp"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "node scripts/gen-thumbs.mjs",
"predev": "node scripts/gen-thumbs.mjs",
"thumbs": "node scripts/gen-thumbs.mjs",
"trim": "node scripts/trim-white.mjs --apply",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.4.0",
"@hugeicons/core-free-icons": "^4.1.1",
"@hugeicons/react": "^1.1.6",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tabler/icons-react": "^3.41.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"jszip": "^3.10.1",
"lucide-react": "^1.8.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.3.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}