-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.38 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.38 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": "vanntile.com",
"version": "4.7.2",
"private": true,
"author": "vanntile",
"license": "(MIT OR CC-BY-NC-SA-4.0)",
"keywords": [
"blog",
"portfolio",
"astro",
"mdx"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vanntile/vanntile.com.git"
},
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w 'src/**/*.{astro,js,ts}'",
"release": "standard-version --no-verify --sign"
},
"devDependencies": {
"@astrojs/mdx": "4.3.7",
"@astrojs/sitemap": "3.6.0",
"@shikijs/transformers": "3.3.0",
"astro": "5.14.5",
"astro-purgecss": "5.3.0",
"cloudinary": "2.5.1",
"mdast-util-to-string": "4.0.0",
"node-html-parser": "7.0.1",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-css-order": "2.1.2",
"reading-time": "1.5.0",
"rehype-autolink-headings": "7.1.0",
"rehype-pretty-code": "0.14.1",
"rehype-slug": "6.0.0",
"rehype-sort-attributes": "5.0.1",
"rehype-toc": "3.0.2",
"remark-hint": "1.0.10",
"shiki": "3.3.0",
"standard-version": "9.5.0",
"typescript": "5.9.3",
"unist-util-visit": "5.0.0"
},
"engines": {
"node": "24.10.0",
"npm": "11.6.2"
},
"typings": "src/env.d.ts"
}