-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 870 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iconify/json": "^2.2.226",
"@types/node": "^18.6.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vercel/speed-insights": "^1.0.12",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"eslint-config-next": "^14.2.4",
"framer-motion": "^11.2.13",
"next": "^14.2.3",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-pdfobject": "^1.2.0",
"sharp": "^0.33.4",
"typescript": "^4.7.4"
},
"devDependencies": {
"@iconify/tailwind": "^0.1.4",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "10.4.7",
"postcss": "8.4.31",
"tailwindcss": "^3.0.24"
}
}