-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.22 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": "next-theme-edgefolio",
"version": "1.1.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/joshuamwo/y.u.l.l.u.git"
},
"engines": {
"node": ">=14.0"
},
"engineStrict": true,
"scripts": {
"dev": "next-remote-watch ./content/**/*.md",
"export": "next export",
"start": "next start",
"lint": "next lint",
"build": "next build",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@next/font": "^13.1.6",
"@sendgrid/mail": "^7.7.0",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"color": "^4.2.3",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.2.12",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"image-size": "^1.0.2",
"js-yaml": "^4.1.0",
"next": "^13.1.6",
"next-mdx-remote": "4.2.0",
"next-seo": "^5.15.0",
"next-share": "^0.19.0",
"next-sitemap": "^3.1.49",
"prism-themes": "^1.9.0",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-icons": "^4.7.1",
"react-inlinesvg": "^3.0.1",
"react-intersection-observer": "^9.4.1",
"react-lite-youtube-embed": "^2.3.52",
"react-portal": "^4.2.2",
"rehype-external-links": "^2.0.1",
"rehype-img-size": "^1.0.1",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.5.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-squeeze-paragraphs": "^5.0.1",
"remark-unwrap-images": "^3.0.1",
"sharp": "^0.31.3",
"sift": "^16.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.1.6",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.4",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"next-remote-watch": "^2.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.4"
}
}