-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "^2.5.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.1.2",
"glob": "^8.1.0",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.6",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"sass": "^1.58.1",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"@amcharts/amcharts5": "^5.3.11",
"@amcharts/amcharts5-fonts": "^5.0.1",
"@amcharts/amcharts5-geodata": "^5.1.0",
"@floating-ui/dom": "^1.2.1",
"@fortawesome/fontawesome-free": "^6.3.0",
"@fullcalendar/core": "^6.1.5",
"@fullcalendar/daygrid": "^6.1.5",
"@fullcalendar/interaction": "^6.1.5",
"@fullcalendar/list": "^6.1.5",
"@fullcalendar/timegrid": "^6.1.5",
"@tabler/icons-webfont": "^2.2.0",
"@yaireo/tagify": "^4.17.8",
"accordion-js": "^3.3.2",
"apexcharts": "^3.37.2",
"boxicons": "^2.1.4",
"dropzone": "latest",
"feather-icons": "^4.29.0",
"flag-icons": "^6.6.6",
"flatpickr": "^4.6.13",
"highlight.js": "^11.7.0",
"js-beautify": "^1.14.7",
"quill": "^1.3.6",
"resize-observer-polyfill": "^1.5.1",
"simple-datatables": "^7.2.0",
"simplebar": "^6.2.1",
"spinkit": "^2.0.1",
"swiper": "^9.0.5",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
"tom-select": "^2.2.2"
}
}