Newer
Older
{
"name": "parcel-project-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://goitacademy.github.io/parcel-project-template",
"dev": "parcel src/*.html",
"build": "parcel build src/*.html",
"predeploy": "npm run build -- --public-url /parcel-project-template/",
"deploy": "gh-pages -d dist"
},
"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.3",
"posthtml-include": "^1.6.2",
"sass": "^1.32.8"