-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "christiancodes.io",
"private": true,
"version": "1.0.0",
"description": "The christiancodes.io website.",
"homepage": "https://github.com/ChristianJHughes/christiancodes.io#readme",
"repository": "github:ChristianJHughes/christiancodes.io",
"author": "Christian Hughes <[email protected]> (https://christiancodes.io)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^11.1.2",
"@tailwindcss/typography": "^0.4.1",
"classnames": "^2.3.1",
"hamburger-react": "^2.4.1",
"next": "^13.3.2",
"next-seo": "^4.26.0",
"next-themes": "0.0.15",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.32.1",
"sharp": "^0.32.1"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"eslint": "7.30.0",
"eslint-config-next": "^13.3.2",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"postcss": "^8.3.6",
"prettier": "2.3.2",
"tailwindcss": "^2.2.15"
}
}