-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
{
"name": "id-blog",
"private": true,
"type": "module",
"version": "0.2.0",
"author": "i'DLisT <i@idl.ist> (https://idl.ist/)",
"license": "MIT",
"description": "Blog.",
"homepage": "https://github.com/idlist/id-blog#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/idlist/id-blog.git"
},
"bugs": {
"url": "https://github.com/idlist/id-blog/issues"
},
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"prepare": "husky",
"generate": "tsx scripts/generate.ts && git add src/generated.ts"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vue": "^4.5.2",
"@vueuse/core": "^11.2.0",
"astro": "^4.16.8",
"dedent": "^1.5.3",
"hast-util-select": "^6.0.3",
"hastscript": "^9.0.0",
"inaba": "^1.1.1",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"object-hash": "^3.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"sass": "^1.80.6",
"transliteration": "^2.3.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/lodash-es": "^4.17.12",
"@types/object-hash": "^3.0.6",
"@types/sanitize-html": "^2.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-astro": "^1.3.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"tsx": "^4.19.2",
"typescript-eslint": "^8.12.2"
}
}