|
25 | 25 | "lint": "eslint ." |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@formily/template": "^1.0.0-alpha.0", |
| 28 | + "@commitlint/cli": "^14.1.0", |
| 29 | + "@commitlint/config-conventional": "^14.1.0", |
| 30 | + "@commitlint/prompt-cli": "^14.1.0", |
29 | 31 | "@formily/core": "^2.0.0", |
| 32 | + "@formily/template": "^1.0.0-alpha.0", |
30 | 33 | "@formily/vue": "^2.0.0", |
31 | | - "@vue/composition-api": "^1.4.0", |
32 | 34 | "@testing-library/jest-dom": "^5.0.0", |
33 | 35 | "@testing-library/vue": "^5.6.2", |
34 | | - "@vue/test-utils": "1.0.0-beta.22", |
35 | 36 | "@types/jest": "^24.0.18", |
36 | 37 | "@typescript-eslint/eslint-plugin": "^4.9.1", |
37 | 38 | "@typescript-eslint/parser": "^4.8.2", |
| 39 | + "@vue/composition-api": "^1.4.0", |
| 40 | + "@vue/test-utils": "1.0.0-beta.22", |
38 | 41 | "@vuepress-dumi/vuepress-plugin-dumi-previewer": "0.3.3", |
39 | 42 | "@vuepress-dumi/vuepress-theme-dumi": "0.3.3", |
40 | 43 | "@vuepress/plugin-back-to-top": "^1.8.2", |
|
50 | 53 | "eslint-plugin-promise": "^4.0.0", |
51 | 54 | "eslint-plugin-vue": "^7.0.1", |
52 | 55 | "ghooks": "^2.0.4", |
| 56 | + "lerna": "^4.0.0", |
| 57 | + "less": "^4.1.2", |
| 58 | + "less-loader": "^5.0.0", |
53 | 59 | "lint-staged": "^8.2.1", |
54 | | - "@commitlint/cli": "^14.1.0", |
55 | | - "@commitlint/prompt-cli": "^14.1.0", |
56 | | - "@commitlint/config-conventional": "^14.1.0", |
57 | 60 | "prettier": "^2.2.1", |
58 | 61 | "pretty-quick": "^3.1.0", |
| 62 | + "raw-loader": "^4.0.0", |
59 | 63 | "ts-import-plugin": "1.6.1", |
60 | 64 | "ts-jest": "^26.0.0", |
61 | 65 | "ts-node": "^9.1.1", |
62 | | - "lerna": "^4.0.0", |
63 | 66 | "typescript": "^4.1.5", |
64 | 67 | "vue": "^2.6.0", |
65 | 68 | "vuepress": "^1.8.2", |
66 | | - "vuepress-plugin-typescript": "^0.3.1", |
67 | | - "sass": "^1.34.1", |
68 | | - "sass-loader": "^8.0.2", |
69 | | - "raw-loader": "^4.0.0" |
| 69 | + "vuepress-plugin-typescript": "^0.3.1" |
70 | 70 | }, |
71 | 71 | "repository": { |
72 | 72 | "type": "git", |
|
0 commit comments