-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "ms-rewrite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"new:draft": "plop draft"
},
"dependencies": {
"@next/third-parties": "latest",
"@radix-ui/react-scroll-area": "^1.1.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.28",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.2",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.1"
},
"devDependencies": {
"@mdx-js/react": "^3.0.1",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"feed": "^4.2.2",
"next-mdx-remote": "^5.0.0",
"plop": "^4.0.1",
"postcss": "^8",
"reading-time-estimator": "^1.11.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.1",
"tailwindcss-selection-variant": "^0.1.0",
"typescript": "^5"
}
}