-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
91 lines (91 loc) · 2.78 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"version": "0.0.0",
"type": "module",
"repository": "graphql/graphql.github.io website",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "next build && next-image-export-optimizer",
"dev": "next",
"format": "pnpm format:check --write",
"format:check": "prettier --cache --check .",
"lint": "eslint --ignore-path .gitignore .",
"postbuild": "next-sitemap",
"prebuild": "tsx src/get-github-info.ts",
"start": "next start",
"test": "echo \"no tests\" && exit 1"
},
"dependencies": {
"@graphql-tools/schema": "10.0.3",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-radio-group": "^1.1.3",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"clsx": "^2.1.0",
"codemirror": "5.65.1",
"codemirror-graphql": "1.3.2",
"date-fns": "^2.30.0",
"fast-glob": "^3.3.2",
"graphql": "16.8.1",
"gray-matter": "^4.0.3",
"hast-util-to-string": "3.0.0",
"iframe-resizer-react": "^1.1.0",
"leaflet": "^1.9.4",
"markdown-to-jsx": "^7.4.0",
"marked": "5.0.2",
"next": "^14.2.5",
"next-image-export-optimizer": "^1.12.3",
"next-query-params": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-with-less": "^3.0.1",
"nextra": "3.0.0-alpha.28",
"nextra-theme-docs": "3.0.0-alpha.28",
"numbro": "2.3.6",
"p-limit": "^4.0.0",
"parser-front-matter": "1.6.4",
"postcss": "^8.4.33",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-medium-image-zoom": "5.1.8",
"rss": "1.2.2",
"server-only": "0.0.1",
"string-similarity": "^4.0.4",
"string-strip-html": "^13.4.5",
"tailwindcss": "^3.4.1",
"timeago.js": "4.0.2",
"unified": "11.0.4",
"unist-util-visit": "^5.0.0",
"use-query-params": "^2.2.1"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "4.0.0-alpha.0",
"@svgr/webpack": "^8.0.1",
"@types/codemirror": "5.60.7",
"@types/hast": "3.0.4",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/rss": "0.0.32",
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-tailwindcss": "3.15.1",
"prettier": "3.2.5",
"prettier-plugin-pkg": "^0.18.1",
"remark-frontmatter": "5.0.0",
"remark-lint-first-heading-level": "3.1.2",
"remark-lint-heading-increment": "3.1.2",
"tsx": "^4.7.0",
"typescript": "^5.4.3"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}