forked from ethpanda-org/Web3-Internship-Handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 887 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 887 Bytes
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
{
"name": "web3-internship-handbook",
"private": true,
"description": "Web3 Internship Handbook",
"license": "MIT",
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.23",
"http-server": "^14.1.1",
"sass-embedded": "^1.89.0",
"typescript": "^5.8.3",
"vue": "^3.5.14",
"vuepress": "2.0.0-rc.23",
"vuepress-theme-plume": "1.0.0-rc.152"
},
"dependencies": {
"@iconify/json": "^2.2.348",
"flowchart": "^1.2.0",
"flowchart.ts": "^3.0.1",
"mermaid": "^11.6.0",
"swiper": "^11.2.10"
}
}