-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.18 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.18 KB
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
{
"name": "apalis-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.0",
"@headlessui/react": "^2.1.3",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.14",
"@vercel/analytics": "^1.3.1",
"algoliasearch": "^4.23.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"contentlayer": "latest",
"date-fns": "2.30.0",
"framer-motion": "^11.3.30",
"highlight.js": "^11.10.0",
"next": "^15.1.5",
"next-contentlayer": "latest",
"next-themes": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-instantsearch": "^7.13.0",
"react-tweet": "^3.2.1",
"react-twitch-embed": "^3.0.2",
"shikiji": "^0.8.7",
"styled-jsx": "^5.1.7",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@contentlayer/source-files": "^0.3.4",
"@mdx-js/mdx": "^3.0.1",
"@mermaid-js/mermaid-cli": "^11.6.0",
"@shikijs/rehype": "^3.22.0",
"@shikijs/transformers": "^3.22.0",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.4.1",
"@types/react": "18.2.14",
"autoprefixer": "^10.4.14",
"esbuild": "^0.23.1",
"github-slugger": "^2.0.0",
"hast-util-to-string": "^3.0.0",
"mdast-util-mdx": "^3.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdx-bundler": "^10.0.3",
"postcss": "^8.4.24",
"postcss-import": "^16.1.0",
"puppeteer": "^24.15.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-pretty-code": "^0.12.1",
"rehype-raw": "^6.1.1",
"rehype-slug": "^6.0.0",
"remark-code-import": "^1.2.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^3.0.1",
"shiki": "^3.22.0",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}