-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.29 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/codemod": "^13.0.3",
"@nextui-org/react": "^1.0.0-beta.9",
"@octokit/core": "^4.0.4",
"@types/react-slick": "^0.23.4",
"axios": "^1.1.3",
"boxicons": "^2.1.2",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "^13.0.3",
"next-mdx-remote": "^4.1.0",
"next-themes": "^0.2.0",
"node-fetch": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-img-size": "^1.0.1",
"sass": "^1.32.8",
"slugify": "^1.6.5"
},
"devDependencies": {
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.14.182",
"@types/mdast": "^3.0.10",
"@types/node": "^18.6.1",
"@types/node-fetch": "^3.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.22.0",
"eslint-config-next": "^13.0.3",
"hast": "^1.0.0",
"hast-util-heading": "^2.0.0",
"hast-util-is-element": "^2.1.2",
"hastscript": "^7.0.2",
"image-size": "^1.0.2",
"jsdom": "^20.0.0",
"mdast": "^3.0.0",
"plaiceholder": "^2.4.0",
"remark-unwrap-images": "^3.0.1",
"sharp": "^0.31.2",
"typescript": "^4.2.2",
"unified": "^10.1.2",
"unist-util-find-after": "^4.0.0",
"unist-util-visit-parents": "^5.1.0"
}
}