-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"axios": "^1.3.6",
"bootstrap": "^5.2.3",
"next": "latest",
"next-router-mock": "^0.9.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"sass": "^1.62.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.0.28",
"@types/testing-library__jest-dom": "5.14.5",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-testing-library": "^5.10.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"msw": "^1.2.1",
"typescript": "4.9.5"
}
}