-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "filmoteka-by-luckycoders",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://dab82.github.io/filmoteka-by-luckycoders",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /filmoteka-by-luckycoders/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dab82/filmoteka-by-luckycoders.git"
},
"keywords": [],
"author": "Alexander Repeta <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dab82/filmoteka-by-luckycoders/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"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"basiclightbox": "^5.0.4",
"canvas-confetti": "^1.4.0",
"lazysizes": "^5.3.2",
"lodash.debounce": "^4.0.8",
"material-icons": "^1.10.4",
"notiflix": "^3.2.2",
"tui-pagination": "^3.4.1"
}
}