-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.92 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
{
"name": "namesake-fyi",
"type": "module",
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome lint",
"lint:fix": "biome lint --write",
"format": "biome format",
"format:fix": "biome format --write",
"check": "astro check && biome check",
"check:fix": "astro check && biome check --write",
"test": "playwright test --reporter=html",
"check-links": "lychee --config .lychee.toml ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "11.2.0",
"@astrojs/markdoc": "^0.11.5",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@axe-core/playwright": "^4.10.0",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.39",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.10",
"astro-font": "^0.1.81",
"dayjs": "^1.11.13",
"fathom-client": "^3.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"rough-notation": "^0.5.1",
"typescript": "^5.6.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@csstools/postcss-logical-viewport-units": "^3.0.3",
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss-clamp": "^4.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-utopia": "^1.1.0",
"sass": "^1.80.6",
"sharp": "^0.33.5"
},
"homepage": "https://namesake.fyi",
"bugs": {
"url": "https://github.com/namesakefyi/namesake.fyi/issues"
},
"contributors": [
{
"name": "Eva Decker",
"email": "[email protected]",
"url": "https://eva.town/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/namesakefyi/namesake.fyi/"
}
}