-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 950 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
36
37
{
"name": "my-profile-web",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.66.1",
"sharp": "0.32.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.11",
"@next/eslint-plugin-next": "13.4.19",
"@playwright/test": "^1.36.2",
"@types/eslint": "8.44.2",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/sass": "1.43.1",
"@types/sharp": "0.31.1",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"eslint-config-upleveled": "5.0.4",
"postcss": "8.4.29",
"stylelint": "15.10.3",
"stylelint-config-upleveled": "1.0.2",
"typescript": "5.2.2"
}
}