-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.28 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
{
"name": "neurodiversity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"dependencies": {
"@vercel/og": "0.6.4",
"contentlayer": "0.3.4",
"markdown-wasm": "1.2.0",
"next": "14.2.18",
"next-contentlayer": "0.3.4",
"next-mdx-remote": "5.0.0",
"next-sitemap": "4.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-spring": "npm:@react-spring/web@9.7.5",
"react-use-keypress": "1.3.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/marked": "6.0.0",
"@types/react": "18.3.12",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-prettier": "5.2.1",
"fs": "0.0.1-security",
"fs-extra": "11.2.0",
"git-repo-info": "2.1.1",
"gray-matter": "4.0.3",
"luxon": "3.5.0",
"marked": "14.1.4",
"postcss": "8.4.49",
"prettier": "3.3.3",
"tailwindcss": "3.4.15",
"typescript": "5.7.2"
}
}