-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"name": "portfolio-cms",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"export": "pnpm build && next export",
"start": "next start"
},
"dependencies": {
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-reveal": "1.2.2",
"react-typed": "2.0.12",
"sharp": "0.35.2"
},
"devDependencies": {
"@playwright/test": "1.61.1",
"@types/node": "26.0.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/sharp": "0.32.0",
"eslint": "10.5.0",
"eslint-config-upleveled": "10.0.0",
"postcss": "8.5.15",
"prettier": "3.8.4",
"stylelint": "17.14.0",
"stylelint-config-upleveled": "2.0.5",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"pnpm": {
"overrides": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"
}
}
}