artode-icons 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/package.json +8 -4
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "artode-icons",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A premium collection of canvas-based, animated icons designed with a Swiss International Style aesthetic.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "adhd.dev <https://x.com/adhd_paws>",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/adhdpaws/artode-icons.git"
|
|
10
|
+
},
|
|
7
11
|
"main": "./dist/index.js",
|
|
8
12
|
"module": "./dist/index.mjs",
|
|
9
13
|
"types": "./dist/index.d.ts",
|
|
@@ -38,7 +42,7 @@
|
|
|
38
42
|
"react-dom": ">=18"
|
|
39
43
|
},
|
|
40
44
|
"dependencies": {
|
|
41
|
-
"@base-ui
|
|
45
|
+
"@base-ui/react": "^1.0.0",
|
|
42
46
|
"@openpanel/nextjs": "^1.1.2",
|
|
43
47
|
"@radix-ui/react-icons": "^1.3.2",
|
|
44
48
|
"@radix-ui/react-slot": "^1.2.4",
|
|
@@ -51,7 +55,7 @@
|
|
|
51
55
|
"geist": "^1.5.1",
|
|
52
56
|
"lucide-react": "^0.562.0",
|
|
53
57
|
"motion": "^12.23.26",
|
|
54
|
-
"next": "16.
|
|
58
|
+
"next": "^16.1.1",
|
|
55
59
|
"next-themes": "^0.4.6",
|
|
56
60
|
"nuqs": "^2.8.5",
|
|
57
61
|
"react-hotkeys-hook": "^5.2.1",
|