-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.91 KB
/
package.json
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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"packageManager": "pnpm@9.2.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true pnpm build",
"lint": "next lint"
},
"dependencies": {
"@ariakit/react": "^0.4.11",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@million/lint": "1.0.14",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-compose-refs": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.1.0",
"@vercel/og": "^0.6.2",
"ariakit": "2.0.0-next.43",
"class-variance-authority": "^0.7.0",
"framer-motion": "12.0.0-alpha.1",
"geist": "^1.3.0",
"match-sorter": "^8.0.0",
"nanoid": "^5.0.7",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-element-to-jsx-string": "^15.0.0",
"remark-gfm": "^4.0.0",
"sugar-high": "^0.6.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"turbo": "^2.0.14",
"unist-util-visit": "^5.0.0",
"zustand": "5.0.0-rc.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.2",
"eslint-plugin-mdx": "^2.3.4",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"tailwindcss-radix": "^2.9.0",
"typescript": "^5.5.4"
},
"license": "MIT",
"pnpm": {
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}
}