This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.05 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "astro-boi",
"type": "module",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src",
"fmt": "prettier -w --plugin-search-dir=. src",
"lfmt": "prettier -w --plugin-search-dir=. src && eslint src",
"test": "playwright test",
"playwright": "playwright"
},
"dependencies": {
"@astrojs/mdx": "2.3.1",
"@astrojs/sitemap": "3.1.4",
"@astrojs/svelte": "^5.4.0",
"@astrojs/vercel": "^7.5.4",
"@unocss/astro": "0.59.4",
"@vercel/speed-insights": "^1.0.9",
"astro": "4.7.1",
"astro-compress": "2.2.9",
"nanostores": "^0.9.5",
"svelte": "^4.2.12",
"typescript": "^5.4.5",
"unocss": "0.59.4"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@axe-core/playwright": "^4.8.4",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/game-icons": "^1.1.7",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/skill-icons": "^1.1.7",
"@playwright/test": "^1.41.2",
"@typescript-eslint/parser": "7.8.0",
"@unocss/preset-attributify": "0.59.4",
"@unocss/preset-icons": "0.59.4",
"@unocss/preset-typography": "0.59.4",
"@unocss/reset": "0.59.4",
"@unocss/transformer-compile-class": "0.59.4",
"@unocss/transformer-variant-group": "0.59.4",
"astro-robots-txt": "1.0.0",
"astro-seo": "0.8.0",
"autoprefixer": "10.4.17",
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"eslint-config-javascript": "^2.1.3",
"eslint-plugin-astro": "^0.34.0",
"modern-css-reset": "^1.4.0",
"postcss": "8.4.33",
"prettier": "3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sharp": "0.32.6",
"terser": "5.27.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"vite",
"rollup",
"react"
]
},
"overrides": {
"sharp": "0.32.6"
}
},
"engines": {
"node": ">=18"
},
"overrides": {
"astro": {
"sharp": "0.32.6"
}
}
}