Skip to content

Commit 3217d99

Browse files
committed
restore packages
1 parent 09999a5 commit 3217d99

File tree

5 files changed

+8040
-2217
lines changed

5 files changed

+8040
-2217
lines changed

.changeset/calm-oranges-enjoy.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"htmldocs-starter": patch
3+
"htmldocs": patch
4+
"@htmldocs/render": patch
5+
"@htmldocs/react": patch
6+
"@htmldocs/examples": patch
7+
---
8+
9+
restore packages

apps/examples/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"react-icons": "^5.3.0"
2020
},
2121
"devDependencies": {
22-
"tailwindcss": "^3.3.2",
23-
"@tailwindcss/typography": "0.5.9",
2422
"@types/markdown-it": "^14.1.2",
2523
"@types/node": "^22.8.1",
2624
"@types/react": "^18.2.61",

packages/htmldocs/package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,54 @@
2222
"@htmldocs/render": "workspace:*",
2323
"@next/bundle-analyzer": "^15.1.6",
2424
"@phosphor-icons/react": "^2.1.5",
25+
"@radix-ui/react-collapsible": "^1.0.3",
26+
"@radix-ui/react-dialog": "^1.1.1",
27+
"@radix-ui/react-dropdown-menu": "^2.0.6",
28+
"@radix-ui/react-icons": "^1.3.0",
29+
"@radix-ui/react-label": "^2.1.0",
30+
"@radix-ui/react-scroll-area": "^1.0.5",
31+
"@radix-ui/react-slot": "^1.0.2",
32+
"@radix-ui/react-switch": "^1.1.0",
33+
"@radix-ui/react-tabs": "^1.0.4",
34+
"@radix-ui/react-toggle-group": "^1.0.4",
35+
"@radix-ui/react-tooltip": "^1.0.7",
2536
"@tailwindcss/typography": "0.5.9",
2637
"adm-zip": "^0.5.14",
38+
"autoprefixer": "^10.4.19",
2739
"chalk": "^4.1.2",
2840
"chokidar": "^3.6.0",
41+
"class-variance-authority": "^0.7.0",
42+
"clsx": "^2.1.1",
2943
"commander": "^12.1.0",
44+
"cva": "1.0.0-beta.1",
3045
"debounce": "^2.0.0",
3146
"dotenv": "^16.4.7",
3247
"esbuild": "^0.21.3",
3348
"esbuild-plugin-tsc": "^0.4.0",
3449
"esbuild-style-plugin": "^1.6.3",
3550
"form-data": "^4.0.0",
51+
"framer-motion": "^11.2.6",
3652
"fs-extra": "^11.2.0",
3753
"inquirer": "^11.0.2",
3854
"lodash": "^4.17.21",
3955
"log-symbols": "^4.1.0",
4056
"mime-types": "^2.1.35",
4157
"next": "14.2.3",
58+
"next-themes": "^0.3.0",
4259
"node-fetch": "^2.7.0",
4360
"onetime": "^7.0.0",
4461
"open": "^8.4.2",
4562
"ora": "^5.4.1",
4663
"pino": "^9.3.2",
4764
"playwright": "^1.44.1",
65+
"postcss": "^8.4.38",
66+
"react": "^18.2.0",
4867
"react-docgen": "^7.0.3",
68+
"react-dom": "^18.2.0",
4969
"socket.io": "^4.7.5",
70+
"socket.io-client": "^4.7.5",
71+
"sonner": "^1.4.41",
72+
"source-map-js": "^1.2.0",
5073
"tailwind-merge": "^2.3.0",
5174
"tailwindcss": "^3.4.3",
5275
"tailwindcss-animate": "^1.0.7",
@@ -55,35 +78,13 @@
5578
"zod": "^3.23.8"
5679
},
5780
"devDependencies": {
58-
"@radix-ui/react-collapsible": "^1.0.3",
59-
"@radix-ui/react-dialog": "^1.1.1",
60-
"@radix-ui/react-dropdown-menu": "^2.0.6",
61-
"@radix-ui/react-icons": "^1.3.0",
62-
"@radix-ui/react-label": "^2.1.0",
63-
"@radix-ui/react-scroll-area": "^1.0.5",
64-
"@radix-ui/react-slot": "^1.0.2",
65-
"@radix-ui/react-switch": "^1.0.0",
66-
"@radix-ui/react-tabs": "^1.0.4",
67-
"@radix-ui/react-toggle-group": "^1.0.4",
68-
"@radix-ui/react-tooltip": "^1.0.7",
6981
"@swc/core": "^1.5.7",
7082
"@types/babel__core": "^7.20.5",
7183
"@types/json-schema": "^7.0.15",
7284
"@types/mime-types": "^2.1.4",
7385
"@types/node": "^20",
7486
"@types/react": "^18.2.61",
7587
"@types/react-dom": "^18.2.19",
76-
"autoprefixer": "^10.4.19",
77-
"class-variance-authority": "^0.7.0",
78-
"clsx": "^2.1.1",
79-
"framer-motion": "^11.2.6",
80-
"next-themes": "^0.3.0",
81-
"postcss": "^8.4.38",
82-
"react": "^18.2.0",
83-
"react-dom": "^18.2.0",
84-
"socket.io-client": "^4.7.5",
85-
"sonner": "^1.4.41",
86-
"source-map-js": "^1.2.0",
8788
"tsup": "^8.0.2",
8889
"typescript": "^5"
8990
}

packages/htmldocs/public/template/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"react-icons": "^5.3.0"
2020
},
2121
"devDependencies": {
22-
"tailwindcss": "^3.3.2",
23-
"@tailwindcss/typography": "0.5.9",
2422
"@types/markdown-it": "^14.1.2",
2523
"@types/node": "^22.8.1",
2624
"@types/react": "^18.2.61",

0 commit comments

Comments
 (0)