|
1 | 1 | {
|
2 |
| - "name": "purescript-lumi-components", |
3 |
| - "license": "Apache-2.0", |
4 |
| - "repository": { |
5 |
| - "type": "git", |
6 |
| - "url": "https://github.com/lumihq/purescript-lumi-components.git" |
7 |
| - }, |
8 |
| - "ignore": [ |
9 |
| - "*", |
10 |
| - "!src/**/*" |
11 |
| - ], |
12 |
| - "dependencies": { |
13 |
| - "purescript-aff-coroutines": "^7.0.0", |
14 |
| - "purescript-aff": "^5.0.0", |
15 |
| - "purescript-arrays": "^5.0.0", |
16 |
| - "purescript-avar": "^3.0.0", |
17 |
| - "purescript-console": "^4.1.0", |
18 |
| - "purescript-coroutines": "^5.0.0", |
19 |
| - "purescript-fixed-precision": "^4.0.0", |
20 |
| - "purescript-foldable-traversable": "^4.0.0", |
21 |
| - "purescript-foreign-object": ">= 1.0.0 < 3.0.0", |
22 |
| - "purescript-generics-rep": "^6.0.0", |
23 |
| - "purescript-foreign": "^5.0.0", |
24 |
| - "purescript-gen": "^2.0.0", |
25 |
| - "purescript-integers": "^4.0.0", |
26 |
| - "purescript-maybe": "^4.0.0", |
27 |
| - "purescript-nullable": "^4.0.0", |
28 |
| - "purescript-numbers": "^7.0.0", |
29 |
| - "purescript-prelude": "^4.0.1", |
30 |
| - "purescript-profunctor-lenses": ">=4.0.0 <7.0.0", |
31 |
| - "purescript-random": "^4.0.0", |
32 |
| - "purescript-react-basic": "^15.0.0", |
33 |
| - "purescript-react-basic-dom": "lumihq/purescript-react-basic-dom#^3.3.0", |
34 |
| - "purescript-react-basic-classic": "lumihq/purescript-react-basic-classic#^1.0.1", |
35 |
| - "purescript-react-basic-emotion": "^5.0.0", |
36 |
| - "purescript-react-basic-hooks": "^6.0.0", |
37 |
| - "purescript-react-dnd-basic": "^8.0.0", |
38 |
| - "purescript-record": ">= 1.0.0 < 3.0.0", |
39 |
| - "purescript-simple-json": ">=4.0.0 <7.0.0", |
40 |
| - "purescript-strings": "^4.0.0", |
41 |
| - "purescript-tuples": "^5.0.0", |
42 |
| - "purescript-unsafe-reference": "^3.0.1", |
43 |
| - "purescript-validation": "^4.0.0", |
44 |
| - "purescript-js-timers": "^4.0.1", |
45 |
| - "purescript-heterogeneous": ">=0.3.0 <0.5.0", |
46 |
| - "purescript-free": "^5.1.0", |
47 |
| - "purescript-colors": "^5.0.0", |
48 |
| - "purescript-web-uievents": "^2.0.0", |
49 |
| - "purescript-foreign-generic": "^10.0.0" |
50 |
| - }, |
51 |
| - "devDependencies": { |
52 |
| - "purescript-debug": "^4.0.0", |
53 |
| - "purescript-psci-support": "^4.0.0" |
54 |
| - } |
| 2 | + "name": "purescript-lumi-components", |
| 3 | + "license": [ |
| 4 | + "Apache-2.0" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/lumihq/purescript-lumi-components" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-aff": "^v7.1.0", |
| 18 | + "purescript-aff-coroutines": "^v9.0.0", |
| 19 | + "purescript-arrays": "^v7.2.1", |
| 20 | + "purescript-bifunctors": "^v6.0.0", |
| 21 | + "purescript-colors": "^v7.0.1", |
| 22 | + "purescript-console": "^v6.0.0", |
| 23 | + "purescript-control": "^v6.0.0", |
| 24 | + "purescript-coroutines": "^v7.0.0", |
| 25 | + "purescript-datetime": "^v6.1.0", |
| 26 | + "purescript-effect": "^v4.0.0", |
| 27 | + "purescript-either": "^v6.1.0", |
| 28 | + "purescript-enums": "^v6.0.1", |
| 29 | + "purescript-exceptions": "^v6.0.0", |
| 30 | + "purescript-fixed-precision": "^v5.0.0", |
| 31 | + "purescript-foldable-traversable": "^v6.0.0", |
| 32 | + "purescript-foreign": "^v7.0.0", |
| 33 | + "purescript-foreign-object": "^v4.1.0", |
| 34 | + "purescript-free": "^v7.0.0", |
| 35 | + "purescript-heterogeneous": "^v0.6.0", |
| 36 | + "purescript-integers": "^v6.0.0", |
| 37 | + "purescript-js-timers": "^v6.1.0", |
| 38 | + "purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#v3.1.0", |
| 39 | + "purescript-maybe": "^v6.0.0", |
| 40 | + "purescript-media-types": "^v6.0.0", |
| 41 | + "purescript-newtype": "^v5.0.0", |
| 42 | + "purescript-nonempty": "^v7.0.0", |
| 43 | + "purescript-nullable": "^v6.0.0", |
| 44 | + "purescript-numbers": "^v9.0.1", |
| 45 | + "purescript-ordered-collections": "^v3.0.0", |
| 46 | + "purescript-parallel": "^v6.0.0", |
| 47 | + "purescript-partial": "^v4.0.0", |
| 48 | + "purescript-prelude": "^v6.0.1", |
| 49 | + "purescript-profunctor-lenses": "^v8.0.0", |
| 50 | + "purescript-react-basic": "^v17.0.0", |
| 51 | + "purescript-react-basic-classic": "https://github.com/lumihq/purescript-react-basic-classic.git#v3.0.0", |
| 52 | + "purescript-react-basic-dnd": "https://github.com/lumihq/purescript-react-dnd-basic.git#v10.1.0", |
| 53 | + "purescript-react-basic-dom": "https://github.com/lumihq/purescript-react-basic-dom.git#v6.1.0", |
| 54 | + "purescript-react-basic-emotion": "^v7.1.0", |
| 55 | + "purescript-react-basic-hooks": "^v8.2.0", |
| 56 | + "purescript-record": "^v4.0.0", |
| 57 | + "purescript-refs": "^v6.0.0", |
| 58 | + "purescript-simple-json": "^v9.0.0", |
| 59 | + "purescript-st": "^v6.2.0", |
| 60 | + "purescript-strings": "^v6.0.1", |
| 61 | + "purescript-tailrec": "^v6.1.0", |
| 62 | + "purescript-transformers": "^v6.0.0", |
| 63 | + "purescript-tuples": "^v7.0.0", |
| 64 | + "purescript-unsafe-coerce": "^v6.0.0", |
| 65 | + "purescript-unsafe-reference": "^v5.0.0", |
| 66 | + "purescript-web-dom": "^v6.0.0", |
| 67 | + "purescript-web-events": "^v4.0.0", |
| 68 | + "purescript-web-file": "^v4.0.0", |
| 69 | + "purescript-web-html": "^v4.1.0", |
| 70 | + "purescript-web-storage": "^v5.0.0", |
| 71 | + "purescript-web-uievents": "^v4.0.0" |
| 72 | + } |
55 | 73 | }
|
0 commit comments