-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.69 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
{
"name": "assan-main",
"version": "4.6.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"autoprefixer": "^10.4.1",
"babelify": "^10.0.0",
"browser-sync": "^2.27.4",
"browserify": "^17.0.0",
"cssnano": "^5.0.14",
"del": "^6.0.0",
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-file-include": "^2.3.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.35.2",
"sass-migrator": "^1.5.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"bigpicture": "^2.6.1",
"bootstrap": "^5.1.3",
"choices.js": "^10.0.0",
"cleave.js": "^1.6.0",
"clipboard": "^2.0.8",
"countup.js": "^2.0.7",
"dropzone": "*",
"flatpickr": "^4.6.9",
"gsap": "^3.7.1",
"highlight.js": "^11.3.1",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jarallax": "^1.12.7",
"jquery": "^3.6.0",
"jquery-countdown": "^2.2.0",
"locomotive-scroll": "^4.1.2",
"masonry": "^0.0.2",
"nouislider": "^15.5.0",
"object-fit-images": "^3.2.4",
"particles.js": "^2.0.0",
"popper.js": "^1.16.1",
"prismjs": "^1.25.0",
"quill": "^1.3.7",
"simplebar": "^5.3.6",
"smooth-scroll": "^16.1.3",
"splitting": "^1.0.6",
"svg-injector": "^1.1.3",
"swiper": "^7.3.1",
"typed.js": "^2.0.12"
}
}