forked from tailwindlabs/tailwindcss.com
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.32 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
{
"private": true,
"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.0.0",
"@headlessui/react": "^1.7.2",
"@juggle/resize-observer": "^3.2.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^9.4.4",
"@reach/alert": "^0.16.0",
"@reach/rect": "^0.17.0",
"@silvenon/remark-smartypants": "^1.0.0",
"@sindresorhus/slugify": "^1.1.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"brotli-size": "^4.0.0",
"clean-css": "^4.2.3",
"clsx": "^1.1.1",
"deasync": "^0.1.20",
"debounce": "^1.2.0",
"dlv": "^1.1.3",
"exec-sh": "^0.3.4",
"feed": "^4.2.2",
"file-loader": "^6.0.0",
"focus-visible": "^5.1.0",
"framer-motion": "2.9.5",
"front-matter": "^4.0.2",
"glob": "^7.1.6",
"gsap": "^3.6.0",
"gzip-size": "^5.1.1",
"intersection-observer": "^0.11.0",
"just-group-by": "^1.0.0",
"mini-svg-data-uri": "^1.4.3",
"minimatch": "^3.0.4",
"next": "^12.3.1",
"postcss": "^8.4.5",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.0.1",
"prismjs": "^1.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.29.0",
"redent": "^3.0.0",
"seedrandom": "^3.0.5",
"simple-functional-loader": "^1.2.1",
"stringify-object": "^3.3.0",
"tailwindcss": "^3.1.8",
"tinytime": "^0.2.6",
"unist-util-visit": "^2.0.3",
"zustand": "^4.0.0-rc.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"glyphhanger": "^4.0.1",
"prettier": "^2.5.0",
"string-replace-loader": "^3.1.0"
}
}