-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vitepress-plugins-monorepo",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint --cache .",
"format": "prettier --write --cache .",
"test": "vitest",
"type-check": "vue-tsc --noEmit",
"release:version": "changeset version && pnpm install --no-frozen-lockfile",
"release:publish": "changeset publish"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/node": "^18.18.10",
"@types/semver": "^7.5.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.1.0",
"semver": "^7.5.4",
"ts-dedent": "^2.2.0",
"tsx": "^4.1.3",
"typescript": "^5.2.2",
"vitest": "^1.0.0-beta.4",
"vue-tsc": "^1.8.22"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}