|
1 | 1 | { |
2 | 2 | "name": "vuepress-plugin-demo-code", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "2.0.0-beta.0", |
4 | 4 | "description": "📝 Demo and code plugin for vuepress", |
5 | 5 | "main": "src/node/index.js", |
6 | 6 | "types": "src/node/index.d.ts", |
|
29 | 29 | } |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | - "codesandbox-import-utils": "^2.2.3", |
33 | | - "markdown-it-container": "^3.0.0", |
34 | | - "prismjs": "^1.28.0", |
35 | | - "vuepress-plugin-code-copy": "^1.0.6" |
| 32 | + "@amoutonbrady/lz-string": "^0.0.1", |
| 33 | + "markdown-it-container": "^3.0.0" |
36 | 34 | }, |
37 | 35 | "devDependencies": { |
38 | | - "@babel/core": "^7.17.9", |
39 | | - "@babel/eslint-parser": "^7.17.0", |
40 | | - "@babel/preset-env": "^7.16.11", |
41 | | - "@commitlint/cli": "^12.1.4", |
42 | | - "@commitlint/config-conventional": "^12.1.4", |
43 | | - "@vue/test-utils": "^1.3.0", |
| 36 | + "@babel/core": "^7.16.0", |
| 37 | + "@babel/eslint-parser": "^7.16.3", |
| 38 | + "@babel/preset-env": "^7.16.4", |
| 39 | + "@commitlint/cli": "^15.0.0", |
| 40 | + "@commitlint/config-conventional": "^15.0.0", |
| 41 | + "@types/escape-html": "^1.0.1", |
| 42 | + "@types/jest": "^27.4.1", |
| 43 | + "@vue/compiler-sfc": "^3.2.24", |
| 44 | + "@vue/test-utils": "^2.0.0-rc.17", |
| 45 | + "@vue/vue3-jest": "^27.0.0-alpha.4", |
| 46 | + "@vuepress/client": "2.0.0-beta.43", |
| 47 | + "@vuepress/plugin-search": "^2.0.0-beta.38", |
44 | 48 | "all-contributors-cli": "^6.20.0", |
45 | 49 | "babel-core": "^7.0.0-bridge.0", |
46 | | - "bumpp": "^7.1.1", |
47 | | - "codecov": "^3.8.3", |
| 50 | + "babel-jest": "^27.4.2", |
| 51 | + "codecov": "^3.8.2", |
48 | 52 | "cross-env": "^7.0.3", |
49 | 53 | "cz-conventional-changelog": "^3.3.0", |
50 | | - "eslint": "^7.32.0", |
| 54 | + "eslint": "^8.4.1", |
51 | 55 | "eslint-config-standard": "^16.0.3", |
52 | 56 | "eslint-config-vue": "^2.0.2", |
53 | | - "eslint-plugin-import": "^2.26.0", |
| 57 | + "eslint-plugin-import": "^2.25.3", |
54 | 58 | "eslint-plugin-node": "^11.1.0", |
55 | 59 | "eslint-plugin-promise": "^5.2.0", |
56 | | - "eslint-plugin-standard": "^5.0.0", |
57 | | - "eslint-plugin-vue": "^7.20.0", |
| 60 | + "eslint-plugin-vue": "^8.2.0", |
58 | 61 | "gh-pages": "^3.2.3", |
59 | | - "husky": "^6.0.0", |
60 | | - "jest": "^27.5.1", |
| 62 | + "husky": "^7.0.4", |
| 63 | + "jest": "^27.4.3", |
61 | 64 | "jest-serializer-vue": "^2.0.2", |
62 | 65 | "jest-transform-stub": "^2.0.0", |
63 | | - "lint-staged": "^11.2.6", |
| 66 | + "lint-staged": "^12.1.2", |
| 67 | + "markdown-it": "^13.0.0", |
64 | 68 | "markdown-it-include": "^2.0.0", |
65 | 69 | "rimraf": "^3.0.2", |
66 | 70 | "standard-version": "^9.3.2", |
67 | | - "vue-jest": "^3.0.7", |
68 | | - "vuepress": "^1.9.7", |
| 71 | + "ts-jest": "^27.1.4", |
| 72 | + "typescript": "^4.6.4", |
| 73 | + "vue": "^3.2.33", |
| 74 | + "vuepress": "^2.0.0-beta.38", |
69 | 75 | "vuepress-plugin-smooth-scroll": "^0.0.10" |
70 | 76 | }, |
71 | 77 | "keywords": [ |
|
0 commit comments