-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"name": "horo-services",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "astro sync",
"lint": "stylelint **/*.{css,astro} && eslint **/*.{ts,astro} && dprint check"
},
"dependencies": {
"@astrojs/mdx": "^3.1.4",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"@fontsource-variable/inter": "^5.0.16",
"astro": "^4.1.1",
"github-slugger": "^2.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.2.0",
"dprint": "^0.47.2",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"postcss-html": "^1.5.0",
"stylelint": "^16.1.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.0"
}
}