-
Notifications
You must be signed in to change notification settings - Fork 758
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"prettier": "prettier --write --ignore-unknown ."
},
"dependencies": {
"@heroicons/react": "2.2.0",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "16.2.2",
"@types/mdx": "2.0.13",
"clsx": "2.1.1",
"codehike": "1.0.7",
"date-fns": "4.1.0",
"dinero.js": "2.0.0-alpha.10",
"ms": "3.0.0-canary.1",
"next": "16.2.1-canary.34",
"react": "19.2.4",
"react-dom": "19.2.4",
"recma-codehike": "0.0.1",
"remark-codehike": "0.0.1",
"server-only": "0.0.1",
"styled-components": "6.1.15",
"use-count-up": "3.0.1",
"zod": "3.24.3"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/postcss": "4.1.4",
"@tailwindcss/typography": "0.5.16",
"@types/ms": "2.1.0",
"@types/node": "22.13.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.6.12",
"tailwindcss": "4.1.4",
"typescript": "5.7.3"
}
}