-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "mantis-free-bootstrap-admin-template",
"version": "2.0.0",
"description": "Mantis Free Bootstrap 5 Admin Dashboard Template",
"main": "index.js",
"license":"MIT",
"scripts": {
"start": "gulp",
"build-prod": "gulp build-prod",
"format": "prettier --write ./src"
},
"author": "CodedThemes",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-cssbeautify": "^3.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-inject": "^5.0.5",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-smushit": "^1.2.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"prettier": "3.2.5",
"sass": "1.71.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"apexcharts": "^3.41.0",
"bootstrap": "^5.3.2",
"browser-sync": "^2.29.3",
"clipboard": "^2.0.11",
"croppr": "^2.3.1",
"dragula": "^3.7.3",
"dropzone": "^5.9.3",
"feather-icons": "^4.29.0",
"gulp-file-include": "^2.3.0",
"gulp-sourcemaps": "^3.0.0",
"simplebar": "^6.2.5"
}
}