-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "my-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"check-types": "tsc"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@types/mdx": "^2.0.13",
"classnames": "^2.5.1",
"memoizee": "^0.4.17",
"motion": "^12.35.0",
"next-mdx-remote": "^6.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"reading-time": "^1.5.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"sharp": "^0.34.5",
"strip-markdown": "^6.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@shikijs/rehype": "^4.0.1",
"@shikijs/transformers": "^4.0.1",
"@types/eslint": "^9.6.1",
"@types/memoizee": "^0.4.12",
"@types/node": "^25.3.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"eslint": "^9.39.4",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.8",
"next": "16.1.6",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"schema-dts": "^1.1.5",
"shiki": "^4.0.1",
"typescript": "^5.9.3"
}
}