-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 975 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
38
{
"name": "my-profile-web",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"local-cypress": "1.2.6",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.62.0",
"sharp": "^0.32.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.3",
"@next/eslint-plugin-next": "13.3.0",
"@types/eslint": "8.37.0",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/sass": "1.43.1",
"@types/sharp": "0.31.1",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"cypress": "12.9.0",
"eslint": "8.38.0",
"eslint-config-upleveled": "^4.1.8",
"postcss": "8.4.22",
"stylelint": "^15.5.0",
"stylelint-config-upleveled": "^1.0.2",
"typescript": "4.9.5"
}
}