-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1004 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
{
"name": "goit-js-hw-12-countries",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://Yana-Filippova.io/goit-js-hw-12-countries",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /goit-js-hw-12-countries/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yana-Filippova/goit-js-hw-12-countries.git"
},
"keywords": [],
"author": "Alexander Repeta <alexander.repeta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yana-Filippova/goit-js-hw-12-countries/issues"
},
"devDependencies": {
"@pnotify/core": "^5.2.0",
"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": {
"@pnotify/bootstrap4": "^5.2.0",
"bootstrap": "^4.6.0",
"lodash.debounce": "^4.0.8",
"material-design-icons": "^3.0.1"
}
}