-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.98 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
{
"name": "www.ludusrusso.space",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "ts-node ./scripts/copy-images.ts",
"postbuild": "next-sitemap",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-build": "ts-node ./scripts/copy-images.ts && next build && next-sitemap",
"create-admin": "NODE_PATH='.' ts-node scripts/create-admin.ts"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@mapbox/rehype-prism": "^0.8.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"bcrypt": "^5.1.0",
"contentlayer": "^0.3.0",
"dayjs": "^1.11.7",
"disqus-react": "^1.1.5",
"feed": "^4.2.2",
"final-form": "^4.20.8",
"glob": "^8.1.0",
"gray-matter": "^4.0.3",
"history": "^5.3.0",
"jsonwebtoken": "^9.0.0",
"next": "^13.1.3",
"next-contentlayer": "^0.3.0",
"next-images": "^1.8.4",
"next-mdx-remote": "^4.2.1",
"next-superjson": "^0.0.4",
"nextjs-cors": "^2.1.2",
"react": "^18.2.0",
"react-component-export-image": "^1.0.6",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.9",
"react-mailchimp-subscribe": "^2.1.3",
"react-to-print": "^2.14.11",
"react-youtube": "^10.1.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"rxjs": "^7.8.0",
"sharp": "^0.31.3",
"superjson": "^1.12.2",
"zod": "^3.20.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/bcrypt": "^5.0.0",
"@types/glob": "^8.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-mailchimp-subscribe": "^2.1.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.3",
"next-sitemap": "^3.1.45",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1"
}
}