-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "spellbook",
"private": false,
"version": "0.0.1-alpha",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev --port 3002",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@vercel/og": "^0.0.21",
"clsx": "^1.1.1",
"fast-glob": "^3.2.7",
"gray-matter": "^4.0.3",
"next": "latest",
"next-api-og-image": "github:liltechnomancer/next-api-og-image",
"next-mdx-remote": "^4.0.2",
"prismjs": "^1.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-prism-plus": "^1.3.1",
"rehype-slug": "^5.0.0",
"remark-end-with-code-block": "*",
"remark-gfm": "^3.0.1",
"remark-mdx-toc": "*",
"sass": "^1.44.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.0.0-rc.2",
"@tailwindcss/forms": "^0.4.0-alpha.2",
"@tailwindcss/typography": "^0.5.0-alpha.3",
"autoprefixer": "^10.2.6",
"cross-env": "^7.0.3",
"postcss": "^8.3.5",
"tailwindcss": "^3.0.0-alpha.2"
}
}