-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 Bytes
/
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
{
"private": true,
"name": "Dashkit",
"version": "1.5.0",
"description": "",
"main": "gulpfile.js",
"author": "Good Themes",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.2.0",
"gulp-file-include": "^2.1.1",
"gulp-if": "^3.0.0",
"gulp-npm-dist": "^1.0.3",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^4.0.1"
},
"dependencies": {
"@shopify/draggable": "^1.0.0-beta.8",
"autosize": "^4.0.2",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"dropzone": "^5.5.1",
"flatpickr": "^4.6.3",
"highlightjs": "^9.16.2",
"jquery": "^3.4.1",
"jquery-mask-plugin": "^1.14.16",
"list.js": "^1.5.0",
"quill": "^1.3.7",
"save": "^2.4.0",
"select2": "^4.0.12"
}
}