|
1 | 1 | {
|
2 |
| - "name": "purescript-react-basic-classic", |
3 |
| - "license": "Apache-2.0", |
4 |
| - "ignore": [ |
5 |
| - "**/.*", |
6 |
| - "node_modules", |
7 |
| - "bower_components", |
8 |
| - "output" |
9 |
| - ], |
10 |
| - "repository": { |
11 |
| - "type": "git", |
12 |
| - "url": "https://github.com/lumihq/purescript-react-basic-classic.git" |
13 |
| - }, |
14 |
| - "dependencies": { |
15 |
| - "purescript-aff": "^5.1.2", |
16 |
| - "purescript-nullable": "^4.1.1", |
17 |
| - "purescript-react-basic": "^15.0.0", |
18 |
| - "purescript-functions": "^4.0.0", |
19 |
| - "purescript-effect": "^2.0.1", |
20 |
| - "purescript-maybe": "^4.0.1" |
21 |
| - } |
| 2 | + "name": "purescript-react-basic-classic", |
| 3 | + "license": [ |
| 4 | + "Apache-2.0" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/lumihq/purescript-react-basic-classic" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-aff": "^v6.0.0", |
| 18 | + "purescript-console": "^v5.0.0", |
| 19 | + "purescript-effect": "^v3.0.0", |
| 20 | + "purescript-functions": "^v5.0.0", |
| 21 | + "purescript-maybe": "^v5.0.0", |
| 22 | + "purescript-nullable": "^v5.0.0", |
| 23 | + "purescript-psci-support": "^v5.0.0", |
| 24 | + "purescript-react-basic": "^v16.0.0" |
| 25 | + } |
22 | 26 | }
|
0 commit comments