-
-
Notifications
You must be signed in to change notification settings - Fork 407
/
Copy pathpackage.json
48 lines (48 loc) · 1.45 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",
"build": "vite build",
"development": "vite",
"watch": "vite",
"prod": "vite build",
"production": "vite build",
"format": "npx prettier --write resources/"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@shufo/prettier-plugin-blade": "^1.15.1",
"@uppy/core": "^4.4.1",
"@uppy/dashboard": "^4.3.1",
"@uppy/drag-drop": "^4.1.1",
"@uppy/drop-target": "^3.1.1",
"@uppy/file-input": "^4.1.1",
"@uppy/image-editor": "^3.3.1",
"@uppy/locales": "^4.5.0",
"@uppy/progress-bar": "^4.2.1",
"@uppy/vue": "^2.1.1",
"@uppy/xhr-upload": "^4.3.2",
"@vitejs/plugin-vue2": "^2.3.3",
"alertify.js": "^1.0.12",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"ckeditor4": "4.22.1",
"concurrently": "^9.1.2",
"laravel-vite-plugin": "^1.2.0",
"photoswipe": "^5.4.4",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"sass": "1.77.6",
"sl-vue-tree": "^1.8.5",
"swiper": "^11.2.1",
"tom-select": "^2.4.1",
"vite": "^6.0.11",
"vite-plugin-static-copy": "^2.2.0",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-template-compiler": "^2.7.16",
"vuedraggable": "^2.24.3"
}
}