-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 980 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": "interview",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@commitlint/config-conventional": "^16.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.4.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"babel-jest": "^27.5.1",
"bootstrap": "^5.1.3",
"enzyme": "^3.11.0",
"jest": "^27.5.1",
"next": "12.1.5",
"react": "^17.0.2",
"react-bootstrap": "^2.3.0",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/enzyme": "^3.10.12",
"@types/node": "17.0.25",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/sinon": "^10.0.13",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}