-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 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
35
36
37
{
"name": "rtl-apollo-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doytch/rtl-apollo-testing.git"
},
"author": "Mark Deutsch",
"license": "MIT",
"bugs": {
"url": "https://github.com/doytch/rtl-apollo-testing/issues"
},
"homepage": "https://github.com/doytch/rtl-apollo-testing#readme",
"devDependencies": {
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@vitest/ui": "^3.2.4",
"jsdom": "^26.1.0",
"vite": "^7.1.3",
"vitest": "^3.2.4"
},
"dependencies": {
"@apollo/client": "^4.0.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"graphql": "^16.11.0",
"react": "^19.1.1",
"rxjs": "^7.8.2"
}
}