-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 845 Bytes
/
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
{
"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": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-reveal": "1.2.2",
"react-typed": "1.2.0",
"sharp": "0.33.1"
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/sharp": "0.31.1",
"eslint": "8.56.0",
"eslint-config-upleveled": "7.5.0",
"postcss": "8.4.33",
"stylelint": "16.1.0",
"stylelint-config-upleveled": "1.0.7",
"typescript": "5.3.3"
},
"packageManager": "[email protected]"
}