-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "filmoteka_grupa-4",
"version": "2.0.0",
"description": "projekt grupowy realizowany w ramach kursu goit, z modułu javascript",
"homepage": "https://maksymilianbilski.github.io/filmoteka_grupa-4/",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /filmoteka_grupa-4/",
"start": "parcel src/*.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaksymilianBilski/filmoteka_grupa-4"
},
"keywords": [],
"author": "Maksymilian Bilski <biger9@o2.pl>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaksymilianBilski/filmoteka_grupa-4/issues"
},
"dependencies": {
"@swc/helpers": "^0.4.12",
"axios": "^1.1.3",
"global": "^4.4.0",
"modern-normalize": "^1.1.0",
"notiflix": "^3.2.5",
"regenerator-runtime": "^0.13.10",
"spin.js": "^4.1.1",
"spiner": "^1.0.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"
}