-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "portfolio-site",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@supabase/supabase-js": "^1.29.1",
"comma-number": "^2.1.0",
"dark-mode-toggle": "^0.10.0",
"framer-motion": "^4.1.17",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"gsap": "^3.8.0",
"mdx-prism": "^0.3.4",
"next": "12.0.7",
"next-mdx-remote": "^2.1.4",
"next-seo": "^4.28.1",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.0",
"react-syntax-highlighter": "^15.4.5",
"react-vertical-timeline-component": "^3.5.2",
"reading-time": "^1.5.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.2",
"remark-slug": "^6.0.0",
"strava-v3": "^2.1.0",
"stream": "^0.0.2",
"swr": "^1.1.2",
"typeit-react": "^2.0.8"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5"
}
}