-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.7 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
{
"name": "obelisk-website-docs",
"version": "1.0.0",
"private": true,
"description": "for obelisk engine",
"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",
"lint:prettier": "prettier -c . --cache --ignore-path=../.prettierignore"
},
"author": "Jared Palmer",
"license": "BSL-2.0",
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "1.0.6",
"@mdx-js/react": "^2.3.0",
"@react-aria/ssr": "3.3.0",
"@react-spring/web": "^9.6.1",
"@sentry/nextjs": "^7.50.0",
"@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.3.4",
"next-themes": "^0.2.0",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"node-fetch": "^2.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"sharp": "^0.32.1",
"swr": "1.3.0"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@turbo/gen": "latest",
"@turbo/types": "latest",
"@types/node": "^16.11.12",
"@types/react": "18.2.0",
"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": "18.x"
}
}