-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 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
42
43
{
"name": "parcel-project-template",
"version": "2.0.0",
"description": "",
"homepage": "https://yuriy0790.github.io/powerkh",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "parcel src/pages/index.html",
"build": "parcel build src/pages/index.html --public-url /powerkh/"
},
"repository": {
"type": "git",
"url": "git+https://yuriy0790.github.io/powerkh.git"
},
"keywords": [],
"author": "Alexander Repeta <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"dependencies": {
"axios": "^1.3.4",
"basiclightbox": "^5.0.4",
"handlebars": "^4.7.7",
"jquery": "^3.6.4",
"modern-normalize": "^1.1.0",
"nanoid": "^4.0.1",
"parcel-transformer-hbs": "^1.0.4",
"simplelightbox": "^2.12.1",
"slick-carousel": "^1.8.1",
"swiper": "^9.1.1"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"gh-pages": "^5.0.0",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"posthtml-include": "^1.7.4",
"process": "^0.11.10"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}