-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.82 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
{
"name": "developer-setup",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"format": "biome check --write . && prettier --write ./src --config .prettierrc.mjs",
"lint": "astro check && biome check . && prettier --check ./src --config .prettierrc.mjs",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"update-deps:check": "npm-check-updates",
"update-deps:update": "npm-check-updates -u && pnpm install"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.29.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@faker-js/faker": "^9.2.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@open-draft/deferred-promise": "^2.2.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.10",
"axios": "^1.7.7",
"ky": "^1.7.2",
"pino": "^9.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"starlight-links-validator": "^0.13.2",
"starlight-package-managers": "^0.8.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.687.0",
"@aws-sdk/lib-dynamodb": "^3.687.0",
"@biomejs/biome": "1.9.4",
"eslint-interactive": "^11.1.0",
"factory.ts": "^1.4.2",
"jsdom": "^25.0.1",
"msw": "^2.6.4",
"nock": "^13.5.6",
"npm-check-updates": "^17.1.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"radash": "^12.1.0",
"testcontainers": "^10.14.0",
"vitest": "^2.1.4",
"zod": "^3.23.8",
"zx": "^8.2.1"
},
"packageManager": "[email protected]"
}