-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 919 Bytes
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.7.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"eslint": "^9.37.0",
"eslint-config-next": "^15.5.4",
"gray-matter": "^4.0.3",
"next": "^15.5.7",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"react-transition-group": "^4.4.5",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.6.2"
},
"resolutions": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1"
}
}