|
1 | 1 | {
|
2 |
| - "name" : "ets2-dashboard-skin", |
3 |
| - "version" : "1.2.4", |
4 |
| - "private" : false, |
5 |
| - "description" : "Euro Truck Simulator 2 dashboard", |
6 |
| - "author" : { |
| 2 | + "name" : "ets2-dashboard-skin", |
| 3 | + "version" : "1.3.0", |
| 4 | + "private" : false, |
| 5 | + "description" : "Euro Truck Simulator 2 dashboard", |
| 6 | + "author" : { |
7 | 7 | "name" : "Emmanuel SMITH",
|
8 | 8 | "email" : "hey@emmanuel-smith.me",
|
9 | 9 | "url" : "https://emmanuel-smith.me"
|
10 | 10 | },
|
11 |
| - "scripts" : { |
| 11 | + "scripts" : { |
12 | 12 | "lint" : "vue-cli-service lint",
|
13 | 13 | "build" : "set NODE_ENV=production && npx gulp build",
|
14 | 14 | "bundle" : "set NODE_ENV=production && npx gulp bundle",
|
|
17 | 17 | "dashboard:dev" : "vue-cli-service serve",
|
18 | 18 | "dashboard:build" : "vue-cli-service build",
|
19 | 19 | "dashboard:start" : "http-server dist/",
|
20 |
| - "server:install": "cd server && npm i && npm rb", |
21 |
| - "server:build": "cd server && set NODE_ENV=production && npx gulp", |
22 |
| - "server:start": "cd server && npm run start", |
23 |
| - "font:build": "npx gulp build:font" |
| 20 | + "server:install" : "cd server && npm i && npm rb", |
| 21 | + "server:build" : "cd server && set NODE_ENV=production && npx gulp", |
| 22 | + "server:start" : "cd server && npm run start", |
| 23 | + "font:build" : "npx gulp build:font" |
24 | 24 | },
|
25 |
| - "main": "index.js", |
26 |
| - "dependencies": { |
27 |
| - "@fortawesome/fontawesome-free": "^5.13.0", |
28 |
| - "animate.css": "^3.7.2", |
29 |
| - "axios": "^0.19.2", |
| 25 | + "main" : "index.js", |
| 26 | + "dependencies" : { |
| 27 | + "@fortawesome/fontawesome-free" : "^5.13.0", |
| 28 | + "animate.css" : "^3.7.2", |
| 29 | + "axios" : "^0.19.2", |
30 | 30 | "bootstrap": "^4.5.0",
|
31 | 31 | "bootstrap-vue": "^2.15.0",
|
32 | 32 | "core-js": "^3.6.5",
|
|
47 | 47 | "vuex": "^3.4.0"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@vue/cli-plugin-babel": "^4.4.1", |
51 |
| - "@vue/cli-plugin-eslint": "^4.4.1", |
52 |
| - "@vue/cli-service": "^4.4.1", |
53 |
| - "babel-eslint": "^10.1.0", |
54 |
| - "bourbon": "^7.0.0", |
55 |
| - "eslint": "^6.7.2", |
56 |
| - "eslint-plugin-vue": "^6.2.2", |
57 |
| - "fs-extra": "^9.0.0", |
58 |
| - "gulp": "^4.0.2", |
59 |
| - "gulp-gzip": "^1.4.2", |
60 |
| - "gulp-load-plugins": "^2.0.3", |
61 |
| - "gulp-run-command": "0.0.10", |
62 |
| - "gulp-tar": "^3.1.0", |
63 |
| - "icon-font-generator": "^2.1.10", |
64 |
| - "node-sass": "^4.14.1", |
65 |
| - "pkg": "^4.4.8", |
66 |
| - "sass-loader": "^8.0.2", |
67 |
| - "vue-template-compiler": "^2.6.10" |
| 50 | + "@vue/cli-plugin-babel" : "^4.4.1", |
| 51 | + "@vue/cli-plugin-eslint" : "^4.4.1", |
| 52 | + "@vue/cli-service" : "^4.4.1", |
| 53 | + "babel-eslint" : "^10.1.0", |
| 54 | + "bourbon" : "^7.0.0", |
| 55 | + "eslint" : "^6.7.2", |
| 56 | + "eslint-plugin-vue" : "^6.2.2", |
| 57 | + "fs-extra" : "^9.0.1", |
| 58 | + "gulp" : "^4.0.2", |
| 59 | + "gulp-gzip" : "^1.4.2", |
| 60 | + "gulp-load-plugins" : "^2.0.3", |
| 61 | + "gulp-run-command" : "0.0.10", |
| 62 | + "gulp-tar" : "^3.1.0", |
| 63 | + "icon-font-generator" : "^2.1.10", |
| 64 | + "node-sass" : "^4.14.1", |
| 65 | + "pkg" : "^4.4.8", |
| 66 | + "sass-loader" : "^8.0.2", |
| 67 | + "vue-template-compiler" : "^2.6.10" |
68 | 68 | },
|
69 | 69 | "bugs": {
|
70 | 70 | "url": "https://github.com/JAGFx/ets2-dashboard-skin/issues"
|
|
0 commit comments