forked from redxtech/vue-plyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 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
67
68
69
70
71
72
73
{
"name": "vue-plyr",
"version": "3.0.0",
"description": "A set of Vue components for the plyr video & audio player.",
"main": "dist/vue-plyr.js",
"module": "dist/vue-plyr.es.js",
"jsnext:main": "dist/vue-plyr.es.js",
"files": [
"dist"
],
"scripts": {
"build": "bili",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"storybook": "start-storybook -p 9000 -c storybook",
"test": "mocha-webpack --webpack-config test/webpack/webpack.test.conf.js -r test/setup.js test/**/*.spec.js",
"test:nyan": "mocha-webpack --webpack-config test/webpack/webpack.test.conf.js -r test/setup.js test/**/*.spec.js -R nyan",
"test:watch": "mocha-webpack --webpack-config test/webpack/webpack.test.conf.js -r test/setup.js test/**/*.spec.js -w"
},
"author": {
"name": "Gabe Dunn",
"email": "[email protected]",
"url": "https://redxte.ch"
},
"license": "MIT",
"repository": "github:redxtech/vue-plyr",
"keywords": [
"vue",
"plyr",
"video",
"audio",
"youtube",
"vimeo",
"media",
"player",
"js",
"javascript",
"bili"
],
"dependencies": {
"plyr": "^3.0.2"
},
"devDependencies": {
"@storybook/vue": "^3.3.13",
"@vue/test-utils": "^1.0.0-beta.11",
"babel-core": "^6.26.0",
"bili": "^2.2.3",
"css-loader": "^0.28.9",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.2.2",
"expect": "^22.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"jsdom": "^11.6.2",
"jsdom-global": "^3.0.2",
"mocha": "^5.0.0",
"mocha-webpack": "^1.0.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-buble": "^0.18.0",
"rollup-plugin-postcss": "^1.2.7",
"rollup-plugin-vue": "^3.0.0",
"style-loader": "^0.20.1",
"vue": "^2.5.13",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
}
}