forked from tailwindlabs/tailwindcss.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.85 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"browserslist": [
"> 1%"
],
"dependencies": {
"@badrap/bar-of-progress": "^0.1.1",
"@docsearch/react": "^1.0.0-alpha.27",
"@headlessui/react": "^0.2.0",
"@mdx-js/loader": "^1.6.21",
"@next/bundle-analyzer": "^9.4.4",
"@next/mdx": "^10.0.1",
"@reach/rect": "^0.10.5",
"@sindresorhus/slugify": "^1.1.0",
"@svgr/webpack": "^5.4.0",
"@tailwindcss/typography": "^0.0.0-caa70b6",
"autoprefixer": "^10.0.2",
"babel-plugin-preval": "^5.0.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",
"file-loader": "^6.0.0",
"focus-visible": "^5.1.0",
"framer-motion": "^2.9.1",
"front-matter": "^4.0.2",
"glob": "^7.1.6",
"gsap": "^3.4.2",
"gzip-size": "^5.1.1",
"just-group-by": "^1.0.0",
"minimatch": "^3.0.4",
"next": "^10.0.1",
"postcss": "^8.1.7",
"postcss-nested": "^4.2.3",
"prismjs": "^1.20.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"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": "^2.0.1",
"tinytime": "^0.2.6",
"unist-util-visit": "^2.0.3"
},
"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"
}
}