multi-screen-communication
Version:
## Project setup ``` npm install ```
71 lines (70 loc) • 2.23 kB
JSON
{
"name": "multi-screen-communication",
"version": "0.0.1-test3",
"description": "## Project setup ``` npm install ```",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --config build/webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.lib.js",
"lint": "eslint 'src/**/*.js' || true",
"prettify": "prettier --write 'src/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chenuc1107/multi-screen-communication.git"
},
"keywords": [
"multi-screen",
"communication",
"localstorage"
],
"author": "Chen UC",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chenuc1107/multi-screen-communication/issues"
},
"homepage": "https://github.com/Chenuc1107/multi-screen-communication#readme",
"dependencies": {
"multi-screen-communication": "^0.0.1-test2",
"vue": "2.7.3",
"vue-router": "^3.5.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.6",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-prettier": "^4.2.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.1",
"nprogress": "^0.2.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^7.7.2",
"prettier": "^2.7.1",
"progress-bar-webpack-plugin": "^2.1.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "2.5.21",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
}
}