-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 920 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 920 Bytes
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": "prady00.github.io",
"title": "prady00.github.io",
"version": "1.0.0",
"author": "Pradeep Kumar",
"main": "gulpfile.js",
"scripts": {
"start": "node_modules/.bin/gulp start",
"watch": "node_modules/.bin/gulp watch",
"dist": "node_modules/.bin/gulp"
},
"dependencies": {
"aos": "^2.3.4",
"bootstrap": "^4.5.0",
"boxicons": "^2.0.5",
"engine.io": "*",
"isotope-layout": "^3.0.6",
"jquery": "^3.5.1",
"jquery.easing": "^1.4.1",
"owl.carousel": "^2.3.4",
"typed.js": "^2.0.11",
"venobox": "^1.9.0",
"waypoints": "^4.0.1"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-beautify": "^3.0.0",
"gulp-inject-string": "^1.1.2",
"gulp-nunjucks": "^5.0.1",
"gulp-sass": "^5.1.0",
"merge-stream": "^2.0.0",
"sass": "^1.75.0"
}
}