-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "midui",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "nodemon & next dev",
"build": "tsx parser/parser.ts && next build",
"start": "next start",
"lint": "next lint",
"cli" : "tsx utils/cli.ts"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@types/mdx": "^2.0.13",
"@types/uuid": "^9.0.8",
"@vercel/og": "^0.6.2",
"clsx": "^2.1.1",
"framer-motion": "^11.2.6",
"glob": "^10.3.15",
"next": "14.2.3",
"nextjs-toploader": "^1.6.12",
"path-browserify": "^1.0.1",
"react": "^18",
"react-cmdk": "^1.3.9",
"react-dom": "^18",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"serialize-javascript": "^6.0.2",
"shiki": "^1.6.0",
"tailwind-merge": "^2.3.0",
"uuid": "^9.0.1",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/path-browserify": "^1.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/serialize-javascript": "^5.0.4",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"nodemon": "^3.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.10.5",
"typescript": "^5"
}
}