forked from chrishurlburt/vue-canvasvideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.67 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "vue-canvasvideo",
"version": "1.0.0",
"description": "A Vue.js component for playing videos on canvas.",
"author": "Chris Hurlburt <[email protected]>",
"main": "dist/vue-canvasvideo.common.js",
"module": "dist/vue-canvasvideo.esm.js",
"browser": "dist/vue-canvasvideo.js",
"unpkg": "dist/vue-canvasvideo.js",
"style": "dist/vue-canvasvideo.css",
"files": [
"dist",
"src"
],
"scripts": {
"build": "node build/build.js && node-sass src/styles/main.scss dist/vuecanvasvideo.min.css --output-style compressed"
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^1.0.2",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.3.2",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"buble": "^0.15.2",
"clean-css": "^4.0.8",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"eslint": "^3.16.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^2.28.0",
"mkdirp": "^0.5.1",
"node-sass": "^4.5.3",
"postcss": "^5.2.15",
"postcss-cssnext": "^2.9.0",
"rimraf": "^2.6.0",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-postcss": "^0.2.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-scss": "^0.3.0",
"rollup-plugin-vue": "^2.2.20",
"style-loader": "^0.13.1",
"stylefmt": "^5.1.2",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-processor-html": "^1.0.0",
"uglify-js": "^3.0.26",
"uppercamelcase": "^1.1.0",
"vue": "^2.4.0",
"vue-loader": "^11.1.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^3.2.0"
},
"peerDependencies": {
"vue": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrishurlburt/vue-scrollview.git"
},
"bugs": {
"url": "https://github.com/chrishurlburt/vue-scrollview/issues"
},
"homepage": "https://github.com/chrishurlburt/vue-scrollview#readme",
"license": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"rangeslider-pure": "^0.4.1"
}
}