-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
44
45
{
"name": "goit-js-hw-13-image-finder",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://igorklyopov.github.io/goit-js-hw-13-image-finder",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /goit-js-hw-13-image-finder/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igorklyopov/goit-js-hw-13-image-finder.git"
},
"keywords": [
"GoIT",
"homework 13",
"Igor Klyopov",
"Parsel",
"image finder"
],
"author": "Igor Klyopov <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/goit-js-hw-13-image-finder/issues"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
],
"devDependencies": {
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.5",
"parcel-plugin-handlebars-precompile": "^1.0.2",
"posthtml-include": "^1.6.2",
"sass": "^1.32.8"
},
"dependencies": {
"basiclightbox": "^5.0.4",
"simple-notify": "^0.5.2"
}
}