-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
48 lines (48 loc) · 1.47 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
{
"private": true,
"type":"module",
"scripts": {
"dev": "vite ",
"prod": "vite build",
"build": "vite build",
"preview": "vite preview "
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.0",
"@vitejs/plugin-vue": "^5.1.3",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.0.2",
"laravel-mix": "^6.0.11",
"laravel-mix-purgecss": "^6.0.0",
"postcss": "^8.1.14",
"postcss-custom-properties": "^12.1.11",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"toastr": "^2.1.4"
},
"dependencies": {
"@fancyapps/ui": "^4.0.31",
"bootstrap": "^5.2.3",
"croppie": "^2.6.5",
"favico.js": "^0.3.10",
"filepond": "^4.31.2",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-preview": "^4.6.12",
"install": "^0.13.0",
"jquery": "^3.6.1",
"jquery-validation": "^1.19.5",
"laravel-vite-plugin": "^1.0.5",
"select2": "^4.1.0-rc.0",
"sortablejs": "^1.15.3",
"source-map-support": "^0.5.21",
"validate.js": "^0.13.1",
"vite": "^5.4.5",
"vite-plugin-purgecss": "^0.2.12",
"vue": "^3.5.5"
}
}