-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.16 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
{
"name": "eva.town",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18.17.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"check": "astro check && biome check",
"check:fix": "astro check && biome check --write",
"stylelint": "npx stylelint '**/*.{css,scss,astro}'",
"test": "playwright test",
"prettier": "prettier --write .",
"html-validate": "pnpm build && pnpm exec html-validate .vercel/output/static/*.html",
"prepare": "husky",
"check-links": "lychee --config .lychee.toml ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.3",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^7.8.2",
"@nanostores/react": "^0.8.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.8",
"astro-expressive-code": "^0.38.1",
"astro-font": "^0.1.81",
"astro-loading-indicator": "^0.6.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"fathom-client": "^3.7.2",
"framer-motion": "^11.11.11",
"howler": "^2.2.4",
"markdown-it": "^14.1.0",
"nanoid": "^5.0.8",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-imgattr": "^1.0.5",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@biomejs/biome": "^1.9.4",
"@playwright/test": "^1.48.2",
"@radix-ui/colors": "^3.0.0",
"@types/howler": "^2.2.12",
"@types/node": "^22.8.7",
"hastscript": "^9.0.0",
"html-validate": "^8.24.2",
"husky": "^9.1.6",
"postcss-html": "^1.7.0",
"sass": "^1.80.6",
"stylelint": "^15.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"typescript": "^5.6.3"
}
}