-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1002 Bytes
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": "parcel-project-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://RuslanaLogosha.github.io/Filmoteka",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html",
"predeploy": "npm run build -- --public-url=/Filmoteka/",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RuslanaLogosha/Filmoteka.git"
},
"keywords": [],
"author": "Alexander Repeta <alexander.repeta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"devDependencies": {
"@glidejs/glide": "^3.4.1",
"basiclightbox": "^5.0.3",
"gh-pages": "^3.1.0",
"lodash.throttle": "^4.1.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-handlebars-precompile": "^1.0.2",
"posthtml-include": "^1.6.0",
"regenerator-runtime": "^0.13.7",
"sass": "^1.26.9"
},
"dependencies": {}
}