-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"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,scss}'",
"stylelint:fix": "stylelint '**/*.{astro,css,scss}' --fix"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.14",
"scss": "^0.2.4",
"smartypants": "^0.2.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"husky": "^9.1.7",
"sharp": "^0.33.5",
"stylelint": "^16.10.0",
"stylelint-config-astro": "^1.0.4",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0"
}
}