-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
49
{
"private": true,
"license": "MIT",
"scripts": {
"lint": "next lint",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@sanity/image-url": "^1.0.1",
"@tailwindcss/typography": "^0.5.2",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"globby": "^13.1.1",
"isemail": "^3.2.0",
"next": "latest",
"next-mdx-remote": "^4.0.2",
"next-sanity": "^0.5.2",
"next-themes": "^0.1.1",
"nodemailer": "^6.7.4",
"preact": "^10.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.30.0",
"reading-time": "^1.5.0",
"rss": "^1.2.2",
"sharp": "^0.30.4",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@types/estree": "^0.0.51",
"@types/node": "^17.0.31",
"@types/nodemailer": "^6.4.4",
"@types/prettier": "^2.6.0",
"@types/react": "^18.0.6",
"@types/rss": "^0.0.29",
"autoprefixer": "^10.4.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "^4.6.4"
}
}