forked from rdp77/veyaz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.31 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"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": "^3.9.1",
"choices.js": "^9.1.0",
"cross-env": "^7.0.3",
"datatables.net": "^1.11.5",
"datatables.net-bs5": "^1.11.5",
"dayjs": "^1.11.5",
"dragula": "^3.7.3",
"feather-icons": "^4.29.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",
"laravel-mix": "^6.0.43",
"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.20",
"sweetalert2": "^11.4.6",
"tailwindcss": "^3.2.3",
"tinymce": "^5.10.3",
"toastify-js": "^1.11.2",
"webpack": "^5.70.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.0",
"bestzip": "^2.2.1",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix-glob": "^1.1.10",
"postcss": "^8.4.12",
"prettier": "^2.7.1",
"release-it": "^14.14.3",
"resolve-url-loader": "^3.1.4",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"vue-template-compiler": "^2.6.14"
}
}