-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.11 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
{
"private": true,
"name": "tailwindcss.com",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"format": "prettier '{src,remark,scripts}/**/*.{css,js,mdx}' --write"
},
"browserslist": [
"> 1%"
],
"dependencies": {
"@badrap/bar-of-progress": "^0.1.1",
"@docsearch/react": "^3.3.3",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@silvenon/remark-smartypants": "^1.0.0",
"@sindresorhus/slugify": "^2.2.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.0",
"acorn": "^8.8.2",
"acorn-jsx": "^5.3.2",
"autoprefixer": "^10.4.0",
"cheerio": "^1.0.0-rc.12",
"clsx": "^1.1.1",
"debounce": "^1.2.0",
"dlv": "^1.1.3",
"exec-sh": "^0.3.4",
"fathom-client": "^3.7.0",
"feed": "^4.2.2",
"file-loader": "^6.0.0",
"focus-visible": "^5.1.0",
"follow-redirects": "^1.14.9",
"framer-motion": "2.9.5",
"front-matter": "^4.0.2",
"glob": "^7.1.6",
"json5": "^2.2.3",
"just-group-by": "^1.0.0",
"mdast-util-to-string": "^3.2.0",
"mini-svg-data-uri": "^1.4.3",
"minimatch": "^3.0.4",
"next": "^13.4.2",
"next-router-mock": "^0.9.3",
"postcss": "^8.4.5",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.0.1",
"prismjs": "^1.27.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.29.0",
"redent": "^3.0.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-unwrap-images": "^3.0.1",
"seedrandom": "^3.0.5",
"simple-functional-loader": "^1.2.1",
"stringify-object": "^3.3.0",
"tailwindcss": "^3.4.10",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.1",
"unist-util-visit": "^4.1.2",
"zustand": "^4.0.0-rc.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"glyphhanger": "^5.0.0",
"prettier": "^2.5.0"
}
}