|
31 | 31 | "semantic-release": "semantic-release pre && npm publish && semantic-release post", |
32 | 32 | "coveralls": "cat ./test/coverage/lcov.info | coveralls", |
33 | 33 | "test:types": "tsc -p typings", |
34 | | - "docs:dev": "vuepress dev docs", |
35 | | - "docs:clean": "rm -rf docs/.vuepress/**", |
36 | | - "docs:build": "vuepress build docs" |
| 34 | + "docs:dev": "vuepress dev docs --temp .temp", |
| 35 | + "docs:build": "vuepress build docs --temp .temp" |
37 | 36 | }, |
38 | 37 | "main": "./dist/vue-i18next.common.js", |
39 | 38 | "module": "./dist/vue-i18next.esm.js", |
|
50 | 49 | "@babel/preset-env": "^7.2.3", |
51 | 50 | "@babel/preset-stage-2": "^7.0.0", |
52 | 51 | "@types/i18next": "^8.4.3", |
| 52 | + "@vuepress/plugin-pwa": "^1.0.1", |
| 53 | + "@vuepress/theme-vue": "^1.0.1", |
53 | 54 | "babel-eslint": "^10.0.1", |
54 | 55 | "babel-loader": "^8.0.5", |
55 | 56 | "babel-plugin-add-module-exports": "^1.0.0", |
|
58 | 59 | "chai": "^3.5.0", |
59 | 60 | "coveralls": "^2.13.1", |
60 | 61 | "cross-env": "^3.0.0", |
61 | | - "css-loader": "^0.25.0", |
62 | 62 | "eslint": "^3.12.2", |
63 | 63 | "eslint-config-airbnb": "^13.0.0", |
64 | 64 | "eslint-plugin-import": "^2.2.0", |
65 | 65 | "eslint-plugin-jsx-a11y": "^2.2.3", |
66 | 66 | "eslint-plugin-react": "^6.8.0", |
67 | | - "file-loader": "^0.9.0", |
68 | 67 | "gh-pages": "^1.0.0", |
69 | 68 | "i18next": "^6.0.1", |
70 | 69 | "jasmine": "^2.5.3", |
|
100 | 99 | "sinon-chai": "^2.8.0", |
101 | 100 | "typescript": "^2.8.3", |
102 | 101 | "vue": "^2.5.16", |
103 | | - "vue-class-component": "^6.2.0", |
104 | | - "vue-loader": "^10.0.0", |
105 | | - "vue-template-compiler": "^2.1.0", |
106 | | - "vuepress": "^0.13.0", |
| 102 | + "vue-class-component": "^7.1.0", |
| 103 | + "vue-template-compiler": "^2.5.16", |
| 104 | + "vuepress": "^1.0.1", |
107 | 105 | "webpack": "^4.28.1", |
108 | 106 | "webpack-cli": "^3.2.1", |
109 | 107 | "webpack-dev-server": "^3.1.14" |
|
0 commit comments