{
"name": "parcel-project-template",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://maria-moroz.github.io/goit-filmoteka",
"scripts": {
"dev": "parcel src/*.html --open",
"build": "parcel build src/*.html --public-url /goit-filmoteka/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goitacademy/parcel-project-template.git"
},
"keywords": [],
"author": "Alexander Repeta <alexander.repeta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"parcel-plugin-handlebars-precompile": "^1.0.2",
"parcel-plugin-nuke-dist": "^1.0.1",
"posthtml-include": "^1.6.2",
"sass": "^1.32.8"
},
"dependencies": {
"axios": "^0.27.2",
"deasync": "^0.1.26",
"notiflix": "^3.2.5"
}
}