Skip to content
Snippets Groups Projects
Commit 0695a1cc authored by Simen van Herpt's avatar Simen van Herpt
Browse files

Fixed faulty package.json

parent a694db3e
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ Run with node server.js ...@@ -4,4 +4,4 @@ Run with node server.js
Note: Note:
Might have to run the command npm install @grpc/grpc-js Might have to run the command npm install @grpc/grpc-js
Somehow the package.json together with npm cant install it? (Its a known bug posted on the grpc issue page) Somehow the package.json together with npm cant install it everytime? (Its a known bug posted on the grpc issue page)
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
...@@ -2,40 +2,20 @@ ...@@ -2,40 +2,20 @@
"name": "vuewebgrpc", "name": "vuewebgrpc",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.1.5", "@grpc/grpc-js": "^1.1.5",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"google-protobuf": "^3.6.1", "google-protobuf": "^3.6.1",
"grpc": "^1.24.3", "grpc": "^1.24.3",
"grpc-web": "^1.0.0", "grpc-web": "^1.0.0",
"vue": "^2.6.11" "async": "3.2.0",
}, "lodash": "4.17.20"
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,
"env": { "env": {
"node": true "node": true
}, },
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {} "rules": {}
}, },
"browserslist": [ "browserslist": [
......
<template> <template>
<div class="hello"> <div class="hello">
<p>Tetdd</p> <p>Component 1</p>
</div> </div>
</template> </template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment