-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 905 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
{
"name": "parcel-project-template",
"version": "1.1.0",
"description": "",
"homepage": "https://TomGrzybowski.github.io/GoIT-Js-Project-Group-5",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /GoIT-Js-Project-Group-5/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goitacademy/GoIT-Js-Project-Group-5.git"
},
"keywords": [],
"author": "Alexander Repeta <alexander.repeta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/GoIT-Js-Project-Group-5/issues"
},
"dependencies": {
"modern-normalize": "^1.1.0",
"notiflix": "^3.2.6"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"posthtml-include": "^1.7.4"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}