-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
104 lines (104 loc) · 3.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "iles-blog",
"version": "0.0.0",
"description": "ouuan's personal blog",
"repository": {
"type": "git",
"url": "git+https://github.com/ouuan/iles-blog.git"
},
"author": "Yufan You",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint . --ext .ts,.vue,.js",
"dev": "iles dev",
"build": "iles build && tsup --config functions/.tsup.config.ts functions/*.ts",
"preview": "iles preview --open",
"typecheck": "vue-tsc --noEmit && tsc -p functions --noEmit"
},
"dependencies": {
"@giscus/vue": "3.0.0",
"@mermaid-js/mermaid-cli": "11.4.0",
"@sniptt/guards": "0.2.0",
"@unocss/reset": "0.64.1",
"@vueuse/components": "10.11.1",
"@vueuse/core": "10.11.1",
"date-fns": "3.6.0",
"glyph-segregator": "0.6.6",
"hast-util-select": "5.0.5",
"iles": "0.9.5",
"isbot": "5.1.17",
"katex": "0.16.11",
"mdast-util-to-hast": "12.3.0",
"plausible-tracker": "0.3.9",
"puppeteer": "23.9.0",
"rehype-plugin-image-native-lazy-loading": "1.2.0",
"shiki": "0.14.7",
"simple-git": "3.27.0",
"sitemap": "8.0.0",
"ts-exhaustive-check": "1.0.0",
"unified": "10.1.2",
"unist-util-visit": "5.0.0",
"unocss": "0.64.1",
"vite": "4.1.4",
"vue": "3.3.13",
"xml-formatter": "3.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241112.0",
"@iconify-json/mdi": "1.2.1",
"@islands/excerpt": "0.9.0",
"@islands/feed": "0.8.1",
"@islands/headings": "0.8.2",
"@islands/images": "0.8.2",
"@ouuan/eslint-config-vue": "1.3.0",
"@ouuan/tsconfig-vue": "1.0.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/hast": "2.3.10",
"@types/node": "20.17.7",
"@unocss/eslint-config": "0.64.1",
"@unocss/transformer-directives": "0.64.1",
"@vue/runtime-core": "3.3.13",
"eslint": "8.57.1",
"got": "14.4.5",
"mdast-util-mdx": "2.0.1",
"micromark": "3.2.0",
"rehype-katex": "6.0.3",
"remark-definition-list": "1.2.0",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.2",
"rollup-plugin-analyzer": "4.0.0",
"sass": "1.81.0",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vite-plugin-compression": "0.5.1",
"vue-tsc": "2.1.10"
},
"pnpm": {
"overrides": {
"vite-plugin-image-presets": "0.3.4",
"puppeteer": "$puppeteer",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"assert": "npm:@nolyfill/assert@latest",
"deep-equal": "npm:@nolyfill/deep-equal@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.values": "npm:@nolyfill/object.values@latest"
},
"packageExtensions": {
"rollup-plugin-analyzer": {
"dependencies": {
"rollup": "^3"
}
}
},
"patchedDependencies": {
"@islands/[email protected]": "patches/@[email protected]"
}
}
}