-
-
Notifications
You must be signed in to change notification settings - Fork 403
/
package.json
48 lines (48 loc) · 1.43 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.9.1",
"@shufo/prettier-plugin-blade": "^1.9.2",
"@uppy/core": "^3.2.0",
"@uppy/dashboard": "^3.4.0",
"@uppy/drag-drop": "^3.0.2",
"@uppy/drop-target": "^2.0.1",
"@uppy/file-input": "^3.0.4",
"@uppy/image-editor": "^2.1.2",
"@uppy/locales": "^3.2.1",
"@uppy/progress-bar": "^3.0.2",
"@uppy/vue": "^1.0.2",
"@uppy/xhr-upload": "^3.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"alertify.js": "^1.0",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3",
"bootstrap-icons": "^1.8",
"ckeditor4": "4.22.1",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0.1",
"photoswipe": "^5.3.7",
"postcss": "^8.4",
"prettier": "^3.0",
"sass": "1.77.6",
"sl-vue-tree": "^1.8.2",
"swiper": "^11.1",
"tom-select": "^2.3.1",
"vite": "^5.0.12",
"vite-plugin-static-copy": "^1.0.0",
"vue": "^2.7.0",
"vue-i18n": "^8.4",
"vue-template-compiler": "^2.7.0",
"vuedraggable": "^2.17"
}
}