|
1 | 1 | {
|
2 |
| - "name": "purescript-react-basic-hooks", |
3 |
| - "license": [ |
4 |
| - "Apache-2.0" |
5 |
| - ], |
6 |
| - "repository": { |
7 |
| - "type": "git", |
8 |
| - "url": "https://github.com/spicydonuts/purescript-react-basic-hooks" |
9 |
| - }, |
10 |
| - "ignore": [ |
11 |
| - "**/.*", |
12 |
| - "node_modules", |
13 |
| - "bower_components", |
14 |
| - "output" |
15 |
| - ], |
16 |
| - "dependencies": { |
17 |
| - "purescript-aff": "^v7.0.0", |
18 |
| - "purescript-aff-promise": "^v4.0.0", |
19 |
| - "purescript-bifunctors": "^v6.0.0", |
20 |
| - "purescript-console": "^v6.0.0", |
21 |
| - "purescript-control": "^v6.0.0", |
22 |
| - "purescript-datetime": "^v6.0.0", |
23 |
| - "purescript-effect": "^v4.0.0", |
24 |
| - "purescript-either": "^v6.0.0", |
25 |
| - "purescript-exceptions": "^v6.0.0", |
26 |
| - "purescript-foldable-traversable": "^v6.0.0", |
27 |
| - "purescript-functions": "^v6.0.0", |
28 |
| - "purescript-indexed-monad": "^v2.1.0", |
29 |
| - "purescript-integers": "^v6.0.0", |
30 |
| - "purescript-maybe": "^v6.0.0", |
31 |
| - "purescript-newtype": "^v5.0.0", |
32 |
| - "purescript-now": "^v6.0.0", |
33 |
| - "purescript-nullable": "^v6.0.0", |
34 |
| - "purescript-ordered-collections": "^v3.0.0", |
35 |
| - "purescript-prelude": "^v6.0.0", |
36 |
| - "purescript-react-basic": "^v17.0.0", |
37 |
| - "purescript-refs": "^v6.0.0", |
38 |
| - "purescript-tuples": "^v7.0.0", |
39 |
| - "purescript-type-equality": "^v4.0.1", |
40 |
| - "purescript-unsafe-coerce": "^v6.0.0", |
41 |
| - "purescript-unsafe-reference": "^v5.0.0", |
42 |
| - "purescript-web-html": "^v4.0.0" |
43 |
| - } |
| 2 | + "name": "purescript-react-basic-hooks", |
| 3 | + "license": [ |
| 4 | + "Apache-2.0" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/spicydonuts/purescript-react-basic-hooks" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-aff": "^v7.0.0", |
| 18 | + "purescript-aff-promise": "^v4.0.0", |
| 19 | + "purescript-bifunctors": "^v6.0.0", |
| 20 | + "purescript-console": "^v6.0.0", |
| 21 | + "purescript-control": "^v6.0.0", |
| 22 | + "purescript-datetime": "^v6.0.0", |
| 23 | + "purescript-effect": "^v4.0.0", |
| 24 | + "purescript-either": "^v6.0.0", |
| 25 | + "purescript-exceptions": "^v6.0.0", |
| 26 | + "purescript-foldable-traversable": "^v6.0.0", |
| 27 | + "purescript-functions": "^v6.0.0", |
| 28 | + "purescript-indexed-monad": "^v2.1.0", |
| 29 | + "purescript-integers": "^v6.0.0", |
| 30 | + "purescript-maybe": "^v6.0.0", |
| 31 | + "purescript-newtype": "^v5.0.0", |
| 32 | + "purescript-now": "^v6.0.0", |
| 33 | + "purescript-nullable": "^v6.0.0", |
| 34 | + "purescript-ordered-collections": "^v3.0.0", |
| 35 | + "purescript-prelude": "^v6.0.0", |
| 36 | + "purescript-react-basic": "^v17.0.0", |
| 37 | + "purescript-refs": "^v6.0.0", |
| 38 | + "purescript-tuples": "^v7.0.0", |
| 39 | + "purescript-type-equality": "^v4.0.1", |
| 40 | + "purescript-unsafe-coerce": "^v6.0.0", |
| 41 | + "purescript-unsafe-reference": "^v5.0.0", |
| 42 | + "purescript-web-html": "^v4.0.0" |
| 43 | + }, |
| 44 | + "resolutions": { |
| 45 | + "purescript-control": "^6.0.0", |
| 46 | + "purescript-newtype": "^5.0.0", |
| 47 | + "purescript-unsafe-coerce": "^6.0.0", |
| 48 | + "purescript-prelude": "^6.0.0", |
| 49 | + "purescript-safe-coerce": "^2.0.0" |
| 50 | + } |
44 | 51 | }
|
0 commit comments