-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
54
55
56
57
{
"name": "neurodiversity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"dependencies": {
"@vercel/og": "0.6.5",
"contentlayer": "0.3.4",
"markdown-wasm": "1.2.0",
"next": "15.1.6",
"next-contentlayer": "0.3.4",
"next-mdx-remote": "5.0.0",
"next-sitemap": "4.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-spring": "npm:@react-spring/[email protected]",
"react-use-keypress": "1.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@tailwindcss/postcss": "4.0.5",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/marked": "6.0.0",
"@types/react": "19.0.8",
"eslint": "9.20.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-prettier": "5.2.3",
"fs": "0.0.1-security",
"fs-extra": "11.3.0",
"git-repo-info": "2.1.1",
"gray-matter": "4.0.3",
"luxon": "3.5.0",
"marked": "15.0.6",
"postcss": "8.5.1",
"prettier": "3.5.0",
"tailwindcss": "4.0.5",
"typescript": "5.7.3"
},
"resolutions": {
"@types/react": "19.0.8"
},
"packageManager": "[email protected]"
}