-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "portfolio13",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.152",
"@mui/material": "^5.11.11",
"@types/node": "18.14.4",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"bcrypt": "^5.1.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"eslint": "8.35.0",
"eslint-config-next": "13.5.6",
"framer-motion": "^10.16.4",
"gyp": "^0.5.0",
"highlight.js": "^11.8.0",
"msnodesqlv8": "^4.1.1",
"next": "13.5.6",
"next-auth": "4.23.2",
"next-mdx-remote": "^4.4.1",
"next-seo": "^5.15.0",
"next-sitemap": "^4.1.3",
"nextjs-node-loader": "^1.1.5-alpha.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.7.1",
"recoil": "^0.7.7",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"sharp": "^0.32.1",
"typescript": "^5.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}