-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
41
42
43
44
45
46
47
{
"name": "harshad_satra_portfolio",
"version": "1.0.0",
"description": "Harshad Satra - Portfolio",
"main": "index.html",
"repository": "https://github.com/harshadsatra/harshadsatra.github.io",
"author": "Harshad <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "gulp && gulp watch",
"build": "gulp",
"serve": "gulp localhost",
"prestart": "gulp",
"start": "gulp localhost"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"floatthead": "^2.2.5",
"gsap": "^3.12.5",
"imagesloaded": "^5.0.0",
"isotope-layout": "^3.0.6",
"isotope-packery": "^2.0.1",
"jquery": "^3.7.1",
"jquery-mousewheel": "^3.1.13",
"jquery-validation": "^1.20.0",
"lightgallery": "^2.7.2",
"slick-carousel": "^1.8.1",
"smooth-scrollbar": "^8.8.4",
"swiper": "^11.1.1",
"waypoints": "^4.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-html-partial": "^1.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-live-server": "^0.0.31",
"gulp-minify": "^3.1.0",
"gulp-purgecss": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-comments": "^2.6.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.77.0"
}
}