-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 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
{
"name": "silicon-html",
"version": "1.0.0",
"description": "Silicon - Multipurpose Bootstrap 5 Template & UI Kit",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "https://createx.studio/",
"license": "ISC",
"homepage": "https://silicon.createx.studio",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-rollup": "^2.17.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.48.0"
},
"dependencies": {
"@lottiefiles/lottie-player": "^1.5.4",
"bootstrap": "^5.1.3",
"boxicons": "^2.1.1",
"cleave.js": "^1.6.0",
"imagesloaded": "^4.1.4",
"img-comparison-slider": "^7.4.3",
"jarallax": "^1.12.8",
"lg-fullscreen.js": "^1.2.0",
"lg-thumbnail.js": "^1.2.0",
"lg-video.js": "^1.3.0",
"lg-zoom.js": "^1.3.0",
"lightgallery.js": "^1.4.0",
"nouislider": "^15.5.0",
"parallax-js": "^3.1.0",
"prismjs": "^1.26.0",
"shufflejs": "^5.4.1",
"smooth-scroll": "^16.1.3",
"swiper": "^7.4.1",
"vanilla-tilt": "^1.7.2"
},
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"Android >= 8",
"not Explorer <= 11"
]
}