-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "v-video-embed",
"description": "This is a component for Vue.js to utilize YouTube, Vimeo, DailyMotion, Coub iframe embed API easily.",
"version": "1.0.8",
"author": "Nasa8x",
"main": "./dist/video-embed.min.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --watch --colors",
"prod": "cross-env NODE_ENV=production webpack -p --watch --progress --colors",
"start": "node ./dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasa8x/v-video-embed.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nasa8x/v-video-embed/issues"
},
"homepage": "https://morioh.com/p/487a79571ccb",
"keywords": [
"vue video embed",
"vue youtube embed",
"vue vimeo embed",
"vue embed",
"vue dailymotion embed",
"vue coub embed",
"vue youku embed"
],
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^9.7.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.5.5",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^3.0.6",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.1",
"vue-ssr-webpack-plugin": "^3.0.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-node-externals": "^1.7.2"
}
}