-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.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
{
"name": "ethanmick.com",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "1.5.0",
"@heroicons/react": "1.0.6",
"@mdx-js/loader": "2.1.1",
"@mdx-js/mdx": "2.1.1",
"@mdx-js/react": "2.1.1",
"@next/mdx": "12.1.5",
"@tailwindcss/forms": "0.5.0",
"asciinema-player": "3.0.0-rc.1",
"classnames": "2.3.1",
"fathom-client": "3.4.1",
"form-data": "4.0.0",
"html-minifier": "4.0.0",
"mailgun.js": "5.2.1",
"moment": "2.29.4",
"next": "12.1.5",
"next-seo": "5.4.0",
"prism-react-renderer": "1.3.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-toastify": "8.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.2",
"@types/html-minifier": "4.0.2",
"@types/mdx-js__react": "1.5.5",
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"autoprefixer": "10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "0.1.8",
"tailwindcss": "3.0.24",
"typescript": "4.6.3"
}
}