forked from TypiCMS/Base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.35 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
{
"private": true,
"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",
"@remotedevforce/tom-select": "^2.2.5",
"@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/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.2.0",
"alertify.js": "^1.0",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3",
"bootstrap-icons": "^1.8",
"ckeditor4": "^4.17",
"laravel-vite-plugin": "^0.7.2",
"photoswipe": "^5.3.7",
"postcss": "^8.4",
"prettier": "^3.0",
"sass": "^1.63",
"sl-vue-tree": "^1.8.2",
"swiper": "^9.4",
"vite": "^4.3.0",
"vite-plugin-static-copy": "^0.16",
"vue": "^2.7.0",
"vue-i18n": "^8.4",
"vue-template-compiler": "^2.7.0",
"vuedraggable": "^2.17"
}
}