-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.79 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@nextui-org/docs",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "rimraf .contentlayer && concurrently \"contentlayer dev\" \"next dev\"",
"build": "contentlayer build && next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"typecheck": "contentlayer build && tsc --noEmit",
"update:search-meta": "tsx scripts/update-search-meta.ts",
"postbuild": "next-sitemap"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.6.4",
"@internationalized/date": "^3.5.4",
"@mapbox/rehype-prism": "^0.6.0",
"@nextui-org/aria-utils": "^2.0.21",
"@nextui-org/react": "^2.4.2",
"@nextui-org/shared-icons": "^2.0.8",
"@nextui-org/shared-utils": "^2.0.5",
"@nextui-org/theme": "^2.2.6",
"@nextui-org/use-clipboard": "^2.0.5",
"@nextui-org/use-infinite-scroll": "^2.1.3",
"@nextui-org/use-is-mobile": "^2.0.8",
"@radix-ui/react-scroll-area": "^1.0.5",
"@react-aria/focus": "3.17.1",
"@react-aria/i18n": "3.11.1",
"@react-aria/interactions": "3.21.3",
"@react-aria/selection": "3.18.1",
"@react-aria/ssr": "3.9.4",
"@react-aria/utils": "3.24.1",
"@react-aria/virtualizer": "3.10.1",
"@react-aria/visually-hidden": "3.8.12",
"@react-stately/data": "3.11.4",
"@react-stately/layout": "3.13.9",
"@react-stately/tree": "3.8.1",
"@rehooks/local-storage": "^2.4.5",
"@vercel/analytics": "^1.2.2",
"canvas-confetti": "^1.9.2",
"cmdk": "^0.2.0",
"color2k": "^2.0.2",
"concurrently": "^8.2.2",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"framer-motion": "^11.1.7",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-to-html": "7.1.2",
"lodash": "^4.17.21",
"lucide-react": "^0.441.0",
"marked": "^5.1.0",
"match-sorter": "^6.3.1",
"mini-svg-data-uri": "^1.4.3",
"mitt": "3.0.0",
"next": "14.2.11",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"parse-numeric-range": "1.2.0",
"prism-react-renderer": "^1.2.1",
"querystring": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-live": "^2.3.0",
"react-multi-ref": "^1.0.1",
"react-wrap-balancer": "^1.0.0",
"refractor": "3.3.1",
"rehype": "11.0.0",
"rehype-parse": "7.0.1",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-autolink-headings": "^6.0.1",
"remark-gfm": "^3.0.1",
"remark-slug": "^6.0.0",
"rimraf": "^6.0.1",
"rss": "^1.2.2",
"scroll-into-view-if-needed": "3.0.10",
"shelljs": "^0.8.4",
"swr": "^2.2.1",
"tailwind-variants": "^0.1.20",
"unified": "^9.2.2",
"unist-builder": "^4.0.0",
"unist-util-visit": "^4.1.2",
"usehooks-ts": "^2.9.1",
"zod": "^3.23.8",
"zustand": "^4.3.8"
},
"devDependencies": {
"@docusaurus/utils": "2.0.0-beta.3",
"@next/bundle-analyzer": "^13.4.6",
"@next/env": "^13.4.12",
"@react-types/shared": "3.23.1",
"@tailwindcss/typography": "^0.5.9",
"@types/canvas-confetti": "^1.4.2",
"@types/lodash": "^4.14.194",
"@types/marked": "^5.0.0",
"@types/mdx": "^2.0.5",
"@types/node": "20.2.5",
"@types/nprogress": "^0.2.0",
"@types/parse-numeric-range": "^0.0.1",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/refractor": "^3.0.2",
"@types/rss": "^0.0.30",
"@types/shelljs": "^0.8.9",
"@types/uuid": "^8.3.1",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.1",
"eslint-config-next": "^14.2.11",
"markdown-toc": "^1.2.0",
"next-sitemap": "^4.1.8",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"tailwindcss": "^3.4.0",
"tsx": "^3.8.2",
"typescript": "^4.9.5",
"uuid": "^8.3.2"
}
}