-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 947 Bytes
/
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
{
"name": "matteu-san",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@icons-pack/react-simple-icons": "^9.3.0",
"@matteusan/himig": "^1.5.1",
"@matteusan/sentro": "0.1.25",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.3",
"@shikijs/rehype": "^1.3.0",
"@types/mdx": "^2.0.11",
"framer-motion": "^11.0.12",
"i18next": "^23.11.2",
"next": "15.1.2",
"next-i18next": "^15.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.1.0",
"remark-gfm": "^4.0.0",
"sass": "1.43.4",
"shiki": "^1.3.0"
},
"devDependencies": {
"@nonsugarless/webp-converter": "^1.0.4",
"@types/node": "20.11.20",
"@types/react": "18.2.57",
"typescript": "5.3.3"
}
}