forked from zuramai/mazer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "mazer",
"version": "1.0.0",
"description": "Mazer",
"main": "index.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"rtl": "rtlcss -d \"dist/assets/css\" -e \".rtl.css\" && find . -type f -name '*.rtl.rtl.css' -delete",
"prod-rtl": "mix --production && rtl"
},
"author": "zuramai",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.9.2",
"apexcharts": "^3.27.1",
"chart.js": "^2.9.3",
"choices.js": "^9.0.1",
"cross-env": "^7.0.3",
"dayjs": "^1.10.5",
"dragula": "^3.7.2",
"feather-icons": "^4.28.0",
"laravel-mix": "^6.0.25",
"nunjucks": "^3.2.3",
"perfect-scrollbar": "^1.5.1",
"popper.js": "^1.16.1",
"quill": "^1.3.7",
"rater-js": "^1.0.1",
"rtlcss": "^3.2.1",
"simple-datatables": "^2.1.13",
"sweetalert2": "^10.16.9",
"toastify-js": "^1.11.0",
"toastr": "^2.1.4",
"webpack": "^5.40.0"
},
"devDependencies": {
"bootstrap": "^5.0.2",
"browser-sync": "^2.27.3",
"browser-sync-webpack-plugin": "^2.0.1",
"laravel-mix-nunjucks": "^1.1.0",
"laravel-mix-purgecss": "^6.0.0",
"postcss": "^8.3.5",
"resolve-url-loader": "^3.1.4",
"sass": "^1.36",
"sass-loader": "^12.1",
"vue-template-compiler": "^2.6.14"
}
}