-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1019 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
36
37
{
"name": "parcel-project-template",
"version": "2.0.0",
"description": "",
"homepage": "https://Inna-Mykytiuk.github.io/Ocean",
"scripts": {
"start": "parcel src/*.html -p 3331 --open",
"build": "parcel build src/*.html --public-url /Ocean/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goitacademy/parcel-project-template.git"
},
"keywords": [],
"author": "Inna",
"license": "ISC",
"bugs": {
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"dependencies": {
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.13",
"gh-pages": "^5.0.0",
"jquery": "^3.6.3",
"modern-normalize": "^1.1.0",
"simplelightbox": "^2.12.1",
"slick-carousel": "^1.8.1",
"wow.js": "^1.2.2"
},
"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"
}