-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "vite-plugin-markdown-preview-monorepo",
"private": true,
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"type": "module",
"homepage": "https://github.com/vitejs/vite-plugin-markdown-preview/",
"repository": "[email protected]:JasKang/vite-plugin-markdown-preview.git",
"scripts": {
"dev:vite": "pnpm --filter test-vite dev",
"dev:vitepress": "pnpm --filter test-vitepress dev",
"docs:build": "pnpm --filter vite-plugin-markdown-preview build && pnpm --filter test-vitepress build",
"docs:preview": "pnpm --filter test-vitepress preview",
"build": "pnpm --filter vite-plugin-markdown-preview build",
"test": "vitest",
"coverage": "vitest --coverage",
"change": "pnpm changeset",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@jaskang/config": "^2.0.0",
"@jaskang/eslint-config": "^2.0.0",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-inspect": "^0.8.3",
"vitepress": "1.0.1",
"vitest": "^1.4.0",
"vue": "^3.4.21"
},
"packageManager": "[email protected]",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}