-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.33 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "miragedge-docweb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest run --config .vitepress/vitest.config.mts",
"test:watch": "vitest watch --config .vitepress/vitest.config.mts",
"test:ui": "vitest --ui --config .vitepress/vitest.config.mts",
"test:coverage": "vitest run --coverage --config .vitepress/vitest.config.mts",
"test:unit": "vitest run --config .vitepress/vitest.config.mts --dir .vitepress/test/unit",
"test:config": "vitest run --config .vitepress/vitest.config.mts --dir .vitepress/test/config",
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"contributors": "node ./.vitepress/theme/components/js/contributors.js",
"typecheck": "vue-tsc --noEmit"
},
"keywords": [],
"author": "F.windEmiko",
"license": "ISC",
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@mermaid-js/parser": "^1.1.1",
"@testing-library/dom": "^9.0.0",
"@testing-library/user-event": "^14.0.0",
"@testing-library/vue": "^7.0.0",
"@types/canvas-confetti": "^1.9.0",
"@types/dom-view-transitions": "^1.0.6",
"@types/node": "^25.0.8",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/ui": "^4.1.8",
"@volar/typescript": "^2.4.28",
"@vue/language-core": "^3.3.5",
"axios": "^1.17.0",
"babel-loader": "^10.0.0",
"busuanzi.pure.js": "^1.0.3",
"canvas-confetti": "^1.9.3",
"happy-dom": "^20.3.0",
"jsdom": "^23.2.0",
"mermaid": "^11.15.0",
"node-fetch": "^2.7.0",
"terser": "^5.44.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^5.4.0",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-sidebar": "^1.31.0",
"vitepress-theme-website": "^1.0.8",
"vitest": "^4.1.8",
"vue": "^3.5.0",
"vue-tsc": "^2.2.0"
},
"dependencies": {
"@octokit/rest": "^22.0.1",
"@vrcd-community/markdown-it-video": "^1.1.1",
"dotenv": "^17.2.3",
"lucide-vue-next": "^0.577.0",
"simple-git": "^3.36.0",
"vitepress-plugin-announcement": "^0.1.5",
"vitepress-plugin-group-icons": "^1.6.3"
}
}