-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "test-mongodb-client",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn serverless",
"test": "jest --coverage"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@graphql-tools/schema": "^10.0.2",
"@radix-ui/react-label": "^2.0.2",
"@reduxjs/toolkit": "^2.0.1",
"apollo-link-scalars": "^4.0.2",
"cross-fetch": "^4.0.0",
"debounce": "^1.2.0",
"graphql": "^16.8.1",
"graphql-type-json": "^0.3.2",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.2",
"styled-components": "^6.1.1",
"universal-cookie": "^6.1.1",
"validator": "^13.1.17"
},
"devDependencies": {
"@testing-library/react": "^10.2.1",
"@types/debounce": "^1.2.1",
"@types/jest": "^26.0.14",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"babel-plugin-styled-components": "^1.11.1",
"dotenv": "^8.2.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"prettier": "^3.1.0",
"react-test-renderer": "^18.2.0",
"serverless": "^3.38.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}