File size: 929 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "tsdx-site",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "next",
    "start": "next",
    "build": "next build"
  },
  "author": "Jared Palmer",
  "license": "MIT",
  "dependencies": {
    "@reach/skip-nav": "^0.10.5",
    "@sindresorhus/slugify": "^1.0.0",
    "classnames": "^2.2.6",
    "focus-visible": "^5.1.0",
    "intersection-observer": "^0.10.0",
    "markdown-to-jsx": "^6.11.4",
    "match-sorter": "^4.1.0",
    "next": "^9.4.4",
    "next-google-fonts": "^1.1.0",
    "prism-react-renderer": "^1.1.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-intersection-observer": "^8.26.2",
    "string-strip-html": "^4.5.0"
  },
  "devDependencies": {
    "@mdx-js/loader": "^1.6.5",
    "babel-plugin-macros": "^2.8.0",
    "postcss-preset-env": "^6.7.0",
    "preval.macro": "^5.0.0",
    "tailwindcss": "^1.4.6",
    "title": "^3.4.2"
  }
}