-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.54 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
{
"name": "bookshelf",
"description": "Bookshelf",
"version": "0.1.11",
"license": "MIT",
"type": "module",
"private": true,
"repository": "https://github.com/chanhi2000/bookshelf",
"authors": {
"name": "Chan Hee Lee",
"email": "[email protected]"
},
"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=16432 vuepress-vite build src",
"clean-build": "cross-env NODE_OPTIONS=--max-old-space-size=16432 vuepress-vite build src --clean-cache",
"mem-check": "node -e 'console.log(v8.getHeapStatistics().heap_size_limit/(1024*1024))'"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-register-components": "2.0.0-rc.54",
"axios": "1.7.7",
"rollup-plugin-visualizer": "5.12.0",
"sandpack-vue3": "3.1.12",
"vue": "3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-markdown-define2": "^1.0.0",
"vuepress-theme-hope": "2.0.0-rc.59"
},
"dependencies": {
"@vue/repl": "4.4.2",
"@vuepress/plugin-photo-swipe": "2.0.0-rc.56",
"@vuepress/plugin-prismjs": "2.0.0-rc.56",
"baseline-status": "1.0.10",
"chart.js": "4.4.3",
"cross-env": "7.0.3",
"dashjs": "4.7.4",
"echarts": "5.5.1",
"flowchart.ts": "3.0.0",
"hls.js": "1.4.12",
"kotlin-playground": "1.30.0",
"mermaid": "10.9.1",
"sass-loader": "16.0.2",
"vidstack": "1.11.29"
}
}