-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.4 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
{
"name": "@creative-tim-official/argon-dashboard-pro",
"version": "1.1.0",
"description": "A beautiful premium dashboard for Bootstrap 4.",
"main": "gulpfile.js",
"author": "Creative Tim",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^3.2.1",
"gulp-util": "^3.0.8",
"del": "^3.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.3",
"gulp-html-prettify": "0.0.1",
"gulp-npm-dist": "^1.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.1",
"uglify-es": "^3.3.9",
"gulp-useref-plus": "0.0.8",
"gulp-wait": "0.0.2",
"postcss-flexbugs-fixes": "^3.3.1",
"pump": "^3.0.0",
"run-sequence": "^2.2.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"anchor-js": "^4.1.1",
"animate.css": "^3.7.0",
"bootstrap": "^4.1.3",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^2.7.2",
"clipboard": "^2.0.1",
"datatables.net": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons": "^1.5.4",
"datatables.net-buttons-bs4": "^1.5.4",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-select": "^1.2.7",
"datatables.net-select-bs4": "^1.2.7",
"dropzone": "^5.5.1",
"fullcalendar": "^3.9.0",
"headroom.js": "^0.9.4",
"holderjs": "^2.9.4",
"jquery": "^3.3.1",
"jquery-scroll-lock": "^3.1.3",
"jquery.scrollbar": "^0.2.11",
"js-cookie": "^2.2.0",
"jvectormap-next": "^3.0.0",
"lavalamp": "^1.1.0",
"list.js": "^1.5.0",
"moment": "^2.22.2",
"nouislider": "^11.1.0",
"onscreen": "^1.3.2",
"prismjs": "^1.15.0",
"quill": "^1.3.6",
"select2": "^4.0.6-rc.1",
"sweetalert2": "^7.28.10"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/ct-argon-dashboard-pro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/ct-argon-dashboard-pro.git"
},
"license": "MIT",
"homepage": "https://www.creative-tim.com/license"
}