-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "parcel-project-template",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://oscuroplan.github.io/Filmoteka-team-prjct",
"scripts": {
"dev": "parcel src/*.html --open",
"build": "parcel build src/*.html --public-url /Filmoteka-team-prjct/"
},
"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"
},
"dependencies": {
"axios": "^0.24.0",
"basiclightbox": "^5.0.4",
"darkmode-js": "^1.5.7",
"firebase": "^9.6.3",
"notiflix": "^3.2.2",
"nuxtjs-darkmode-js-module": "^1.0.3",
"tui-pagination": "^3.4.1"
}
}