|
1 | 1 | { |
2 | | - "name": "purescript-react-halo", |
3 | | - "license": [ |
4 | | - "BSD-3-Clause" |
5 | | - ], |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "https://github.com/robertdp/purescript-react-halo.git" |
9 | | - }, |
10 | | - "ignore": [ |
11 | | - "**/.*", |
12 | | - "node_modules", |
13 | | - "bower_components", |
14 | | - "output" |
15 | | - ], |
16 | | - "dependencies": { |
17 | | - "purescript-aff": "^v6.0.0", |
18 | | - "purescript-free": "^v6.0.0", |
19 | | - "purescript-freeap": "^v6.0.0", |
20 | | - "purescript-halogen-subscriptions": "https://github.com/purescript-halogen/purescript-halogen-subscriptions.git#^1.0.0", |
21 | | - "purescript-react-basic-hooks": "^v7.0.0", |
22 | | - "purescript-refs": "^v5.0.0", |
23 | | - "purescript-unsafe-reference": "^v4.0.0" |
24 | | - } |
| 2 | + "name": "purescript-react-halo", |
| 3 | + "license": [ |
| 4 | + "BSD-3-Clause" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/robertdp/purescript-react-halo.git" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-aff": "^v7.0.0", |
| 18 | + "purescript-bifunctors": "^v6.0.0", |
| 19 | + "purescript-effect": "^v4.0.0", |
| 20 | + "purescript-either": "^v6.1.0", |
| 21 | + "purescript-foldable-traversable": "^v6.0.0", |
| 22 | + "purescript-free": "^v7.0.0", |
| 23 | + "purescript-freeap": "^v7.0.0", |
| 24 | + "purescript-halogen-subscriptions": "https://github.com/purescript-halogen/purescript-halogen-subscriptions.git#v2.0.0", |
| 25 | + "purescript-maybe": "^v6.0.0", |
| 26 | + "purescript-newtype": "^v5.0.0", |
| 27 | + "purescript-ordered-collections": "^v3.0.0", |
| 28 | + "purescript-parallel": "^v6.0.0", |
| 29 | + "purescript-prelude": "^v6.0.0", |
| 30 | + "purescript-react-basic-hooks": "^v8.0.0", |
| 31 | + "purescript-refs": "^v6.0.0", |
| 32 | + "purescript-tailrec": "^v6.0.0", |
| 33 | + "purescript-transformers": "^v6.0.0", |
| 34 | + "purescript-tuples": "^v7.0.0", |
| 35 | + "purescript-unsafe-reference": "^v5.0.0" |
| 36 | + } |
25 | 37 | } |
0 commit comments