aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/package.json
blob: 4abfc5cb1151e597a5ed720623c4063a21c36a63 (plain) (blame)
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
{
  "name": "docs",
  "version": "1.0.0",
  "private": true,
  "description": "turbo.build",
  "scripts": {
    "dev": "next",
    "start": "next start",
    "build": "next build ",
    "lint": "next lint",
    "rss": "node scripts/generate-rss.js",
    "schema": "turbo-types-generate ./public/schema.json"
  },
  "author": "Jared Palmer",
  "license": "MPL-2.0",
  "dependencies": {
    "@headlessui/react": "^1.7.3",
    "@heroicons/react": "1.0.6",
    "@mdx-js/react": "^2.1.4",
    "@react-aria/ssr": "3.3.0",
    "@react-spring/web": "^9.6.1",
    "@sentry/nextjs": "^7.17.3",
    "@vercel/analytics": "^0.1.1",
    "@vercel/og": "^0.0.20",
    "axios": "0.27.2",
    "classnames": "2.3.2",
    "copy-to-clipboard": "^3.3.3",
    "framer-motion": "^7.3.6",
    "next": "^13.0.0",
    "next-themes": "^0.2.0",
    "nextra": "^2.0.1",
    "nextra-theme-docs": "^2.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "swr": "1.3.0"
  },
  "devDependencies": {
    "@babel/core": "7.20.12",
    "@turbo/types": "workspace:*",
    "@types/node": "^16.11.12",
    "@types/react": "18.0.21",
    "autoprefixer": "10.4.14",
    "csstype": "3.1.2",
    "eslint": "8.10.0",
    "eslint-config-next": "12.3.1",
    "eslint-config-prettier": "8.5.0",
    "gray-matter": "^4.0.3",
    "postcss": "8.4.21",
    "rss": "^1.2.2",
    "tailwindcss": "3.1.8",
    "typescript": "4.8.4"
  },
  "prettier": {
    "embeddedLanguageFormatting": "off",
    "htmlWhitespaceSensitivity": "strict"
  },
  "engines": {
    "node": "16.x"
  }
}