-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 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
52
53
54
{
"name": "@illusionalsagacity/rescript-msw",
"version": "0.2.0",
"description": "ReScript bindings for MSW",
"author": "rob",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/illusionalsagacity/rescript-msw"
},
"keywords": [
"ReScript",
"Bucklescript",
"MSW",
"testing"
],
"scripts": {
"build": "rescript build -with-deps",
"clean": "rescript clean",
"start": "rescript build -w",
"test": "vitest --silent"
},
"files": [
"/src",
"bsconfig.json"
],
"devDependencies": {
"@apollo/client": "^3.6.9",
"@changesets/cli": "^2.26.0",
"@glennsl/rescript-fetch": "~0.2.2",
"@glennsl/rescript-json-combinators": "~1.3.0",
"@jihchi/vite-plugin-rescript": "^6.0.0",
"@reasonml-community/graphql-ppx": "1.2.4-79d140a5.0",
"@rescript/core": "~0.7.0",
"@rescript/react": "~0.11.0",
"@vitest/coverage-v8": "^2.1.3",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"msw": "^2.4.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rescript": "~11.1.4",
"rescript-apollo-client": "^4.0.0",
"rescript-vitest": "^2.0.0",
"undici": "^6.19.2",
"vitest": "^2.1.3"
},
"peerDependencies": {
"@glennsl/rescript-fetch": "~0.2.2",
"msw": "^2.0.0",
"rescript": "~10.0.0 || ~10.1.0 || ~11.0.0 || ~11.1.0"
},
"packageManager": "yarn@4.5.1"
}