-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 947 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
{
"name": "parcel-project-template",
"version": "1.1.0",
"description": "",
"homepage": "https://krystianklimczak.github.io/teamproject-js-filmlibrary",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /teamproject-js-filmlibrary/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/migace/parcel-project-template-pl-main.git"
},
"keywords": [],
"author": "Alexander Repeta <alexander.repeta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/migace/parcel-project-template-pl-main/issues"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"buffer": "^5.7.1",
"parcel": "^2.9.3",
"posthtml-include": "^1.7.4",
"process": "^0.11.10"
},
"dependencies": {
"axios": "^1.5.0",
"darkmode-js": "^1.5.7",
"firebase": "^10.4.0",
"node-fetch": "^2.7.0",
"notiflix": "^3.2.6"
}
}