-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.78 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "magic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "run-p dev:site",
"dev:site": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.4",
"@dagrejs/dagre": "^1.1.1",
"@ionic/react": "^6.6.0",
"@phosphor-icons/react": "^2.0.15",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-tabs": "^1.0.2",
"@stoplight/elements": "^8.0.4",
"@typeform/embed-react": "^2.20.0",
"@vercel/blob": "^0.23.4",
"algoliasearch": "^4.19.1",
"auth0-js": "^9.20.2",
"clsx": "^1.2.1",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.0",
"embla-carousel-react": "^8.1.8",
"framer-motion": "^9.0.2",
"instantsearch.js": "^4.56.9",
"next": "^14.2.5",
"next-contentlayer": "^0.3.0",
"next-hubspot": "^1.1.5",
"next-seo": "^5.15.0",
"next-sitemap": "^4.0.5",
"nextjs-routes": "^1.0.8",
"openai": "^4.55.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-instantsearch": "^7.0.1",
"react-player": "^2.13.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"react-wrap-balancer": "^0.4.0",
"reactflow": "^11.10.4",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.9.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^6.0.0",
"set-scrollbar-width": "^1.0.5",
"sharp": "^0.33.4",
"shiki": "^0.14.0"
},
"devDependencies": {
"@content-collections/core": "^0.6.2",
"@content-collections/markdown": "^0.1.0",
"@content-collections/mdx": "^0.1.3",
"@content-collections/next": "^0.2.0",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/typography": "^0.5.9",
"@types/auth0-js": "^9.14.7",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-gtm-module": "^2.0.1",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/remove-markdown": "^0.3.4",
"autoprefixer": "^10.4.13",
"dotenv": "^16.3.1",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"globby": "^13.1.3",
"h2m": "^0.7.0",
"js-yaml": "^4.1.0",
"mdx-bundler": "^10.0.3",
"node-fetch": "^3.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postgres": "^3.4.3",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"remove-markdown": "^0.5.0",
"tailwindcss": "^3.4.1",
"tsx": "^3.12.3",
"typescript": "5.5.3",
"vault-env": "^5.0.0-beta.2"
},
"overrides": {
"next-contentlayer": {
"next": "$next"
}
}
}