-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
23 lines (23 loc) · 856 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
{
"name": "wedding-invitation",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel",
"build": "parcel build",
"publish": "git branch -D gh-pages && git switch -c gh-pages && parcel build src/index.html --dist-dir ./ --public-url https://suckzoo.github.io/wedding-invitation/ && rm -rf src && git add . && git commit -m \"Update github pages\" && git push -f origin gh-pages && git switch main"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.3.2",
"@parcel/transformer-sass": "^2.3.2",
"@parcel/transformer-webmanifest": "^2.3.2",
"parcel": "^2.3.2",
"posthtml-expressions": "^1.9.0",
"process": "^0.11.10"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"firebase": "^9.6.7",
"lightgallery": "^2.4.0"
}
}