-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "my-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-types": "tsc"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.4",
"@types/mdx": "^2.0.13",
"classnames": "^2.5.1",
"memoizee": "^0.4.17",
"motion": "^11.18.0",
"next-mdx-remote": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reading-time": "^1.5.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"sharp": "^0.33.5",
"strip-markdown": "^6.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@shikijs/rehype": "^1.27.2",
"@shikijs/transformers": "^1.27.2",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/memoizee": "^0.4.11",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"next": "15.1.4",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"schema-dts": "^1.1.2",
"shiki": "^1.27.2",
"typescript": "^5.7.3"
}
}