-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "matteusan-website",
"version": "3.5.1",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"dev:inspect": "NODE_OPTIONS='--inspect' next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@calcom/embed-react": "^1.5.3",
"@gsap/react": "^2.1.2",
"@heroicons/react": "^2.1.1",
"@icons-pack/react-simple-icons": "^12.6.0",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.3.5",
"@shikijs/rehype": "^3.2.2",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.23.0",
"gsap": "^3.13.0",
"lenis": "^1.3.4",
"motion": "^12.7.4",
"next": "15.3.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "4.0.0",
"shiki": "^3.2.2"
},
"devDependencies": {
"@matteusan/himig": "^1.9.0",
"@matteusan/pintig": "^1.10.1",
"@matteusan/sentro": "^1.3.0",
"@nonsugarless/webp-converter": "^1.0.4",
"@types/mdx": "2.0.13",
"@types/node": "20.11.20",
"@types/react": "18.2.57",
"sass": "1.86.1",
"typescript": "5.3.3"
}
}