-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.86 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.86 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
{
"type": "module",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@mdi/font": "^7.4.47",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"@types/markdown-it-container": "^2.0.10",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"markdown-it-container": "^4.0.0",
"mermaid": "^11.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"vitepress": "^1.3.3",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress-sidebar": "^1.33.0"
},
"scripts": {
"dev": "cross-env PUBLIC_GOOGLE_ANALYTICS=${PUBLIC_GOOGLE_ANALYTICS} vitepress dev",
"dev-public": "cross-env PUBLIC_GOOGLE_ANALYTICS=${PUBLIC_GOOGLE_ANALYTICS} vitepress dev --host",
"build": "cross-env PUBLIC_GOOGLE_ANALYTICS=${PUBLIC_GOOGLE_ANALYTICS} vitepress build",
"build:production": "cross-env DEPLOYMENT_NAME=Production PUBLIC_GOOGLE_ANALYTICS=${PUBLIC_GOOGLE_ANALYTICS} vitepress build",
"build:next": "cross-env DEPLOYMENT_NAME=Next PUBLIC_GOOGLE_ANALYTICS=${PUBLIC_GOOGLE_ANALYTICS} vitepress build",
"preview": "cross-env PUBLIC_GOOGLE_ANALYTICS=${PUBLIC_GOOGLE_ANALYTICS} vitepress preview",
"test": "jest"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@mdit/plugin-align": "^0.22.1",
"@mdit/plugin-attrs": "^0.23.1",
"@mdit/plugin-figure": "^0.22.1",
"@mdit/plugin-img-size": "^0.22.2",
"@mdit/plugin-include": "^0.22.1",
"@wdns/vue-code-block": "^2.3.5",
"buffer": "^6.0.3",
"crc": "^4.3.2",
"cross-env": "^7.0.3",
"eva-icons": "^1.1.3",
"highlight.js": "^11.11.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"shiki": "^3.12.2",
"vitepress-openapi": "^0.1.11",
"vitepress-plugin-pagefind": "^0.4.10",
"vue-i18n": "^9.14.0",
"vuetify": "^3.6.15"
}
}