-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
53
54
55
56
57
{
"name": "portfolio-next-sass",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentlayer/client": "^0.2.8",
"@emailjs/browser": "^3.7.0",
"@giscus/react": "^2.2.0",
"@vercel/og": "^0.0.20",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"contentlayer": "^0.2.8",
"framer-motion": "^7.3.2",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "12.3.0",
"next-contentlayer": "^0.2.8",
"next-seo": "^5.5.0",
"next-themes": "^0.2.1",
"querystring": "^0.2.1",
"react": "18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-google-recaptcha": "^2.1.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-rough-notation": "^1.0.3",
"reading-time": "^1.5.0",
"redux": "^4.2.0",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.5.0",
"rss": "^1.2.2",
"sass": "^1.54.9",
"slugify": "^1.6.5",
"swr": "^1.3.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@svgr/webpack": "^6.4.0",
"@types/node": "18.7.17",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@types/react-google-recaptcha": "^2.1.5",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"globby": "^13.1.2",
"prettier": "^2.7.1",
"typescript": "4.8.3"
}
}