Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Apr 26, 2020
1 parent 9f514aa commit eaa606d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "ets2-dashboard-skin",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"description": "Euro Truck Simulator 2 dashboard",
"author": "Emmanuel SMITH <[email protected]> (https://emmanuel-smith.me)",
"scripts": {
"lint" : "vue-cli-service lint",
"build" : "npx gulp build",
"bundle" : "npx gulp bundle",
"bAndB" : "npx gulp bAndB",
"start" : "npm run server:start",
"dashboard:dev" : "vue-cli-service serve",
"dashboard:build" : "vue-cli-service build",
"dashboard:start" : "http-server dist/",
"server:install" : "cd server && npm i && npm rb",
"server:build" : "cd server && npx gulp",
"server:start" : "cd server && node ./dist/index.js",
"font:build" : "npx gulp build:font"
"lint": "vue-cli-service lint",
"build": "npx gulp build",
"bundle": "npx gulp bundle",
"bAndB": "npx gulp bAndB",
"start": "npm run server:start",
"dashboard:dev": "vue-cli-service serve",
"dashboard:build": "vue-cli-service build",
"dashboard:start": "http-server dist/",
"server:install": "cd server && npm i && npm rb",
"server:build": "cd server && npx gulp",
"server:start": "cd server && node ./dist/index.js",
"font:build": "npx gulp build:font"
},
"main": "index.js",
"dependencies": {
Expand All @@ -32,25 +32,25 @@
"vue-socket.io": "^3.0.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"babel-eslint": "^10.1.0",
"bourbon": "^7.0.0",
"eslint" : "^6.7.2",
"eslint-plugin-vue" : "^6.2.2",
"fs-extra" : "^9.0.0",
"gulp" : "^4.0.2",
"gulp-gzip" : "^1.4.2",
"gulp-load-plugins" : "^2.0.3",
"gulp-run-command" : "0.0.10",
"gulp-tar" : "^3.1.0",
"icon-font-generator" : "^2.1.10",
"json-query" : "^2.2.2",
"node-sass" : "^4.14.0",
"pkg" : "^4.4.7",
"sass-loader" : "^8.0.2",
"vue-template-compiler" : "^2.6.10"
"@vue/cli-service": "^4.3.1",
"babel-eslint": "^10.1.0",
"bourbon": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-load-plugins": "^2.0.3",
"gulp-run-command": "0.0.10",
"gulp-tar": "^3.1.0",
"icon-font-generator": "^2.1.10",
"json-query": "^2.2.2",
"node-sass": "^4.14.0",
"pkg": "^4.4.7",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.10"
},
"bugs": {
"url": "https://github.com/JAGFx/ets2-dashboard-skin/issues"
Expand Down

0 comments on commit eaa606d

Please sign in to comment.