-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.42 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.42 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
53
54
55
56
57
{
"name": "neurodiversity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"dependencies": {
"@vercel/og": "0.8.6",
"contentlayer": "0.3.4",
"markdown-wasm": "1.2.0",
"next": "16.1.6",
"next-contentlayer": "0.3.4",
"next-mdx-remote": "5.0.0",
"next-sitemap": "4.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-spring": "npm:@react-spring/web@10.0.3",
"react-use-keypress": "1.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.3",
"@tailwindcss/postcss": "4.1.18",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/marked": "6.0.0",
"@types/react": "19.2.13",
"eslint": "9.39.2",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-mdx": "3.6.2",
"eslint-plugin-prettier": "5.5.5",
"fs": "0.0.1-security",
"fs-extra": "11.3.3",
"git-repo-info": "2.1.1",
"gray-matter": "4.0.3",
"luxon": "3.7.2",
"marked": "17.0.1",
"postcss": "8.5.6",
"prettier": "3.8.1",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
},
"resolutions": {
"@types/react": "19.2.13"
},
"packageManager": "yarn@4.12.0"
}