-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "parcel-project-template",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://andriidorohov.github.io/site-Filmoteka-team-project-Goit/",
"scripts": {
"dev": "parcel src/*.html --open",
"build": "parcel build src/*.html --public-url /site-Filmoteka-team-project-Goit/",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndriiDorohov/site-Filmoteka-team-project-Goit.git"
},
"keywords": [],
"author": "Andrii Dorohov <[email protected]>",
"license": "ISC",
"bugs": {
"url": "hhttps://github.com/AndriiDorohov/site-Filmoteka-team-project-Goit/issues"
},
"devDependencies": {
"@pnotify/animate": "^5.2.0",
"@pnotify/core": "^5.2.0",
"@pnotify/countdown": "^5.2.0",
"gh-pages": "^5.0.0",
"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": "^1.6.2",
"basiclightbox": "^5.0.4",
"handlebars": "^4.7.7",
"lodash.debounce": "^4.0.8",
"material-design-icons": "^3.0.1"
}
}