-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.56 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"author": "Themewagon Team",
"private": true,
"name": "falcon",
"version": "2.8.0",
"description": "Dashboard & WebApp Template",
"main": "gulpfile.js",
"scripts": {
"start": "./node_modules/.bin/gulp"
},
"license": "https://themes.getbootstrap.com/licenses",
"homepage": "http://themewagon.com/",
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^5.13.0",
"@shopify/draggable": "^1.0.0-beta.8",
"@ttskch/select2-bootstrap4-theme": "^1.4.0",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.3",
"datatables": "^1.10.18",
"datatables.net-bs4": "^1.10.21",
"datatables.net-responsive": "^2.2.5",
"datatables.net-responsive-bs4": "^2.2.5",
"dayjs": "^1.8.36",
"dropzone": "^5.7.0",
"emojionearea": "^3.4.2",
"flatpickr": "^4.6.3",
"fullcalendar": "^5.3.2",
"is_js": "^0.9.0",
"jquery": "^3.5.1",
"jquery-countdown": "^2.2.0",
"jquery-validation": "^1.19.2",
"jquery.mb.ytplayer": "^3.3.1",
"leaflet": "1.3.4",
"leaflet.markercluster": "^1.4.1",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"lightbox2": "^2.11.1",
"lodash": "^4.17.15",
"lottie-web": "^5.6.10",
"owl.carousel": "^2.3.4",
"perfect-scrollbar": "^1.5.0",
"plyr": "^3.6.2",
"popper.js": "^1.16.1",
"prismjs": "^1.20.0",
"progressbar.js": "^1.1.0",
"raty-js": "^2.9.0",
"select2": "^4.0.13",
"sticky-kit": "^1.1.3",
"stickyfilljs": "^2.1.0",
"tinymce": "^5.3.1",
"toastr": "^2.1.4",
"twitter-bootstrap-wizard": "^1.2.0",
"typed.js": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"autoprefixer": "^9.8.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"promise": "^8.1.0"
},
"browserslist": [
"last 5 version"
]
}