-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 933 Bytes
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": "eva-astro-starter",
"type": "module",
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check && biome check",
"check:fix": "astro check && biome check --write",
"stylelint": "stylelint '**/*.{astro,css}'",
"stylelint:fix": "stylelint '**/*.{astro,css}' --fix"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/sitemap": "^3.7.1",
"@fancyapps/ui": "^6.1.13",
"astro": "^6.0.8",
"smartypants": "^0.2.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"husky": "^9.1.7",
"sharp": "^0.34.5",
"stylelint": "^17.5.0",
"stylelint-config-astro": "^2.0.0",
"stylelint-config-standard": "^40.0.0"
}
}