-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 900 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
{
"name": "phoenix-hooks",
"version": "1.0.1",
"description": "Phoenix Sockets, Channels, and Presence with React hooks.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tyler Samples <[email protected]> (https://smpls.dev)",
"license": "MIT",
"homepage": "https://github.com/tylersamples/phoenix-hooks#readme",
"repository": "https://github.com/tylersamples/phoenix-hooks.git",
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-web"
]
]
},
"peerDependencies": {
"phoenix": "^1.5.9",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@types/phoenix": "^1.5.1",
"@types/react": "^17.0.5",
"typescript": "^4.2.4"
}
}