forked from JuliaZaykaS/HellEn-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 829 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
{
"name": "parcel-project-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://goitacademy.github.io/parcel-project-template",
"scripts": {
"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 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.4",
"posthtml-include": "^1.4.3",
"sass": "^1.26.9"
}
}