-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "purescript-elmish-hooks",
"description": "React Hooks for Elmish",
"scripts": {
"install": "spago install",
"build": "spago build --no-psa",
"test": "spago -x test.dhall test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/collegevine/purescript-elmish-hooks.git"
},
"keywords": [
"PureScript",
"Elmish",
"React",
"Hooks"
],
"author": {
"name": "Marc Cordova",
"url": "https://github.com/mcordova47"
},
"contributors": [
{
"name": "Fyodor Soikin",
"email": "[email protected]",
"url": "https://github.com/fsoikin"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/collegevine/purescript-elmish-hooks/issues"
},
"homepage": "https://github.com/collegevine/purescript-elmish-hooks#readme",
"devDependencies": {
"@happy-dom/global-registrator": "7.4.0",
"pulp": "^16.0.0",
"purescript": "^0.15.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"spago": "^0.21.0"
},
"dependencies": {
"stacktrace-parser": "^0.1.10"
}
}