-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.5 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "best-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@hookform/resolvers": "^2.8.10",
"@vercel/analytics": "^0.1.6",
"axios": "^0.27.2",
"next": "^13.0.6",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.31.2",
"react-scroll": "^1.8.7",
"styled-components": "^5.3.5",
"ua-parser-js": "^1.0.32",
"yup": "^0.32.11"
},
"devDependencies": {
"@swc/core": "^1.3.14",
"@swc/jest": "^0.2.23",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.1",
"@types/node": "17.0.34",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/react-scroll": "^1.8.3",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.25",
"@types/ua-parser-js": "^0.7.36",
"babel-plugin-styled-components": "^2.0.7",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"jest-styled-components": "^7.1.1",
"react-test-renderer": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "4.6.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}