|
1 | 1 | { |
2 | 2 | "name": "vue-wordpress-pwa", |
3 | 3 | "version": "0.0.0", |
4 | | - "description": |
5 | | - "An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps", |
| 4 | + "description": "An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps", |
6 | 5 | "repository": { |
7 | 6 | "type": "git", |
8 | 7 | "url": "git+https://github.com/bstavroulakis/vue-wordpress-pwa" |
9 | 8 | }, |
10 | 9 | "engines": { |
| 10 | + "node": "8.9.3", |
11 | 11 | "npm": "5.5.1" |
12 | 12 | }, |
13 | 13 | "keywords": [ |
|
32 | 32 | "start": "cross-env NODE_ENV=production node server", |
33 | 33 | "dev": "rimraf ./dist && cross-env NODE_ENV=development node server", |
34 | 34 | "build": "node build/build.js", |
35 | | - "build:server": |
36 | | - "cross-env NODE_ENV=production webpack --config ./build/webpack.server.config.js --progress --hide-modules", |
| 35 | + "build:server": "cross-env NODE_ENV=production webpack --config ./build/webpack.server.config.js --progress --hide-modules", |
37 | 36 | "test": "karma start ./test/unit/karma.conf.js --single-run", |
38 | 37 | "test:watch": "karma start ./test/unit/karma.conf.js", |
39 | | - "update:packages": |
40 | | - "node wipe-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save" |
| 38 | + "update:packages": "node wipe-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save" |
41 | 39 | }, |
42 | 40 | "optionalDependencies": { |
43 | 41 | "fsevents": "*" |
44 | 42 | }, |
45 | 43 | "dependencies": { |
46 | 44 | "axios": "0.17.1", |
47 | | - "bulma": "0.6.1", |
| 45 | + "bulma": "0.6.2", |
48 | 46 | "compression": "1.7.1", |
49 | | - "cross-env": "5.1.1", |
| 47 | + "cross-env": "5.1.3", |
50 | 48 | "express": "4.16.2", |
51 | 49 | "intersection-observer-polyfill": "0.1.0", |
52 | | - "localforage": "1.5.5", |
| 50 | + "localforage": "1.5.6", |
53 | 51 | "lru-cache": "4.1.1", |
54 | 52 | "serialize-javascript": "1.4.0", |
55 | | - "vue": "2.5.11", |
| 53 | + "vue": "2.5.13", |
56 | 54 | "vue-clazy-load": "0.3.0", |
57 | | - "vue-resource": "1.3.4", |
| 55 | + "vue-resource": "1.3.5", |
58 | 56 | "vue-router": "3.0.1", |
59 | | - "vue-server-renderer": "2.5.11", |
| 57 | + "vue-server-renderer": "2.5.13", |
| 58 | + "vue-style-loader": "^3.1.2", |
60 | 59 | "vuex": "3.0.1", |
61 | 60 | "vuex-router-sync": "5.0.0" |
62 | 61 | }, |
63 | 62 | "devDependencies": { |
64 | 63 | "babel-core": "6.26.0", |
65 | | - "babel-eslint": "8.0.3", |
| 64 | + "babel-eslint": "8.2.1", |
66 | 65 | "babel-loader": "7.1.2", |
67 | 66 | "babel-preset-es2015": "6.24.1", |
68 | 67 | "babel-preset-stage-2": "6.24.1", |
69 | 68 | "chai": "4.1.2", |
70 | | - "css-loader": "0.28.7", |
71 | | - "eslint": "4.13.1", |
| 69 | + "css-loader": "0.28.9", |
| 70 | + "eslint": "4.17.0", |
72 | 71 | "eslint-config-standard": "10.2.1", |
73 | 72 | "eslint-friendly-formatter": "3.0.0", |
74 | 73 | "eslint-loader": "1.9.0", |
75 | | - "eslint-plugin-html": "4.0.1", |
| 74 | + "eslint-plugin-html": "4.0.2", |
76 | 75 | "eslint-plugin-import": "2.8.0", |
77 | 76 | "eslint-plugin-node": "5.2.1", |
78 | 77 | "eslint-plugin-promise": "3.6.0", |
|
81 | 80 | "file-loader": "1.1.6", |
82 | 81 | "fs-extra": "5.0.0", |
83 | 82 | "html-webpack-plugin": "2.30.1", |
84 | | - "karma": "1.7.1", |
| 83 | + "karma": "2.0.0", |
85 | 84 | "karma-mocha": "1.3.0", |
86 | 85 | "karma-phantomjs-launcher": "1.0.4", |
87 | 86 | "karma-sinon-chai": "1.3.3", |
88 | 87 | "karma-sourcemap-loader": "0.3.7", |
89 | 88 | "karma-spec-reporter": "0.0.32", |
90 | 89 | "karma-webpack": "2.0.9", |
91 | 90 | "md5": "2.2.1", |
92 | | - "mocha": "4.0.1", |
| 91 | + "mocha": "5.0.0", |
93 | 92 | "node-sass": "4.7.2", |
94 | 93 | "phantomjs-prebuilt": "2.1.16", |
95 | 94 | "purify-css": "1.2.6", |
|
99 | 98 | "rimraf": "2.6.2", |
100 | 99 | "sass-loader": "6.0.6", |
101 | 100 | "serve-favicon": "2.4.5", |
102 | | - "sinon": "4.1.3", |
| 101 | + "sinon": "4.2.2", |
103 | 102 | "sinon-chai": "2.14.0", |
104 | 103 | "url-loader": "0.6.2", |
105 | | - "vue-loader": "13.6.0", |
106 | | - "vue-template-compiler": "2.5.11", |
| 104 | + "vue-loader": "14.1.1", |
| 105 | + "vue-template-compiler": "2.5.13", |
107 | 106 | "webpack": "3.10.0", |
108 | | - "webpack-dev-middleware": "2.0.1", |
| 107 | + "webpack-dev-middleware": "2.0.4", |
109 | 108 | "webpack-hot-middleware": "2.21.0" |
110 | 109 | } |
111 | 110 | } |
0 commit comments