-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.88 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": {
"watch": "mix watch",
"admin-watch": "mix watch --mix-config=webpack.admin",
"dev": "mix",
"hot": "mix watch --hot",
"prod": "mix --production",
"admin-prod": "mix --mix-config=webpack.admin --production",
"apidoc": "node apidoc-generate"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@inertiajs/inertia": "^0.8.5",
"@inertiajs/inertia-vue": "^0.5.5",
"@inertiajs/inertia-vue3": "^0.3.5",
"@inertiajs/progress": "^0.2.4",
"@johmun/vue-tags-input": "^2.1.0",
"@tinymce/tinymce-vue": "^3.2.1",
"@vue/composition-api": "^1.0.0-rc.3",
"admin-lte": "^3.0.2",
"bootstrap": "^4.1.1",
"bootstrap-vue": "^2.2.2",
"laravel-mix-svg-vue": "^0.3.0",
"pace-js": "^1.0.2",
"vue": "^2.5.17",
"vue-axios": "^2.1.5",
"vue-bus": "^1.2.1",
"vue-cookies": "^1.7.0",
"vue-cropperjs": "^4.1.0",
"vue-lazyload": "^1.3.3",
"vue-moment": "^4.1.0",
"vue-observe-visibility": "^0.4.6",
"vue-reactive-provide": "^0.3.0",
"vue-repeater": "^1.1.2",
"vue-rocker-switch": "^1.2.4",
"vue-scrollto": "^2.18.1",
"vue-select": "^3.10.3",
"vue-super-call": "^1.0.0",
"vue-upload-component": "^2.8.20",
"vue-youtube": "^1.4.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2"
},
"devDependencies": {
"apidoc": "^0.24.0",
"axios": "^0.19",
"cross-env": "^7.0",
"laravel-mix": "^6.0.13",
"laravel-mix-merge-manifest": "^2.0.0",
"lodash": "^4.17.20",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"vue-loader": "^15.9.5",
"vue-ls": "^3.2.1",
"vue-template-compiler": "^2.6.11"
},
"apidoc": {
"name": "RedMedial",
"version": "1.0.0",
"description": "RedMedial REST API documentation",
"url": "http://api.redmedial.loc"
}
}