|
12 | 12 | },
|
13 | 13 | "scripts": {
|
14 | 14 | "dev": "vite",
|
15 |
| - "build": "vite build && rimraf types && tsc --build tsconfig.build.json", |
| 15 | + "build": "vite build", |
16 | 16 | "serve": "vite preview",
|
17 | 17 | "type:check": "tsc --noEmit --skipLibCheck",
|
18 |
| - "commit": "cz-customizable", |
19 | 18 | "lint": "eslint --fix .",
|
20 | 19 | "format": "prettier --write '**/*.{ts,tsx,js,vue,css,scss,html,json}'",
|
21 |
| - "chrome": "open -n /Applications/Google\\ Chrome.app/ --args --disable-web-security --user-data-dir=$HOME/MyChromeDevUserData/", |
22 | 20 | "release": "pnpm build && release-it",
|
23 | 21 | "docs:dev": "vitepress dev docs",
|
24 | 22 | "docs:build": "vitepress build docs",
|
|
53 | 51 | "devDependencies": {
|
54 | 52 | "@abraham/reflection": "^0.10.0",
|
55 | 53 | "@commitlint/cli": "^16.2.3",
|
| 54 | + "@commitlint/config-conventional": "^16.2.1", |
56 | 55 | "@nexhome/yorkie": "^2.0.8",
|
57 | 56 | "@release-it/conventional-changelog": "^4.3.0",
|
58 | 57 | "@types/lodash-es": "^4.17.6",
|
59 | 58 | "@types/markdown-it": "^12.2.3",
|
60 |
| - "@types/node": "^17.0.24", |
| 59 | + "@types/node": "^17.0.27", |
61 | 60 | "@types/prettier": "^2.6.0",
|
62 |
| - "@typescript-eslint/eslint-plugin": "^5.19.0", |
63 |
| - "@typescript-eslint/parser": "^5.19.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.21.0", |
| 62 | + "@typescript-eslint/parser": "^5.21.0", |
64 | 63 | "@vitejs/plugin-vue": "^2.3.1",
|
65 |
| - "@vitest/ui": "^0.9.3", |
66 |
| - "@vue/test-utils": "2.0.0-rc.20", |
| 64 | + "@vitest/ui": "^0.10.0", |
| 65 | + "@vue/test-utils": "2.0.0-rc.21", |
67 | 66 | "@vue3-oop/plugin-vue-jsx": "^1.4.0",
|
68 |
| - "ant-design-vue": "^3.1.1", |
| 67 | + "ant-design-vue": "^3.2.2", |
69 | 68 | "autobind-decorator": "^2.4.0",
|
70 |
| - "c8": "^7.11.0", |
71 |
| - "commitizen": "^4.2.4", |
72 |
| - "commitlint-config-cz": "^0.13.3", |
73 |
| - "cz-customizable": "^6.3.0", |
74 |
| - "eslint": "^8.13.0", |
| 69 | + "c8": "^7.11.2", |
| 70 | + "eslint": "^8.14.0", |
75 | 71 | "eslint-config-prettier": "^8.5.0",
|
76 | 72 | "eslint-plugin-prettier": "^4.0.0",
|
77 | 73 | "happy-dom": "^2.55.0",
|
78 | 74 | "injection-js": "^2.4.0",
|
79 |
| - "lint-staged": "^12.3.7", |
| 75 | + "lint-staged": "^12.4.0", |
80 | 76 | "lodash-es": "^4.17.21",
|
81 | 77 | "prettier": "^2.6.2",
|
82 | 78 | "release-it": "^14.14.2",
|
83 | 79 | "rimraf": "^3.0.2",
|
84 |
| - "sass": "^1.50.0", |
85 |
| - "tslib": "^2.3.1", |
| 80 | + "sass": "^1.51.0", |
| 81 | + "tslib": "^2.4.0", |
86 | 82 | "typescript": "^4.6.3",
|
87 | 83 | "vite": "^2.9.5",
|
| 84 | + "vite-plugin-dts": "^1.1.1", |
| 85 | + "vite-tsconfig-paths": "^3.4.1", |
88 | 86 | "vitepress": "^0.22.3",
|
89 |
| - "vitest": "^0.9.3", |
| 87 | + "vitest": "^0.10.0", |
90 | 88 | "vue": "^3.2.33",
|
91 | 89 | "vue-router": "^4.0.14"
|
92 | 90 | },
|
| 91 | + "commitlint": { |
| 92 | + "extends": [ |
| 93 | + "@commitlint/config-conventional" |
| 94 | + ] |
| 95 | + }, |
93 | 96 | "gitHooks": {
|
94 | 97 | "pre-commit": "lint-staged",
|
95 | 98 | "commit-msg": "commitlint -E GIT_PARAMS"
|
|
127 | 130 | "release": true,
|
128 | 131 | "web": true
|
129 | 132 | }
|
| 133 | + }, |
| 134 | + "pnpm": { |
| 135 | + "peerDependencyRules": { |
| 136 | + "ignoreMissing": [ |
| 137 | + "@algolia/client-search", |
| 138 | + "react", |
| 139 | + "react-dom", |
| 140 | + "@types/react" |
| 141 | + ] |
| 142 | + } |
130 | 143 | }
|
131 | 144 | }
|
0 commit comments