2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-18 20:50:34 +03:00

babel 6 to 7, webpack 3 to 5 etc

This commit is contained in:
nsano-rururu
2022-07-19 00:24:36 +09:00
parent c7c54f86c9
commit 0a8d53a5e3
13 changed files with 16201 additions and 9727 deletions
+29 -28
View File
@@ -4,7 +4,7 @@
"description": "native websocket implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {
"build": "eslint --ext .js src && webpack --progress --hide-modules",
"build": "eslint --ext .js src && webpack --progress",
"lint": "eslint --ext .js src",
"unit": "karma start test/unit/karma.conf.js",
"test": "karma start test/unit/karma.conf.js --single-run "
@@ -30,33 +30,34 @@
},
"homepage": "https://github.com/nathantsoi/vue-native-websocket#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"babel-loader": "^8.2.5",
"chai": "^4.3.6",
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"exports-loader": "^0.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.2",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "^0.0.33",
"karma-webpack": "^5.0.0",
"mocha": "^9.2.1",
"mock-socket": "^6.1.0",
"script-loader": "^0.7.0",
"sinon": "^2.3.6",
"sinon-chai": "^2.11.0",
"vue": "^2.3.4",
"webpack": "^3.0.0"
},
"dependencies": {}
}
"sinon": "^13.0.1",
"sinon-chai": "^3.7.0",
"terser-webpack-plugin": "^5.3.3",
"vue": "^2.6.14",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}