@mindedge/vuetify-player 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +11 -0
- package/README.md +275 -0
- package/dist/VuetifyPlayer.common.js +24089 -0
- package/dist/VuetifyPlayer.common.js.map +1 -0
- package/dist/VuetifyPlayer.umd.js +24109 -0
- package/dist/VuetifyPlayer.umd.js.map +1 -0
- package/dist/VuetifyPlayer.umd.min.js +2 -0
- package/dist/VuetifyPlayer.umd.min.js.map +1 -0
- package/dist/demo.html +1 -0
- package/package.json +91 -0
package/dist/demo.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><meta charset="utf-8"><title>VuetifyPlayer demo</title><script src="./VuetifyPlayer.umd.js"></script><script>console.log(VuetifyPlayer)</script>
|
package/package.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mindedge/vuetify-player",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Accessible, localized, full featured media player with Vuetifyjs",
|
|
6
|
+
"author": "Jacob Rogaishio",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build --target lib --name VuetifyPlayer src/index.js",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
|
|
13
|
+
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore ."
|
|
14
|
+
},
|
|
15
|
+
"main": "./dist/VuetifyPlayer.umd.js",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@intlify/vue-i18n-loader": "^1.1.0",
|
|
18
|
+
"core-js": "^3.8.3",
|
|
19
|
+
"vue": "^2.6.14",
|
|
20
|
+
"vue-i18n": "^8.27.1",
|
|
21
|
+
"vue-i18n-bridge": "^9.2.0-beta.10",
|
|
22
|
+
"vuetify": "^2.6.0"
|
|
23
|
+
},
|
|
24
|
+
"devDependencies": {
|
|
25
|
+
"@babel/core": "^7.12.16",
|
|
26
|
+
"@babel/eslint-parser": "^7.12.16",
|
|
27
|
+
"@intlify/vue-i18n-loader": "^3.2.0",
|
|
28
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
29
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
30
|
+
"@vue/cli-plugin-unit-jest": "~5.0.0",
|
|
31
|
+
"@vue/cli-service": "~5.0.0",
|
|
32
|
+
"@vue/test-utils": "^1.1.3",
|
|
33
|
+
"@vue/vue2-jest": "^27.0.0-alpha.2",
|
|
34
|
+
"babel-jest": "^27.0.6",
|
|
35
|
+
"eslint": "^7.32.0",
|
|
36
|
+
"eslint-config-prettier": "^8.5.0",
|
|
37
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
38
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
39
|
+
"jest": "^27.0.5",
|
|
40
|
+
"prettier": "^2.6.1",
|
|
41
|
+
"sass": "~1.32.0",
|
|
42
|
+
"sass-loader": "^10.0.0",
|
|
43
|
+
"vue-cli-plugin-i18n": "~2.3.1",
|
|
44
|
+
"vue-cli-plugin-vuetify": "~2.4.8",
|
|
45
|
+
"vue-template-compiler": "^2.6.14",
|
|
46
|
+
"vuetify-loader": "^1.7.0"
|
|
47
|
+
},
|
|
48
|
+
"eslintConfig": {
|
|
49
|
+
"root": true,
|
|
50
|
+
"env": {
|
|
51
|
+
"node": true
|
|
52
|
+
},
|
|
53
|
+
"extends": [
|
|
54
|
+
"plugin:vue/essential",
|
|
55
|
+
"eslint:recommended",
|
|
56
|
+
"plugin:prettier/recommended"
|
|
57
|
+
],
|
|
58
|
+
"parserOptions": {
|
|
59
|
+
"parser": "@babel/eslint-parser"
|
|
60
|
+
},
|
|
61
|
+
"rules": {},
|
|
62
|
+
"overrides": [
|
|
63
|
+
{
|
|
64
|
+
"files": [
|
|
65
|
+
"**/__tests__/*.{j,t}s?(x)",
|
|
66
|
+
"**/tests/unit/**/*.spec.{j,t}s?(x)"
|
|
67
|
+
],
|
|
68
|
+
"env": {
|
|
69
|
+
"jest": true
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"browserslist": [
|
|
75
|
+
"> 1%",
|
|
76
|
+
"last 2 versions",
|
|
77
|
+
"not dead"
|
|
78
|
+
],
|
|
79
|
+
"homepage": "https://github.com/mindedge/vuetify-player#readme",
|
|
80
|
+
"keywords": [
|
|
81
|
+
"vue",
|
|
82
|
+
"vue components",
|
|
83
|
+
"vue UI",
|
|
84
|
+
"vuetify"
|
|
85
|
+
],
|
|
86
|
+
"license": "MIT",
|
|
87
|
+
"repository": {
|
|
88
|
+
"type": "git",
|
|
89
|
+
"url": "git@github.com:mindedge/vuetify-player.git"
|
|
90
|
+
}
|
|
91
|
+
}
|