-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "joshua",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@notionhq/client": "^0.4.0",
"@vercel/analytics": "^1.0.0",
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.10",
"date-fns": "^2.25.0",
"framer-motion": "^4.1.17",
"image-scraper": "^0.2.1",
"instagram-web-api": "^2.2.2",
"next": "^13.3.1",
"next-seo": "^4.28.1",
"next-themes": "^0.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.2.1",
"react-icons": "^4.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-use-clipboard": "^1.0.8",
"slugify": "^1.6.1",
"swiper": "^7.0.9",
"swr": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^10.3.6",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"next-sitemap": "^1.6.192",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.16"
}
}