-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 912 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
34
35
36
37
38
39
{
"homepage": "https://gaievskyi.github.io/haw",
"name": "Haw",
"version": "0.0.1",
"description": "Website of a shelter",
"keywords": [
"shelter",
"dogs",
"cats"
],
"license": "MIT",
"author": "Daniel Gajewski, Bartosz Baranowicz, Patrycja Błachut, Nina Szopa",
"scripts": {
"dev": "parcel index.html --open",
"start": "npm run build && npm run dev",
"build": "parcel build index.html --public-url ./",
"push-gh-pages": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"parcel-bundler": "^1.10.3",
"postcss-modules": "^4.0.0"
},
"dependencies": {
"gh-pages": "^3.2.0",
"swiper": "^6.6.2"
},
"postcss": {
"plugins": {
"autoprefixer": {
"overrideBrowserslist": [
"> 0.2%",
"ie >= 9",
"not dead"
]
}
}
}
}