create-pylon 1.2.0-canary-20250211161701.347fb156387c9a8c82abbe324756a7bf7d3177a6 → 1.2.0-canary-20250212125049.4549283ca68d73a0596c4d7ce0d1a0509a8bdbc6
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-pylon",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.0-canary-
|
|
4
|
+
"version": "1.2.0-canary-20250212125049.4549283ca68d73a0596c4d7ce0d1a0509a8bdbc6",
|
|
5
5
|
"description": "CLI for creating a Pylon",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -10,10 +10,12 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@getcronit/pylon": "canary",
|
|
13
|
+
"@gqty/react": "^3.1.0",
|
|
13
14
|
"@radix-ui/react-slot": "^1.1.2",
|
|
14
15
|
"bun-types": "^1.1.18",
|
|
15
16
|
"class-variance-authority": "^0.7.1",
|
|
16
17
|
"clsx": "^2.1.1",
|
|
18
|
+
"gqty": "^3.4.1",
|
|
17
19
|
"lucide-react": "^0.474.0",
|
|
18
20
|
"react": "^19.0.0",
|
|
19
21
|
"react-dom": "^19.0.0",
|
|
@@ -23,7 +25,8 @@
|
|
|
23
25
|
},
|
|
24
26
|
"devDependencies": {
|
|
25
27
|
"@getcronit/pylon-dev": "canary",
|
|
26
|
-
"@types/react": "^19.0.8"
|
|
28
|
+
"@types/react": "^19.0.8",
|
|
29
|
+
"@tailwindcss/postcss": "^4.0.6"
|
|
27
30
|
},
|
|
28
31
|
"repository": {
|
|
29
32
|
"type": "git",
|