|
1 | 1 | { |
2 | | - "name": "purescript-react-basic-emotion", |
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-emotion.git" |
13 | | - }, |
14 | | - "dependencies": { |
15 | | - "purescript-colors": "^6.0.0", |
16 | | - "purescript-foreign": "^6.0.0", |
17 | | - "purescript-numbers": "^8.0.0", |
18 | | - "purescript-prelude": "^5.0.0", |
19 | | - "purescript-react-basic": "^16.0.0", |
20 | | - "purescript-react-basic-dom": "https://github.com/lumihq/purescript-react-basic-dom.git#4.0.1", |
21 | | - "purescript-typelevel-prelude": "^6.0.0", |
22 | | - "purescript-unsafe-reference": "^4.0.0" |
23 | | - }, |
24 | | - "devDependencies": { |
25 | | - "purescript-psci-support": "^5.0.0", |
26 | | - "purescript-react-basic-hooks": "^7.0.0" |
27 | | - } |
| 2 | + "name": "purescript-react-basic-emotion", |
| 3 | + "license": [ |
| 4 | + "Apache-2.0" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/lumihq/purescript-react-basic-emotion" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-colors": "^v6.0.0", |
| 18 | + "purescript-console": "^v5.0.0", |
| 19 | + "purescript-effect": "^v3.0.0", |
| 20 | + "purescript-foreign": "^v6.0.0", |
| 21 | + "purescript-foreign-object": "^v3.0.0", |
| 22 | + "purescript-numbers": "^v8.0.0", |
| 23 | + "purescript-prelude": "^v5.0.0", |
| 24 | + "purescript-psci-support": "^v5.0.0", |
| 25 | + "purescript-react-basic": "^v16.0.0", |
| 26 | + "purescript-react-basic-hooks": "^v7.0.0", |
| 27 | + "purescript-typelevel-prelude": "^v6.0.0", |
| 28 | + "purescript-unsafe-reference": "^v4.0.0" |
| 29 | + } |
28 | 30 | } |
0 commit comments