-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 974 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 974 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
{
"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": "15.5.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-reveal": "1.2.2",
"react-typed": "2.0.12",
"sharp": "0.34.4"
},
"devDependencies": {
"@playwright/test": "1.56.1",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/sharp": "0.32.0",
"eslint": "9.38.0",
"eslint-config-upleveled": "9.4.2",
"postcss": "8.5.6",
"prettier": "3.6.2",
"stylelint": "16.25.0",
"stylelint-config-upleveled": "2.0.3",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
}