-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 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
41
{
"name": "parcel-project-template",
"version": "2.0.0",
"description": "",
"homepage": "https://Yakomoga777.github.io/filmoteka",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /filmoteka/"
},
"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"
},
"dependencies": {
"axios": "^1.3.4",
"firebase": "^9.19.1",
"lodash": "^4.17.21",
"modern-normalize": "^1.1.0",
"normalize.css": "^8.0.1",
"notiflix": "^3.2.6",
"simplelightbox": "^2.13.0",
"tui-pagination": "^3.4.1"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.0",
"@parcel/transformer-sass": "^2.6.0",
"@parcel/transformer-webmanifest": "^2.6.0",
"buffer": "^6.0.3",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"posthtml-include": "^1.7.4",
"process": "^0.11.10"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}