-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.28 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
50
51
52
{
"name": "next-portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.0",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fontsource/inter": "^4.5.15",
"@vercel/og": "^0.5.4",
"airtable": "^0.11.6",
"cz-emoji-conventional": "^1.0.1",
"dotenv": "^16.0.3",
"framer-motion": "^10.12.4",
"next": "13.3.2",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.0.0",
"next-sitemap": "^4.0.7",
"querystring": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-palette": "^1.0.2",
"reading-time": "^1.5.0",
"remark-autolink-headings": "^7.0.1",
"remark-code-titles": "^0.1.2",
"remark-prism": "^1.3.6",
"remark-slug": "^7.0.1",
"sass": "^1.62.1",
"sort-isostring": "^1.0.0",
"swr": "^2.1.5",
"timeago.js": "^4.0.2",
"use-sound": "^4.0.1"
},
"devDependencies": {
"eslint": "8.39.0",
"eslint-config-next": "13.3.2",
"typescript": "^5.0.4"
},
"config": {
"commitizen": {
"path": "node_modules/cz-emoji-conventional"
}
}
}