-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
62 lines (62 loc) · 1.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
{
"name": "tailwindui-protocol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "vercel deploy --prod"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.17.0",
"@algolia/autocomplete-preset-algolia": "^1.17.0",
"@headlessui/react": "^1.7.18",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^14.1.0",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "^1.1.4",
"acorn": "^8.11.3",
"algoliasearch": "^4.22.1",
"autoprefixer": "^10.4.17",
"cache-manager": "^5.4.0",
"clsx": "^2.1.0",
"focus-visible": "^5.2.0",
"framer-motion": "^11.0.5",
"lucide-react": "^0.427.0",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"next": "^13.5.6",
"postcss": "^8.4.35",
"postcss-focus-visible": "^9.0.1",
"postcss-import": "^16.0.1",
"preact": "^10.19.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recma-nextjs-static-props": "^1.0.0",
"rehype-mdx-title": "^2.0.0",
"remark-gfm": "^4.0.0",
"remark-mermaid-nextra": "^0.0.4",
"shiki": "^0.14.7",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"vercel": "^33.7.0",
"yarn-upgrade-all": "^0.7.2"
}
}