-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.83 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "gulp-quickstart-pack",
"version": "1.1.0",
"description": "Write the theme description",
"scripts": {
"dev": "gulp production",
"zip": "gulp zip"
},
"repository": {
"type": "git",
"url": "git://github.com/themeix/gulp-quickstart-pack.git"
},
"author": "Themeix <[email protected]> (https://themeix.com)",
"license": "MIT",
"keywords": [
"starter",
"template",
"themeix"
],
"bugs": {
"url": "https://github.com/themeix/gulp-quickstart-pack/issues"
},
"dependencies": {
"aos": "^2.3.4",
"bootstrap": "^5.1.0",
"fitvids": "^2.1.1",
"infinite-scroll": "^4.0.1",
"jquery": "^3.6.0",
"jquery-particles": "^1.34.0",
"jquery.counterup": "^2.1.0",
"jquery.easing": "^1.4.1",
"magnific-popup": "^1.1.0",
"masonry-layout": "^4.2.2",
"pathseg": "^1.2.1",
"prismjs": "^1.24.0",
"sass": "^1.49.9",
"swiper": "^6.8.1",
"tsparticles": "^1.34.0",
"typography-fix": "^1.1.11",
"vanilla-cookieconsent": "^2.8.0",
"waypoints": "^4.0.1"
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"concat": "^3.0.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-inject": "^5.0.5",
"gulp-jshint": "^2.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.0.0",
"gulp-size": "^4.0.1",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.2",
"gulp-update": "0.0.2",
"gulp-zip": "^5.0.2",
"jshint": "^2.11.1",
"jshint-stylish": "^2.2.1",
"run-sequence": "^2.2.1"
},
"homepage": "https://github.com/themeix/gulp-quickstart-pack#readme",
"main": "gulpfile.js"
}