-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
48
49
50
51
{
"name": "site",
"version": "0.1.0",
"description": "I write about wide-variety of untouched topics in a simplified way.",
"author": "Animesh Sahu <animeshsahu19@yahoo.com>",
"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.2",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"markdown-it-footnote": "^4.0.0",
"sitemap": "^8.0.0",
"vitepress": "1.3.4",
"vue": "^3.5.8",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"scripts": {
"content:dev": "vitepress dev content",
"content:build": "vitepress build content",
"content:serve": "vitepress serve content"
},
"dependencies": {
"@antv/g2plot": "^2.4.32",
"gitalk": "^1.8.0"
},
"pnpm": {
"overrides": {
"@antv/g-base": "0.5.11",
"@antv/path-util": "2.0.15",
"@antv/attr": "0.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"axios": "1.7.7",
"glob": "11.0.0",
"@types/node": "^18"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
}
}