-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
71 lines (71 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"cypress:run": "cypress run --e2e --browser chrome",
"cypress:open": "cypress open --e2e --browser chrome",
"format": "prettier --write .",
"check-types": "pnpm exec tsc --noEmit"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.0",
"@next/third-parties": "^15.0.0",
"@openstatus/react": "^0.0.3",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@shikijs/rehype": "^1.22.0",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"framer-motion": "^11.11.9",
"gray-matter": "^4.0.3",
"lucide-react": "^0.453.0",
"medium-zoom": "^1.1.0",
"next": "^15.0.0",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.2",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "rc",
"react-dom": "rc",
"react-syntax-highlighter": "^15.6.1",
"react-twc": "^1.4.2",
"react-tweet": "^3.2.1",
"rehype-img-size": "^1.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"shiki": "^1.22.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@argos-ci/cypress": "^2.2.6",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.0",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.0",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"windy-radix-palette": "2.0.0-beta.7"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}