-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.84 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.84 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "boaris",
"version": "0.1.0",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest",
"typescript:check": "tsc --noEmit --incremental",
"biome:all": "biome check --write --unsafe ./"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@fluid-tailwind/tailwind-merge": "0.0.3",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/bundle-analyzer": "15.1.7",
"@next/mdx": "15.2.0",
"@radix-ui/colors": "3.0.0",
"@react-aria/interactions": "3.23.0",
"@react-aria/optimize-locales-plugin": "1.1.4",
"@react-aria/utils": "3.27.0",
"@shikijs/rehype": "3.1.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@total-typescript/ts-reset": "0.6.1",
"@types/mdx": "2.0.13",
"@types/node": "22.13.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"@vitejs/plugin-react": "4.3.4",
"clsx": "2.1.1",
"effect": "3.13.1",
"fluid-tailwind": "1.0.4",
"jsdom": "26.0.0",
"lucide-react": "0.475.0",
"motion": "12.4.3",
"next": "15.1.7",
"postcss": "8.5.2",
"react": "19.0.0",
"react-aria-components": "1.6.0",
"react-dom": "19.0.0",
"shiki": "3.1.0",
"sonner": "1.7.4",
"tailwind-merge": "2.6.0",
"tailwind-variants": "0.3.1",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"tailwindcss-react-aria-components": "1.2.0",
"typescript": "5.7.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5"
},
"resolutions": {
"react": "19.0.0",
"react-dom": "19.0.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
}
}