-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 1004 Bytes
/
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
{
"private": true,
"scripts": {
"build": "spago build",
"watch": "spago watch",
"build:examples": "spago -x examples.dhall build",
"watch:examples": "spago -x examples.dhall watch",
"repl": "spago -x examples.dhall repl",
"format": "purs-tidy format-in-place src examples",
"serve-example": "npm run build:examples && concurrently -r \"delay 0.25 && open-cli http://localhost:8080/examples/Example/$npm_config_module/index.html\" \"reload -w ./output\"",
"example:Run": "npm run serve-example --module=Run",
"example:TransformPath": "npm run serve-example --module=TransformPath",
"example:Pattern": "npm run serve-example --module=Pattern"
},
"devDependencies": {
"bower": "^1.8.14",
"concurrently": "^7.1.0",
"delay-cli": "^2.0.0",
"npm-upgrade": "^3.1.0",
"open-cli": "^7.0.1",
"pscid": "^2.9.3",
"pulp": "^16.0.0",
"purescript": "^0.15.0",
"purs-tidy": "^0.8.0",
"reload": "^3.2.0",
"spago": "^0.20.9"
}
}