-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"author": "Neplox",
"name": "neplox",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && next-export-optimize-images",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.3",
"@types/mdx": "^2.0.13",
"feed": "^5.1.0",
"next": "^15.3.3",
"rand-seed": "^2.1.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.3.0",
"rehype-mdx-import-media": "^1.2.0",
"rehype-starry-night": "^2.2.0",
"remark-code-title": "file:mdx-plugins/remark-code-title",
"remark-gfm": "^4.0.1",
"remark-github-blockquote-alert": "^1.3.1",
"schema-dts": "^1.1.5",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"@tailwindcss/typography": "^0.5.16",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"eslint": "^8",
"eslint-config-next": "15.3.2",
"next-export-optimize-images": "^4.6.2",
"postcss": "^8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.5",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3"
}
}