-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 956 Bytes
/
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
{
"name": "@soundxyz/graphql-react-ws",
"version": "2.0.0",
"license": "MIT",
"author": "PabloSzx <[email protected]>",
"sideEffects": false,
"type": "module",
"main": "src/index.ts",
"scripts": {
"prepare": "bob-tsm build.ts",
"watch": "bob-tsm --watch=src build.ts"
},
"keywords": [],
"dependencies": {
"fast-deep-equal": "^3.1.3",
"graphql-ws": "^5.14.1"
},
"devDependencies": {
"@soundxyz/gql-string": "workspace:^0.1.0",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"esbuild": "^0.19.4",
"graphql": "^16.8.1",
"react": "^18.2.0",
"typescript": "^5.2.2",
"valtio": "^1.11.2"
},
"peerDependencies": {
"@soundxyz/gql-string": "workspace:^0.1.0",
"@types/react": "^18.0.28",
"graphql": "^16.6.0",
"react": "^18.2.0",
"valtio": "^1.11.2"
},
"publishConfig": {
"directory": "dist"
}
}