-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.1 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post build": "next-sitemap"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@headlessui/tailwindcss": "^0.1.2",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/bundle-analyzer": "^13.1.1",
"@next/font": "^13.1.1",
"@next/mdx": "^13.1.1",
"@prisma/client": "^4.8.1",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.0.22",
"autoprefixer": "10.4.14",
"axios": "^1.2.2",
"clsx": "^1.2.1",
"contentful": "^10.6.15",
"dayjs": "^1.11.7",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"framer-motion": "7.7.0",
"front-matter": "^4.0.2",
"jsonata": "^2.0.1",
"lodash": "^4.17.21",
"next": "13.3.0",
"next-themes": "^0.2.1",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.11.0",
"rehype-plugins": "file:packages/rehype-plugins",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.1",
"remark-plugins": "file:packages/remark-plugins",
"remark-rehype": "^10.1.0",
"slug": "^8.2.2",
"swr": "^2.0.0",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "3.3.1",
"tailwindcss-accent": "^2.1.2",
"typescript": "5.0.3",
"use-local-storage-state": "^18.1.2",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/mdx": "^2.0.3",
"@types/node": "18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/slug": "^5.0.3",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"mini-svg-data-uri": "^1.4.4",
"next-sitemap": "^3.1.43",
"postcss": "^8.4.20",
"postcss-import": "^15.1.0",
"prisma": "^4.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"engines": {
"node": "^18.0.0"
}
}