-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 983 Bytes
/
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
{
"name": "site",
"version": "0.1.0",
"description": "I write about wide-variety of untouched topics in a simplified way.",
"author": "Animesh Sahu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Animeshz/site.git"
},
"license": "CC-BY-4.0",
"private": false,
"devDependencies": {
"cheap-watch": "^1.0.4",
"fast-glob": "^3.3.1",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"sitemap": "^7.1.1",
"vitepress": "1.0.0-rc.24",
"vue": "^3.3.7"
},
"scripts": {
"content:dev": "vitepress dev content",
"content:build": "vitepress build content",
"content:serve": "vitepress serve content"
},
"dependencies": {
"@antv/g2plot": "^2.4.31",
"gitalk": "^1.8.0"
},
"pnpm": {
"overrides": {
"@antv/g-base": "0.5.11",
"@antv/path-util": "2.0.15",
"@antv/attr": "0.3.5"
}
}
}