|
1 | 1 | { |
2 | | - "name": "purescript-flame", |
3 | | - "license": "MIT", |
4 | | - "ignore": [ |
5 | | - "**/.*", |
6 | | - "node_modules", |
7 | | - "bower_components", |
8 | | - "output" |
9 | | - ], |
10 | | - "dependencies": { |
11 | | - "purescript-prelude": "^4.1.0", |
12 | | - "purescript-console": "^4.2.0", |
13 | | - "purescript-effect": "^2.0.1", |
14 | | - "purescript-web-events": "^2.0.0", |
15 | | - "purescript-web-dom": "^2.0.0", |
16 | | - "purescript-web-html": "^2.0.0", |
17 | | - "purescript-nullable": "^4.1.1", |
18 | | - "purescript-aff": "^5.1.0", |
19 | | - "purescript-foreign-object": "^2.0.1", |
20 | | - "purescript-argonaut-generic": "^6.0.0", |
21 | | - "purescript-argonaut-codecs": "^7.0.0" |
22 | | - }, |
23 | | - "devDependencies": { |
24 | | - "purescript-psci-support": "^4.0.0", |
25 | | - "purescript-random": "^4.0.0", |
26 | | - "purescript-integers": "^4.0.0", |
27 | | - "purescript-affjax": "^7.0.0", |
28 | | - "purescript-test-unit": "^14.0.0", |
29 | | - "purescript-debug": "^4.0.0", |
30 | | - "purescript-websocket-simple": "^3.0.1", |
31 | | - "purescript-record": "^2.0.1", |
32 | | - "purescript-node-http": "^5.0.1", |
33 | | - "purescript-httpure": "^0.8.3" |
34 | | - }, |
35 | | - "repository": { |
36 | | - "type": "git", |
37 | | - "url": "https://github.com/easafe/purescript-flame.git" |
38 | | - } |
| 2 | + "name": "purescript-flame", |
| 3 | + "license": [ |
| 4 | + "MIT" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/easafe/purescript-flame" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-aff": "^v6.0.0", |
| 18 | + "purescript-argonaut-codecs": "^v8.1.0", |
| 19 | + "purescript-argonaut-core": "^v6.0.0", |
| 20 | + "purescript-argonaut-generic": "^v7.0.1", |
| 21 | + "purescript-arrays": "^v6.0.1", |
| 22 | + "purescript-bifunctors": "^v5.0.0", |
| 23 | + "purescript-console": "^v5.0.0", |
| 24 | + "purescript-effect": "^v3.0.0", |
| 25 | + "purescript-either": "^v5.0.0", |
| 26 | + "purescript-exceptions": "^v5.0.0", |
| 27 | + "purescript-foldable-traversable": "^v5.0.1", |
| 28 | + "purescript-foreign": "^v6.0.1", |
| 29 | + "purescript-foreign-object": "^v3.0.0", |
| 30 | + "purescript-functions": "^v5.0.0", |
| 31 | + "purescript-maybe": "^v5.0.0", |
| 32 | + "purescript-newtype": "^v4.0.0", |
| 33 | + "purescript-nullable": "^v5.0.0", |
| 34 | + "purescript-partial": "^v3.0.0", |
| 35 | + "purescript-prelude": "^v5.0.1", |
| 36 | + "purescript-psci-support": "^v5.0.0", |
| 37 | + "purescript-random": "^v5.0.0", |
| 38 | + "purescript-refs": "^v5.0.0", |
| 39 | + "purescript-strings": "^v5.0.0", |
| 40 | + "purescript-test-unit": "^v16.0.0", |
| 41 | + "purescript-tuples": "^v6.0.1", |
| 42 | + "purescript-typelevel-prelude": "^v6.0.0", |
| 43 | + "purescript-unsafe-coerce": "^v5.0.0", |
| 44 | + "purescript-web-dom": "^v5.0.0", |
| 45 | + "purescript-web-events": "^v3.0.0", |
| 46 | + "purescript-web-html": "^v3.1.0", |
| 47 | + "purescript-web-uievents": "^v3.0.0" |
| 48 | + } |
39 | 49 | } |
0 commit comments