-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier --write .",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "3.1.8",
"@astrojs/sitemap": "3.2.0",
"@playform/compress": "^0.1.4",
"@types/mdast": "4.0.4",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"astro": "4.16.2",
"astro-robots-txt": "1.0.0",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.4",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"mdast": "3.0.0",
"postcss-preset-env": "10.0.7",
"prettier": "3.3.3",
"sass": "1.71.0",
"shiki": "1.22.0",
"svgo": "3.3.2",
"typescript": "^5.6.3",
"unified": "11.0.5",
"unist-util-visit": "5.0.0"
},
"dependencies": {
"astro-icon": "1.1.0"
}
}