-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.47 KB
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
52
53
54
55
56
{
"name": "blog_monorepo",
"private": "true",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "cz",
"dev": "vitepress dev",
"build_for_github_pages": "vitepress build --base /Blog/",
"build_for_server": "vitepress build",
"preview": "vitepress preview",
"new": "npx tsx scripts/create-post.ts",
"prepare": "husky",
"lint": "eslint --fix"
},
"keywords": [],
"author": "trudbot",
"license": "MIT",
"devDependencies": {
"@docsearch/css": "^4.3.2",
"@docsearch/js": "^4.0.1",
"@eslint/js": "^9.10.0",
"@trudbot/json-format": "^0.0.4",
"@trudbot/map": "^0.0.5",
"@types/d3": "^7.4.3",
"@types/d3-cloud": "^1.2.9",
"@types/lodash": "^4.17.20",
"@types/node": "^24.5.1",
"@vueuse/core": "^14.0.0",
"chalk": "^5.6.2",
"d3": "^7.9.0",
"d3-cloud": "^1.2.7",
"eslint": "^9.35.0",
"eslint-plugin-vue": "^10.5.1",
"glob": "^11.0.3",
"globals": "^16.4.0",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"lodash": "^4.17.21",
"markdown-it-mathjax3": "^4.3.2",
"minimatch": "^10.0.1",
"nanoid": "^5.1.6",
"qrcode.vue": "^3.6.0",
"quickchart-js": "^3.1.3",
"sanitize-filename": "^1.6.3",
"sass": "^1.94.0",
"tsx": "^4.20.6",
"typescript-eslint": "^8.46.4",
"vitepress": "^1.6.4",
"vue": "^3.5.24",
"worker-timers": "^8.0.24"
}
}