-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "EasyMediaBundle",
"version": "1.1.3",
"main": "index.js",
"license": "MIT",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"buffer": "^6.0.3",
"laravel-mix": "^6.0.49",
"laravel-mix-polyfill": "^3.0.1",
"process": "^0.11.10",
"resolve-url-loader": "^4.0.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"annyang": "^2.6.1",
"axios": "^0.21.2",
"cropperjs": "^1.5.12",
"dropzone": "^5.9.2",
"fuse.js": "^6.4.6",
"idb-keyval": "^5.0.6",
"keycode": "^2.2.0",
"lottie-web": "^5.7.11",
"music-metadata-browser": "^2.2.6",
"notie": "^4.3.1",
"plyr": "^3.6.8",
"tailwindcss": "^2.2.4",
"vue": "^2.6.14",
"vue-awesome": "^4.3.1",
"vue-clipboard2": "^0.3.1",
"vue-focuspoint-component": "^2.0.1",
"vue-image-compare2": "^1.0.0",
"vue-infinite-loading": "^2.4.5",
"vue-input-autowidth": "^1.0.11",
"vue-ls": "^3.2.2",
"vue-notif": "^2.0.0",
"vue-tippy": "v2",
"vue-touch": "^2.0.0-beta.4",
"vue2-filters": "^0.13.0"
}
}