-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "dashboard-kit-free-bootstrap-admin-template",
"version": "3.0.0",
"description": "DashboardKit Bootstrap 5 Vanilla Js Free Admin Template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "DashboardKit",
"license": "MIT",
"dependencies": {
"animate.css": "^3.7.0",
"apexcharts": "^3.6.9",
"bootstrap": "^5.1.3",
"browser-sync": "^2.26.3",
"clipboard": "^2.0.8",
"feather-icons": "^4.25.0",
"gulp-file-include": "^2.0.1",
"gulp-sourcemaps": "^2.6.5",
"perfect-scrollbar": "^1.4.0",
"prismjs": "^1.16.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-cssbeautify": "^1.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-inject": "^5.0.2",
"gulp-minify": "^3.1.0",
"gulp-sass": "^4.0.2",
"gulp-smushit": "^1.2.0",
"gulp-uglify": "^3.0.1",
"merge-stream": "^1.0.1"
}
}