-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
71 lines (71 loc) · 2.23 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.1.2",
"@next/third-parties": "^15.1.2",
"@openstatus/react": "^0.0.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@shikijs/rehype": "^1.24.3",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"framer-motion": "^11.15.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.469.0",
"medium-zoom": "^1.1.0",
"next": "^15.1.2",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1",
"react-twc": "^1.4.2",
"rehype-img-size": "^1.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"schema-dts": "^1.1.2",
"shiki": "^1.24.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@argos-ci/cypress": "^2.3.3",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"windy-radix-palette": "2.0.0-beta.7"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}