-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "portfolio-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react-syntax-highlighter": "^15.5.11",
"contentful": "^9.1.6",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-to-print": "^2.14.15",
"remark-gfm": "^4.0.0",
"sitemap": "^7.1.1",
"yarn": "^1.22.21"
},
"devDependencies": {
"@types/node": "17.0.10",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"resolutions": {
"@types/react": "17.0.40",
"**/@types/react": "^17.0.21",
"**/@types/react-dom": "^17.0.9"
}
}