forked from microweber/microweber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.17 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
{
"private": true,
"scripts": {
"vitedev": "vite build --watch --sourcemap inline --mode development",
"dev": "concurrently \"npm run vitedev\" \"npm run admincssdev\"",
"build": "concurrently \"vite build\" \"gulp js-build-all\" ",
"admincss": "gulp admin-css",
"admincssdev": "gulp admin-css-dev"
},
"dependencies": {
"@alpinejs/focus": "3.13.7",
"@heroicons/vue": "^1.0.6",
"@popperjs/core": "^2.6.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vueform/slider": "^2.1.7",
"@yeger/vue-masonry-wall": "^3.4.4",
"alpinejs": "^3.13.7",
"aos": "^2.3.4",
"axios": ">=1.6.5",
"bootstrap": "^4.6.2",
"bootstrap-select": "^1.13.18",
"filerobot-image-editor": "^4.4.0",
"follow-redirects": ">=1.15.6",
"gulp-include": "^2.4.1",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"popper.js": "^1.16.1",
"postcss": ">=8.4.31",
"react-filerobot-image-editor": "^4.4.0",
"vue": "^3.2.36",
"vue-color-kit": "^1.0.5",
"vue-drag-resize": "^1.5.4",
"vue-final-modal": "^4.5.4",
"vue-loader": "^17.0.1",
"vue3-click-away": "^1.2.4",
"vue3-tags-input": "^1.0.12",
"vuetify": "^3.3.19"
},
"devDependencies": {
"@nextapps-be/livewire-sortablejs": "^0.2.0",
"autoprefixer": "^10.4.13",
"axios": ">=1.6.5",
"concurrently": "^8.0.1",
"follow-redirects": "^1.15.5",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-css-url-fix": "0.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-dart-sass": "^1.0.2",
"gulp-inline-source": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"laravel-vite-plugin": "^0.7.2",
"postcss": ">=8.4.31",
"tippy.js": "^6.3.7",
"vite": ">=4.5.2",
"vite-plugin-istanbul": "^5.0.0"
}
}