-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "docs",
"version": "1.0.0",
"private": true,
"description": "Turborepo.org docs",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"lint": "next lint",
"build:static": "next build && next export",
"rss": "node scripts/generate-rss.js"
},
"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",
"@sentry/nextjs": "^7.14.1",
"@vercel/analytics": "^0.1.1",
"axios": "0.27.2",
"classnames": "2.3.2",
"copy-to-clipboard": "3.3.2",
"framer-motion": "^7.3.6",
"js-cookie": "3.0.1",
"ms": "^2.1.3",
"next": "12.3.1",
"next-themes": "^0.2.0",
"nextra": "2.0.0-beta.38",
"nextra-theme-docs": "2.0.0-beta.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "2.4.0",
"react-use": "^17.4.0",
"react-use-measure": "^2.1.1",
"swr": "1.3.0"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@types/node": "^16.11.12",
"@types/react": "18.0.21",
"autoprefixer": "10.4.12",
"csstype": "3.1.1",
"eslint": "8.10.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"gray-matter": "^4.0.3",
"postcss": "8.4.18",
"rss": "^1.2.2",
"tailwindcss": "3.1.8",
"typescript": "4.8.4"
},
"prettier": {
"embeddedLanguageFormatting": "off",
"htmlWhitespaceSensitivity": "strict"
}
}