-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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
{
"name": "@yuxxeun/w3show",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/yuxxeun/w3show",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome lint --fix",
"format": "biome format --write ."
},
"dependencies": {
"@intentui/icons": "^1.11.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.4.2",
"@types/mdx": "^2.0.13",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vercel/analytics": "^1.5.0",
"cmdk": "^1.1.1",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.6.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"input-otp": "^1.4.2",
"justd-icons": "^1.10.27",
"motion": "^12.23.6",
"next": "15.4.10",
"next-seo": "^6.8.0",
"next-themes": "^0.4.6",
"prism": "^4.1.2",
"react": "^19.1.0",
"react-aria-components": "^1.10.1",
"react-dom": "^19.1.0",
"sonner": "^2.0.6",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.0.15",
"postcss": "^8.5.6",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}