-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "purescript-elmish",
"license": "MIT",
"description": "A PureScript implementation of The Elm Architecture (TEA)",
"author": {
"name": "Fyodor Soikin",
"email": "[email protected]",
"url": "https://github.com/fsoikin"
},
"contributors": [
{
"name": "Daniel Gasienica",
"email": "[email protected]",
"url": "https://www.gasi.ch"
},
{
"name": "Abby Sassel",
"url": "https://github.com/sassela"
},
{
"name": "Marc Cordova",
"url": "https://github.com/mcordova47"
}
],
"scripts": {
"install": "spago install",
"build": "spago build --no-psa",
"test": "spago -x test.dhall test --no-psa"
},
"devDependencies": {
"@happy-dom/global-registrator": "7.4.0",
"acorn": "^6.4.1",
"bower": "^1.8.8",
"elliptic": "^6.5.4",
"lodash": "^4.17.21",
"pulp": "^16.0.0",
"purescript": "^0.15.15",
"purescript-psa": "0.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"spago": "^0.21.0",
"tree-kill": "^1.2.2"
}
}