-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "portfolio_main",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@resvg/resvg-js": "^2.1.0",
"@silvenon/remark-smartypants": "^2.0.0",
"@upstash/redis": "^1.13.1",
"axios": "^0.27.2",
"esbuild": "^0.15.7",
"framer-motion": "^6.2.8",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.0.1",
"next": "12.3.1",
"next-mdx-remote": "^4.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"rehype-code-titles": "^1.1.0",
"rehype-image-placeholder": "^1.0.1",
"rehype-prism-plus": "^1.5.0",
"remark-autolink-headings": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"remark-unwrap-images": "^3.0.1",
"satori": "^0.0.39",
"sharp": "^0.31.0"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}