-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.29 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"axios": "^0.21",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.2",
"css-loader": "^5.2.7",
"cssnano": "^5.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.25.2",
"file-loader": "^6.2.0",
"glob": "^7.2.0",
"html-loader": "^1.3.2",
"http-server": "^14.1.0",
"jquery": "^3.6.0",
"laravel-echo": "^1.14.2",
"laravel-vite-plugin": "^1.0",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^1.6.2",
"postcss": "^8.4.32",
"postcss-focus-visible": "^6.0.2",
"postcss-import": "^14.0.2",
"postcss-loader": "^4.3.0",
"postcss-nested": "^5.0.6",
"postcss-nesting": "^10.1.3",
"postcss-sass": "^0.4.4",
"pusher-js": "^7.6.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.43.2",
"sass-loader": "^10.2.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-scss": "^3.21.0",
"tailwindcss": "^3.4.14",
"vite": "^5.0"
},
"dependencies": {
"@ckeditor/ckeditor5-build-decoupled-document": "^36.0.1",
"@ckeditor/ckeditor5-upload": "^38.0.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.0",
"datatables.net-dt": "^1.12.1",
"filepond": "^4.31.1",
"filepond-plugin-image-preview": "^4.6.12",
"flatpickr": "^4.6.13",
"focus-visible": "^5.2.0",
"izitoast": "^1.4.0",
"moment": "^2.29.1",
"owl.carousel": "^2.3.4",
"sortablejs": "^1.15.0",
"sweetalert2": "^11.14.4",
"swiper": "^8.0.6",
"tom-select": "^2.4.1",
"tw-elements": "^1.0.0-alpha12",
"venobox": "^2.0.4"
}
}