Skip to content

Commit b22c726

Browse files
authored
Merge pull request #6 from prodkt/next
Next
2 parents 30cb56e + e3d68d2 commit b22c726

507 files changed

Lines changed: 28114 additions & 2396 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"next",
66
"next/core-web-vitals",
77
"prettier",
8-
"plugin:tailwindcss/recommended",
98
"plugin:tailwindcss/recommended"
109
],
1110
"plugins": ["tailwindcss"],

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
],
66
"tailwindCSS.experimental.classRegex": [
77
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
8-
["cn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
8+
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
9+
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
10+
// ["cn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
911
],
1012
"vitest.debugExclude": [
1113
"<node_internals>/**",

apps/prepare/package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,26 @@
1414
"dependencies": {
1515
"@astrojs/react": "^3.6.2",
1616
"@astrojs/tailwind": "^5.1.2",
17+
"@fontsource-variable/fustat": "^5.1.0",
18+
"@fontsource/ibm-plex-mono": "^5.1.0",
19+
"@hookform/resolvers": "^3.1.0",
20+
"@motionone/utils": "^10.18.0",
21+
"@radix-ui/react-slot": "^1.0.2",
22+
"@radix-ui/themes": "3.1.6",
23+
"class-variance-authority": "0.7.1",
1724
"@types/node": "^22.9.1",
1825
"@types/react": "^18.3.12",
1926
"@types/react-dom": "^18.3.1",
2027
"astro": "5.0.0-beta.8",
28+
"framer-motion": ">=11.5.6",
2129
"lucide-react": "0.359.0",
30+
"next-themes": "^0.4.3",
2231
"react": "^18.3.1",
2332
"react-dom": "^18.3.1",
33+
"react-hook-form": "^7.44.2",
2434
"tailwindcss": "3.4.6",
25-
"www": "workspace:*"
35+
"tailwindcss-motion": "0.4.3-beta",
36+
"www": "workspace:*",
37+
"zod": "^3.23.8"
2638
}
2739
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
139 KB
Binary file not shown.
3.68 KB
Loading

0 commit comments

Comments
 (0)