-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.82 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "mazer",
"version": "2.0.0",
"description": "Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production && npm run prettify",
"rtl": "rtlcss -d \"dist/assets/css\" -e \".rtl.css\" && find . -type f -name '*.rtl.rtl.css' -delete",
"prod-rtl": "mix --production && rtl",
"prettify": "prettier --write 'dist/*.html'",
"zip": "bestzip dist.zip dist/*"
},
"author": "zuramai",
"license": "MIT",
"keywords": [
"bootstrap",
"template",
"dashboard",
"scss",
"admin-dashboard",
"hacktoberfest",
"free-template",
"bootstrap5",
"bootstrap5-template"
],
"sponsor": {
"url": "https://github.com/sponsors/zuramai"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@fontsource/nunito": "^4.5.4",
"@fortawesome/fontawesome-free": "^5.15.4",
"@icon/dripicons": "^2.0.0-alpha.3",
"@popperjs/core": "^2.11.4",
"apexcharts": "^3.33.2",
"bootstrap": "5.2.0",
"bootstrap-icons": "^1.9.0",
"chart.js": "^2.9.4",
"choices.js": "^9.1.0",
"cross-env": "^7.0.3",
"datatables.net": "^1.11.5",
"datatables.net-bs5": "^1.11.5",
"dayjs": "^1.11.0",
"dragula": "^3.7.3",
"feather-icons": "^4.28.0",
"filepond": "^4.30.3",
"filepond-plugin-file-validate-size": "^2.2.5",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-filter": "^1.0.1",
"filepond-plugin-image-preview": "^4.6.10",
"filepond-plugin-image-resize": "^2.0.10",
"jquery": "^3.6.0",
"nunjucks": "^3.2.3",
"parsleyjs": "^2.9.2",
"perfect-scrollbar": "^1.5.5",
"popper.js": "^1.16.1",
"quill": "^1.3.7",
"rater-js": "^1.0.1",
"rtlcss": "^3.5.0",
"simple-datatables": "3.0.2",
"summernote": "0.8.18",
"sweetalert2": "^11.4.6",
"tinymce": "^5.10.3",
"toastify-js": "^1.11.2",
"webpack": "^5.70.0"
},
"devDependencies": {
"bestzip": "^2.2.1",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"laravel-mix-glob": "^1.0.14",
"laravel-mix-nunjucks": "^1.1.0",
"postcss": "^8.4.12",
"prettier": "^2.7.1",
"release-it": "^15.3.0",
"resolve-url-loader": "^3.1.4",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"vue-template-compiler": "^2.6.14"
},
"release-it": {
"hooks": {
"before:init": [
"npm run prodzip"
]
},
"npm": {
"publish": false
},
"github": {
"release": true,
"assets": [
"dist.zip"
]
}
}
}