-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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": "omrilotan",
"version": "0.0.7",
"description": "I woke up like this",
"homepage": "https://omrilotan.com",
"author": "omri",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/omrilotan/omrilotan.github.io.git"
},
"scripts": {
"prestart": "which parcel || npm i parcel --no-save",
"start": "parcel src/index.pug --dist-dir docs",
"prebuild": "which parcel || npm i parcel --no-save",
"build": "parcel build src/index.pug --dist-dir docs --public-url . --no-content-hash",
"postbuild": "cp ./src/static/* ./docs",
"format": "prettier --write '**/*'",
"lint": "prettier --check '**/*'"
},
"bin": "bin.js",
"devDependencies": {
"@omrilotan/eslint-config": "^1.3.0",
"@parcel/config-default": "^2.0.1",
"@parcel/graph": "^2.0.1",
"@parcel/packager-raw-url": "^2.0.1",
"@parcel/packager-xml": "^2.0.1",
"@parcel/transformer-pug": "^2.0.1",
"@parcel/transformer-webmanifest": "^2.0.1",
"@parcel/transformer-xml": "^2.0.1",
"@prettier/plugin-pug": "^2.4.1",
"@prettier/plugin-xml": "^2.2.0",
"markdown-it": "^13.0.1",
"prettier": "^2.8.4",
"pug": "^3.0.0"
},
"dependencies": {
"colors": "^1.4.0",
"terminal-link": "^2.1.1"
}
}