-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "rikthepixel",
"homepage": "https://www.rikdenbreejen.nl",
"version": "1.1.0",
"private": false,
"scripts": {
"start": "next dev",
"build": "next build && next export"
},
"engines": {
"node": "18"
},
"dependencies": {
"@fontsource/roboto-slab": "^4.5.8",
"@headlessui/react": "^1.7.11",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.16",
"class-variance-authority": "^0.4.0",
"formik": "^2.2.9",
"framer-motion": "^9.0.4",
"js-search": "^2.0.1",
"next": "^13.1.6",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^1.14.0",
"zod": "^3.20.6",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/js-search": "^1.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-syntax-highlighter": "^15.5.7",
"autoprefixer": "^10.4.13",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"sass": "^1.58.1",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
}
}