-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 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
{
"version": "0.0.1",
"devDependencies": {
"@documate/documate": "^0.2.0",
"@giscus/vue": "^2.2.8",
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.72.0",
"tailwindcss": "^3.2.7",
"tippy.js": "^6.3.7",
"vitepress": "^1.0.1",
"vitepress-plugin-comment-with-giscus": "^1.1.1",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-nprogress": "^0.0.4",
"vue3-calendar-heatmap": "^2.0.5"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"dependencies": {
"@documate/vue": "^0.3.1",
"echarts": "^5.5.0",
"medium-zoom": "^1.1.0",
"typed.js": "^2.1.0"
}
}