-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "souhait.me",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . && stylelint **/*.{css,scss,astro}",
"format": "eslint --fix . && stylelint --fix **/*.{css,scss,astro}"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.3",
"@astrojs/check": "^0.9.3",
"@fontsource/ibm-plex-sans-jp": "^5.1.0",
"@fontsource/m-plus-rounded-1c": "^5.1.0",
"@iconify-json/arcticons": "^1.2.2",
"@iconify-json/tabler": "^1.2.4",
"@playform/compress": "^0.1.1",
"astro": "^4.15.9",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"modern-normalize": "^3.0.1"
},
"devDependencies": {
"@stylistic/stylelint-config": "^2.0.0",
"@taiyme/eslint-config": "^0.4.5",
"eslint": "~9.11.1",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-plugin-astro": "^1.2.4",
"globals": "^15.9.0",
"postcss-html": "^1.7.0",
"sass": "^1.79.4",
"sharp": "^0.33.5",
"stylelint": "^16.9.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-scss": "^14.1.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0"
},
"pnpm": {
"overrides": {
"eslint": "$eslint"
}
}
}