-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.48 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.48 KB
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
{
"name": "hope-ui",
"version": "4.0.0",
"description": "Production ready FREE Open Source Dashboard UI Kit and Design System.",
"keywords": [
"Free",
"Open Source",
"UI Kit",
"Hope-Ui",
"Clean",
"Dashboard",
"Design System",
"Gulp",
"Scss",
"HTML5",
"CSS3",
"Javascript"
],
"scripts": {
"start": "npm run watch",
"watch": "gulp watch --dev=true --output=dist-temp",
"dev": "gulp build --mini=false",
"build": "gulp build --dev=false"
},
"author": "Iqonic Design",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-npm-dist": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^1.4.0",
"gulp-wait": "0.0.2",
"handlebars": "^4.7.6",
"handlebars-layouts": "^3.1.4",
"sass": "^1.49.0",
"yargs": "^16.0.3"
},
"dependencies": {
"@popperjs/core": "^2.9.1",
"apexcharts": "^3.27.1",
"bootstrap": "^5.2.3",
"counterup2": "^1.0.4",
"datatables.net-bs5": "^1.11.2",
"flatpickr": "^4.6.13",
"fslightbox": "^3.3.0-2",
"jquery": "^3.6.0",
"nouislider": "^14.7.0",
"smooth-scrollbar": "^8.7.4",
"swiper": "^6.5.7",
"waypoints": "^4.0.1"
}
}