-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "github-repo-finder",
"version": "5.0.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.0.4",
"@mui/material": "latest",
"@reduxjs/toolkit": "^1.6.2",
"@types/uuid": "^8.3.1",
"clsx": "latest",
"graphql": "^15.6.1",
"moment": "^2.29.1",
"next": "latest",
"nextjs-progressbar": "^0.0.11",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-loader-spinner": "^4.0.0",
"react-redux": "^7.2.5",
"sass": "^1.43.3",
"use-debounce": "^7.0.0",
"uuid": "^8.3.2"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"cypress": "cypress open"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"cypress": "^9.0.0",
"typescript": "latest"
}
}