-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
{
"name": "amirsina.dev",
"version": "2.0.6",
"description": "www.amirsina.dev",
"author": "Amirsina Shadkami <[email protected]> (https://amirsina.netlify.dev)",
"repository": {
"type": "git",
"url": "https://github.com/amirsinaa/amirsina.dev"
},
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@netlify/integrations": "^0.6.0",
"@netlify/sentry": "^0.0.8",
"@next/mdx": "^13.4.13",
"@sentry/nextjs": "^7.85.0",
"framer-motion": "^10.12.2",
"next": "13.3.0",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"rehype-prism-plus": "^1.5.1",
"remark-smartypants": "^2.0.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.13",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"typescript": "^5.0.4"
}
}