-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "motion-primitives",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:registry": "tsx scripts/registry-build.ts"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"lucide-react": "^0.400.0",
"motion": "^11.12.0",
"next": "^14.2.14",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-use-measure": "^2.1.1",
"remark-gfm": "^4.0.0",
"shiki": "^1.10.1",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.0.0-insiders.6d3fa07",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.2",
"typescript": "^5"
}
}