-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 988 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 988 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
36
37
{
"name": "project-group-9",
"version": "2.0.0",
"description": "",
"homepage": "https://keytarina.github.io/project-group-9/",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /project-group-9/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Keytarina/project-group-9"
},
"keywords": [],
"author": "Kateryna Yakubych <kateryna.yakubych@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Keytarina/project-group-9/issues"
},
"dependencies": {
"axios": "^1.4.0",
"buffer": "^6.0.3",
"firebase": "^9.23.0",
"flatpickr": "^4.6.13",
"jquery": "^3.7.0",
"modern-normalize": "^1.1.0",
"notiflix": "^3.2.6",
"process": "^0.11.10",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"posthtml-include": "^1.7.4"
}
}