-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.35 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
{
"name": "chtenb",
"version": "0.0.1",
"directories": {
"test": "test"
},
"scripts": {
"restore": "npm install && spago install",
"adoc": "node asciidoctor.js",
"build": "npm exec spago build && npm run adoc && echo Ctrl-f5 your browser if non-purescript changes were made!",
"test": "npm exec spago test",
"adocw": "watchexec -w blog/ -e adoc,pikchr npm run adoc",
"serve": "parcel serve --no-cache index.html blog/*.html",
"release": "rm -rf docs && npm run build && parcel build --no-optimize --no-source-maps --dist-dir docs/ './index.html' './blog/*.html' && git checkout -- docs/CNAME",
"publish": "npm run release && git add . && git commit -m publish",
"clean": "rm -rf .cache .spago .psci_modules node_modules output .parcel-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chtenb/chtenb.github.io"
},
"keywords": [
"dev"
],
"author": "Chiel ten Brinke",
"license": "ISC",
"description": "",
"devDependencies": {
"parcel": "2.12.0",
"@parcel/transformer-image": "2.12.0",
"@parcel/config-default": "2.12.0",
"asciidoctor": "2.2.6",
"asciidoctor-highlight.js": "0.4.0",
"asciidoctor-kroki": "0.17.0",
"highlight.js": "11.7.0",
"purescript": "0.15.7",
"purs-tidy": "latest",
"spago": "0.20.9",
"cheerio": "^1.0.0-rc.12"
}
}