-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·64 lines (64 loc) · 2 KB
/
package.json
File metadata and controls
executable file
·64 lines (64 loc) · 2 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
{
"name": "chanhi2000.github.io",
"description": "My Personal Super Mindmap",
"version": "0.15.7",
"private": true,
"license": "MIT",
"authors": {
"name": "Chan Hee Lee",
"email": "chanhi2000@gmail.com"
},
"type": "module",
"repository": "https://github.com/chanhi2000/devlog",
"workspaces": [
"devo-api",
"scripts"
],
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' vuepress-vite dev src",
"clean-dev": "cross-env NODE_OPTIONS='--inspect' vuepress-vite dev src --clean-cache",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 vuepress-vite build src",
"clean-build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 vuepress-vite build src --clean-cache",
"devo-api-build": "npm run --prefix devo-api build",
"start-proxy": "npm run --prefix scripts start-proxy",
"fetch": "npm run --prefix scripts fetch",
"fetchMd": "npm run --prefix scripts fetchMd"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/plugin-register-components": "2.0.0-rc.112",
"axios": "1.7.7",
"fs-extra": "^11.2.0",
"dotenv": "16.3.1",
"express": "4.18.2",
"rollup-plugin-visualizer": "5.12.0",
"vue": "3.5.12",
"vuepress": "2.0.0-rc.24",
"vuepress-plugin-markdown-define2": "^1.0.0",
"vuepress-theme-hope": "2.0.0-rc.94"
},
"dependencies": {
"@vue/repl": "4.4.2",
"@vuepress/plugin-photo-swipe": "2.0.0-rc.112",
"@vuepress/plugin-prismjs": "2.0.0-rc.112",
"baseline-status": "^1.0.10",
"chart.js": "4.4.3",
"cross-env": "7.0.3",
"copyfiles": "2.4.1",
"dashjs": "4.7.4",
"echarts": "5.5.1",
"flowchart.ts": "3.0.0",
"hls.js": "1.4.12",
"http-proxy-middleware": "^3.0.0",
"kotlin-playground": "1.30.0",
"mermaid": "^10.9.1",
"sass-loader": "^16.0.2",
"sass-embedded": "^1.89.2",
"moment": "^2.29.4",
"sandpack-vue3": "3.1.11",
"sqlite3": "^5.1.7",
"turndown": "7.2.0",
"vidstack": "1.11.29"
},
"overrides": {}
}