mirror of
https://github.com/VinceG/vue-web-cam.git
synced 2026-01-06 05:29:31 -06:00
76 lines
2.5 KiB
JSON
76 lines
2.5 KiB
JSON
{
|
|
"name": "vue-web-cam",
|
|
"version": "1.7.1",
|
|
"description": "Webcam component for Vuejs applications",
|
|
"main": "dist/index.js",
|
|
"author": {
|
|
"name": "Mohammad Shoriful Islam Ronju",
|
|
"email": "smronju@gmail.com",
|
|
"url": "https://github.com/smronju"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Vincent Gabriel",
|
|
"email": "vadimg88@gmail.com",
|
|
"url": "https://github.com/vinceg"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.config.js",
|
|
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --config demo/webpack.config.js",
|
|
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config demo/webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.5.17"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vinceg/vue-web-cam"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
|
|
"@babel/plugin-proposal-function-sent": "^7.0.0",
|
|
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-syntax-import-meta": "^7.0.0",
|
|
"@babel/plugin-transform-object-assign": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.2.0",
|
|
"@babel/polyfill": "^7.2.5",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"@babel/runtime": "^7.2.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.5",
|
|
"cross-env": "^5.1",
|
|
"css-loader": "^0.25.0",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"eslint-plugin-vue": "^4.7.1",
|
|
"extract-text-webpack-plugin": "^3.0",
|
|
"file-loader": "^0.9.0",
|
|
"function-bind": "^1.0.2",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"lodash": "^4.17.13",
|
|
"mixin-deep": "^1.3.2",
|
|
"set-value": "^2.0.1",
|
|
"vue-loader": "^15.0.0",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.5.7",
|
|
"webpack": "4.28.4",
|
|
"webpack-cli": "^3.2.1",
|
|
"webpack-dev-server": ">=3.1.11",
|
|
"webpack-merge": "^0.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
}
|
|
}
|