-
maria-moroz authored6ce25415
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 808 B
{
"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",
"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"
}
}