-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 KB
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
{
"name": "astro-template",
"type": "module",
"version": "5.18.0",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"sync": "astro sync",
"format": "pnpm exec biome format --write --files-ignore-unknown=true --verbose && prettier --write --ignore-unknown '**/*.{astro,css}'",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/sitemap": "^3.7.0",
"@playform/compress": "^0.2.1",
"astro": "^5.18.0",
"astro-capo": "^0.0.1",
"astro-relative-links": "^0.4.2",
"astro-typograf": "^3.2.1",
"autoprefixer": "^10.4.27",
"cssnano": "^7.1.2",
"cssnano-preset-advanced": "^7.0.10",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-combine-media-query": "^2.1.0",
"postcss-import": "^16.1.1",
"postcss-media-minmax": "^5.0.0",
"postcss-nested": "^7.0.2",
"postcss-sort-media-queries": "^5.2.0",
"postcss-utopia": "^1.1.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@eslint/js": "^9.39.2",
"@typescript-eslint/parser": "^8.56.1",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.6.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-css-order": "^2.2.0"
}
}