|
1 | 1 | { |
2 | | - "name": "purescript-react-basic-dom", |
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-dom.git" |
13 | | - }, |
14 | | - "dependencies": { |
15 | | - "purescript-effect": "^2.0.0", |
16 | | - "purescript-foreign-object": "^2.0.3", |
17 | | - "purescript-react-basic": "^15.0.0", |
18 | | - "purescript-unsafe-coerce": "^4.0.0", |
19 | | - "purescript-web-dom": "^4.1.0", |
20 | | - "purescript-web-events": "^2.0.1", |
21 | | - "purescript-web-file": "^2.3.0", |
22 | | - "purescript-web-html": ">=1.0.0 <3.0.0" |
23 | | - }, |
24 | | - "devDependencies": { |
25 | | - "purescript-psci-support": "^4.0.0" |
26 | | - } |
| 2 | + "name": "purescript-react-basic-dom", |
| 3 | + "license": [ |
| 4 | + "Apache-2.0" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/lumihq/purescript-react-basic-dom" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-console": "^v5.0.0", |
| 18 | + "purescript-effect": "^v3.0.0", |
| 19 | + "purescript-foreign-object": "^v3.0.0", |
| 20 | + "purescript-psci-support": "^v5.0.0", |
| 21 | + "purescript-react-basic": "^v16.0.0", |
| 22 | + "purescript-unsafe-coerce": "^v5.0.0", |
| 23 | + "purescript-web-dom": "^v5.0.0", |
| 24 | + "purescript-web-events": "^v3.0.0", |
| 25 | + "purescript-web-file": "^v3.0.0", |
| 26 | + "purescript-web-html": "^v3.0.0" |
| 27 | + } |
27 | 28 | } |
0 commit comments