|
12 | 12 | "format":"prettier --write ./src", |
13 | 13 | "lint":"eslint ./src --ext .vue,.js,.ts,.tsx", |
14 | 14 | "lint-fix":"eslint --fix ./src --ext .vue,.js,.ts,.tsx", |
| 15 | +"lint:eslint":"eslint\"{src,mock}/**/*.{vue,ts,tsx}\" --fix", |
| 16 | +"lint:prettier":"prettier --write --loglevel warn\"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", |
| 17 | +"lint:stylelint":"stylelint --fix\"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", |
| 18 | +"lint:lint-staged":"lint-staged -c ./.husky/lintstagedrc.js", |
| 19 | +"lint:pretty":"pretty-quick --staged", |
15 | 20 | "prepare":"husky install" |
16 | 21 | }, |
17 | 22 | "dependencies": { |
18 | 23 | "@vant/touch-emulator":"^1.2.0", |
19 | | -"@vueuse/core":"^4.11.0", |
20 | | -"@vueuse/integrations":"^4.11.0", |
| 24 | +"@vueuse/core":"^4.11.1", |
| 25 | +"@vueuse/integrations":"^4.11.1", |
21 | 26 | "axios":"^0.21.1", |
22 | 27 | "dayjs":"^1.10.4", |
23 | 28 | "dexie":"^3.0.3", |
|
27 | 32 | "normalize.css":"^8.0.1", |
28 | 33 | "nprogress":"^1.0.0-1", |
29 | 34 | "qrcode":"^1.4.4", |
30 | | -"vant":"^3.0.16", |
31 | | -"vue":"^3.1.0-beta.3", |
| 35 | +"vant":"^3.0.17", |
| 36 | +"vue":"^3.1.0-beta.4", |
32 | 37 | "vue-router":"^4.0.8", |
33 | 38 | "vuedraggable":"^4.0.1", |
34 | | -"vuex":"^4.0.0" |
| 39 | +"vuex":"^4.0.1" |
35 | 40 | }, |
36 | 41 | "devDependencies": { |
37 | 42 | "@commitlint/cli":"^12.1.4", |
38 | 43 | "@commitlint/config-conventional":"^12.1.4", |
39 | | -"@types/node":"^14.17.0", |
40 | | -"@typescript-eslint/eslint-plugin":"^4.24.0", |
41 | | -"@typescript-eslint/parser":"^4.24.0", |
| 44 | +"@types/node":"^14.17.1", |
| 45 | +"@typescript-eslint/eslint-plugin":"^4.25.0", |
| 46 | +"@typescript-eslint/parser":"^4.25.0", |
42 | 47 | "@vitejs/plugin-legacy":"^1.4.0", |
43 | 48 | "@vitejs/plugin-vue":"^1.2.2", |
44 | 49 | "@vitejs/plugin-vue-jsx":"^1.1.4", |
45 | | -"@vue/compiler-sfc":"^3.1.0-beta.3", |
| 50 | +"@vue/compiler-sfc":"^3.1.0-beta.4", |
46 | 51 | "commitizen":"^4.2.4", |
47 | 52 | "cz-conventional-changelog":"^3.3.0", |
48 | 53 | "cz-customizable":"^6.3.0", |
49 | | -"eslint":"^7.26.0", |
| 54 | +"eslint":"^7.27.0", |
50 | 55 | "eslint-config-prettier":"^8.3.0", |
51 | | -"eslint-plugin-import":"^2.23.2", |
| 56 | +"eslint-plugin-import":"^2.23.3", |
52 | 57 | "eslint-plugin-prettier":"^3.4.0", |
53 | 58 | "eslint-plugin-vue":"^7.9.0", |
54 | 59 | "gh-pages":"^3.1.0", |
55 | 60 | "husky":"^6.0.0", |
56 | 61 | "lint-staged":"^10.5.4", |
57 | 62 | "prettier":"^2.3.0", |
58 | | -"sass":"^1.32.13", |
| 63 | +"pretty-quick":"^3.1.0", |
| 64 | +"sass":"1.32.13", |
| 65 | +"stylelint":"^13.13.1", |
| 66 | +"stylelint-config-prettier":"^8.0.2", |
| 67 | +"stylelint-config-standard":"^22.0.0", |
| 68 | +"stylelint-order":"^4.1.0", |
59 | 69 | "typescript":"^4.2.4", |
60 | | -"vite":"2.3.3", |
61 | | -"vite-plugin-components":"^0.9.1", |
62 | | -"vite-plugin-style-import":"^0.10.0", |
63 | | -"vite-plugin-windicss":"^0.16.0-beta.17", |
| 70 | +"vite":"2.3.4", |
| 71 | +"vite-plugin-components":"^0.10.2", |
| 72 | +"vite-plugin-style-import":"^0.10.1", |
| 73 | +"vite-plugin-windicss":"^0.16.0", |
64 | 74 | "vue-eslint-parser":"^7.6.0", |
65 | | -"vue-tsc":"^0.1.4", |
| 75 | +"vue-tsc":"^0.1.6", |
66 | 76 | "windicss":"^2.5.14" |
67 | 77 | }, |
68 | 78 | "repository": { |
|