-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 933 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
29
30
31
32
33
{
"name": "aakoch.github.com",
"version": "0.0.3",
"description": "",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.6",
"bootstrap": "5.1.3",
"bootstrap-icons": "^1.9.1",
"parcel": "^2.7.0",
"yarn": "^1.22.19"
},
"scripts": {
"run": "parcel serve app/pug/index.pug",
"build": "parcel build app/pug/index.pug app/pug/clothesline.pug --public-url ./",
"start": "parcel serve app/pug/index.pug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aakoch/aakoch.github.com.git"
},
"author": "Adam A. Koch (aakoch)",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/aakoch/aakoch.github.com/issues"
},
"homepage": "https://github.com/aakoch/aakoch.github.com#readme",
"devDependencies": {
"@parcel/transformer-pug": "^2.7.0",
"@parcel/transformer-sass": "^2.7.0",
"pug": "^3.0.3"
}
}