-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 KB
/
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
39
40
41
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^7.2.0",
"@next/env": "^13.3.0",
"@types/jest": "^29.5.0",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"classnames": "^2.3.2",
"next": "^13.4.1",
"octokit": "^2.0.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.63.6",
"typescript": "5.0.3"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"cypress": "^12.9.0",
"eslint": "8.37.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1"
}
}