-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.53 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
49
50
51
{
"name": "astro-template",
"type": "module",
"version": "5.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"optimize": "jampack ./dist",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --check --ignore-unknown '**/*'",
"prettier:fix": "prettier --write --ignore-unknown '**/*'",
"lint": "eslint ."
},
"dependencies": {
"@alpinejs/mask": "^3.14.8",
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.8",
"astro": "^5.4.1",
"astro-helmet": "^1.0.5",
"astro-relative-links": "^0.4.2",
"astro-typograf": "^2.1.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-combine-media-query": "^1.0.1",
"postcss-import": "^16.1.0",
"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.8.2"
},
"devDependencies": {
"@divriots/jampack": "^0.33.0",
"@img/sharp-linux-x64": "^0.33.5",
"@playform/compress": "^0.1.7",
"@types/alpinejs__mask": "^3.13.4",
"@typescript-eslint/parser": "^8.26.0",
"eslint": "^9.21.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-css-order": "^2.1.2"
}
}