-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
71 lines (71 loc) · 1.88 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
{
"name": "world-id-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && pnpm sitemap",
"sitemap": "next-sitemap",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc",
"spellcheck": "cspell **/*.{js,ts,tsx,md,mdx,json}"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@headlessui/react": "^1.7.11",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.3",
"@radix-ui/react-scroll-area": "^1.2.0",
"@sindresorhus/slugify": "^2.1.1",
"@tailwindcss/typography": "^0.5.8",
"@vercel/og": "^0.5.7",
"@worldcoin/idkit": "^1.3.0",
"acorn": "^8.8.1",
"autoprefixer": "^10.4.7",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"focus-visible": "^5.2.0",
"framer-motion": "7.8.1",
"mdast-util-to-string": "^3.1.0",
"mdx-annotations": "^0.1.1",
"next": "^15.0.1",
"next-seo": "^6.0.0",
"next-sitemap": "^4.0.5",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.2",
"postcss-selector-matches": "^4.0.0",
"posthog-js": "^1.57.3",
"qrcode.react": "^4.0.1",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"recma-nextjs-static-props": "^1.0.0",
"rehype-mdx-title": "^2.0.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.33.5",
"shiki": "^0.13.0",
"swr": "^2.1.3",
"tailwindcss": "^3.4.14",
"unist-util-visit": "^4.1.1",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"cspell": "^6.31.3",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"prettier": "^2.7.1",
"prettier-plugin-sort-imports-desc": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}