-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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": "pixify",
"version": "1.0.0",
"description": "Pixify - Image Search",
"homepage": "https://valik3201.github.io/pixify",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /pixify/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Valik3201/pixify.git"
},
"keywords": [],
"author": "Valentyn Chernetskyi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Valik3201/pixify/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"axios": "^1.7.2",
"lazysizes": "^5.3.2",
"normalize-scss": "^8.0.0",
"notiflix": "^3.2.7",
"simplelightbox": "^2.14.3"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"buffer": "^6.0.3",
"parcel": "^2.12.0",
"parcel-reporter-clean-dist": "^1.0.4",
"posthtml-include": "^2.0.1"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}