-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.15 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@sweetalert2/theme-dark": "^5.0.15",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.0.0",
"core-js": "^3.23.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@fontsource/nunito": "^4.5.11",
"@fortawesome/fontawesome-free": "^5.15.4",
"@icon/dripicons": "^2.0.0-alpha.3",
"@popperjs/core": "^2.11.6",
"apexcharts": "^3.36.3",
"bootstrap": "5.2.3",
"bootstrap-icons": "^1.10.2",
"chart.js": "^4.1.1",
"choices.js": "^10.2.0",
"cross-env": "^7.0.3",
"datatables.net": "^1.13.1",
"datatables.net-bs5": "^1.13.1",
"dayjs": "^1.11.7",
"dragula": "^3.7.3",
"feather-icons": "^4.29.0",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"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.11",
"filepond-plugin-image-resize": "^2.0.10",
"flatpickr": "^4.6.13",
"jquery": "^3.6.3",
"jsvectormap": "^1.5.1",
"parsleyjs": "^2.9.2",
"perfect-scrollbar": "^1.5.5",
"quill": "^1.3.7",
"rater-js": "^1.0.1",
"rtlcss": "^4.0.0",
"simple-datatables": "^4.0.8",
"summernote": "0.8.20",
"sweetalert2": "^11.6.16",
"tinymce": "^6.3.1",
"toastify-js": "^1.12.0"
}
}