|
1 | 1 | {
|
2 | 2 | "name": "vue-numeric-input",
|
3 |
| - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "Vue Numeric Input Component",
|
5 | 5 | "author": "JayeshLab <helloiamjayesh@gmail.com>",
|
6 | 6 | "license": "MIT",
|
|
35 | 35 | "devDependencies": {
|
36 | 36 | "autoprefixer": "^7.2.6",
|
37 | 37 | "babel-core": "^6.26.3",
|
38 |
| - "babel-eslint": "^8.2.1", |
39 |
| - "babel-loader": "^7.1.2", |
40 |
| - "babel-plugin-istanbul": "^4.1.1", |
41 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
42 |
| - "babel-preset-env": "^1.3.2", |
43 |
| - "babel-runtime": "^6.26.0", |
44 |
| - "chai": "^4.1.2", |
45 |
| - "chalk": "^2.0.1", |
46 |
| - "clean-webpack-plugin": "^0.1.19", |
| 38 | + "babel-eslint": "8.2.1", |
| 39 | + "babel-loader": "7.1.2", |
| 40 | + "babel-plugin-istanbul": "4.1.1", |
| 41 | + "babel-plugin-transform-runtime": "6.23.0", |
| 42 | + "babel-preset-env": "1.3.2", |
| 43 | + "babel-runtime": "6.26.0", |
| 44 | + "chai": "4.1.2", |
| 45 | + "chalk": "2.0.1", |
| 46 | + "clean-webpack-plugin": "0.1.19", |
47 | 47 | "codecov": "^3.0.4",
|
48 |
| - "copy-webpack-plugin": "^4.0.1", |
49 |
| - "cross-env": "^5.0.1", |
50 |
| - "css-loader": "^0.28.0", |
51 |
| - "eslint": "^4.15.0", |
52 |
| - "eslint-config-standard": "^10.2.1", |
53 |
| - "eslint-friendly-formatter": "^3.0.0", |
54 |
| - "eslint-loader": "^1.7.1", |
55 |
| - "eslint-plugin-import": "^2.7.0", |
56 |
| - "eslint-plugin-node": "^5.2.0", |
57 |
| - "eslint-plugin-promise": "^3.4.0", |
58 |
| - "eslint-plugin-standard": "^3.0.1", |
59 |
| - "eslint-plugin-vue": "^4.0.0", |
60 |
| - "extract-text-webpack-plugin": "^3.0.0", |
61 |
| - "file-loader": "^1.1.4", |
62 |
| - "friendly-errors-webpack-plugin": "^1.6.1", |
63 |
| - "html-webpack-plugin": "^2.30.1", |
64 |
| - "inject-loader": "^3.0.0", |
65 |
| - "karma": "^3.0.0", |
66 |
| - "karma-chrome-launcher": "^2.2.0", |
67 |
| - "karma-coverage": "^1.1.1", |
68 |
| - "karma-mocha": "^1.3.0", |
69 |
| - "karma-phantomjs-launcher": "^1.0.2", |
70 |
| - "karma-phantomjs-shim": "^1.4.0", |
71 |
| - "karma-sinon-chai": "^1.3.1", |
72 |
| - "karma-sourcemap-loader": "^0.3.7", |
| 48 | + "copy-webpack-plugin": "4.0.1", |
| 49 | + "cross-env": "5.0.1", |
| 50 | + "css-loader": "0.28.0", |
| 51 | + "eslint": "4.15.0", |
| 52 | + "eslint-config-standard": "10.2.1", |
| 53 | + "eslint-friendly-formatter": "3.0.0", |
| 54 | + "eslint-loader": "1.7.1", |
| 55 | + "eslint-plugin-import": "2.7.0", |
| 56 | + "eslint-plugin-node": "5.2.0", |
| 57 | + "eslint-plugin-promise": "3.4.0", |
| 58 | + "eslint-plugin-standard": "3.0.1", |
| 59 | + "eslint-plugin-vue": "4.0.0", |
| 60 | + "extract-text-webpack-plugin": "3.0.0", |
| 61 | + "file-loader": "1.1.4", |
| 62 | + "friendly-errors-webpack-plugin": "1.6.1", |
| 63 | + "html-webpack-plugin": "2.30.1", |
| 64 | + "inject-loader": "3.0.0", |
| 65 | + "karma": "3.0.0", |
| 66 | + "karma-chrome-launcher": "2.2.0", |
| 67 | + "karma-coverage": "1.1.1", |
| 68 | + "karma-mocha": "1.3.0", |
| 69 | + "karma-phantomjs-launcher": "1.0.2", |
| 70 | + "karma-phantomjs-shim": "1.4.0", |
| 71 | + "karma-sinon-chai": "1.3.1", |
| 72 | + "karma-sourcemap-loader": "0.3.7", |
73 | 73 | "karma-spec-reporter": "0.0.31",
|
74 |
| - "karma-webpack": "^2.0.2", |
75 |
| - "mocha": "^5.2.0", |
76 |
| - "node-notifier": "^5.1.2", |
77 |
| - "optimize-css-assets-webpack-plugin": "^3.2.0", |
78 |
| - "ora": "^1.2.0", |
79 |
| - "phantomjs-prebuilt": "^2.1.14", |
80 |
| - "portfinder": "^1.0.13", |
81 |
| - "postcss-import": "^11.0.0", |
82 |
| - "postcss-loader": "^2.0.8", |
83 |
| - "postcss-url": "^7.2.1", |
84 |
| - "semver": "^5.3.0", |
85 |
| - "shelljs": "^0.7.6", |
86 |
| - "sinon": "^4.0.0", |
87 |
| - "sinon-chai": "^2.8.0", |
88 |
| - "uglifyjs-webpack-plugin": "^1.1.1", |
89 |
| - "url-loader": "^1.1.1", |
90 |
| - "vue": "^2.5.17", |
91 |
| - "vue-loader": "^13.3.0", |
92 |
| - "vue-style-loader": "^3.0.1", |
93 |
| - "vue-template-compiler": "^2.5.2", |
94 |
| - "webpack": "^3.6.0", |
95 |
| - "webpack-bundle-analyzer": "^2.9.0", |
96 |
| - "webpack-dev-server": "^3.1.14", |
97 |
| - "webpack-merge": "^4.1.0" |
| 74 | + "karma-webpack": "2.0.2", |
| 75 | + "mocha": "5.2.0", |
| 76 | + "node-notifier": "5.1.2", |
| 77 | + "optimize-css-assets-webpack-plugin": "3.2.0", |
| 78 | + "ora": "1.2.0", |
| 79 | + "phantomjs-prebuilt": "2.1.14", |
| 80 | + "portfinder": "1.0.13", |
| 81 | + "postcss-import": "11.0.0", |
| 82 | + "postcss-loader": "2.0.8", |
| 83 | + "postcss-url": "7.2.1", |
| 84 | + "semver": "5.3.0", |
| 85 | + "shelljs": "0.7.6", |
| 86 | + "sinon": "4.0.0", |
| 87 | + "sinon-chai": "2.8.0", |
| 88 | + "uglifyjs-webpack-plugin": "1.1.1", |
| 89 | + "url-loader": "1.1.1", |
| 90 | + "vue": "2.5.17", |
| 91 | + "vue-loader": "13.3.0", |
| 92 | + "vue-style-loader": "3.0.1", |
| 93 | + "vue-template-compiler": "2.5.17", |
| 94 | + "webpack": "3.6.0", |
| 95 | + "webpack-bundle-analyzer": "3.6.0", |
| 96 | + "webpack-dev-server": "3.1.14", |
| 97 | + "webpack-merge": "4.1.0" |
98 | 98 | },
|
99 | 99 | "engines": {
|
100 | 100 | "node": ">= 6.0.0",
|
|
0 commit comments