-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.49 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": "@codemeapixel/website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start --turbopack",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-tabs": "^1.1.2",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"devicons": "^1.8.0",
"devicons-react": "^1.5.0-beta.11",
"framer-motion": "^11.15.0",
"gray-matter": "^4.0.3",
"marked": "^4.3.0",
"highlight.js": "^11.8.0",
"dompurify": "^3.0.5",
"next": "15.3.0",
"next-mdx": "^0.6.2",
"next-mdx-remote": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-prism-plus": "^2.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"shiki": "^3.2.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/marked": "^5.0.1",
"@types/dompurify": "^3.0.2",
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwind-merge": "^2.6.0",
"typescript": "^5"
}
}