forked from eugene17kotov/filmoteka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 965 Bytes
/
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
{
"name": "team-project-2",
"version": "2.0.0",
"description": "",
"homepage": "https://eugene17kotov.github.io/team-project-2",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /team-project-2/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eugene17kotov/team-project-2.git"
},
"keywords": [],
"author": "Yevhenii Kobets <eu.kobets@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/eugene17kotov/team-project-2/issues"
},
"dependencies": {
"@glidejs/glide": "^3.5.2",
"axios": "^0.27.2",
"firebase": "^9.9.0",
"modern-normalize": "^1.1.0"
},
"devDependencies": {
"@parcel/transformer-sass": "^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"
}