-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.24 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.24 KB
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": "homepage-astro",
"type": "module",
"private": true,
"version": "0.0.1",
"packageManager": "pnpm@10.27.0",
"scripts": {
"dev": "CMS_URL='http://localhost:3000' astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "pnpm run --no-bail /^lint:.*/",
"lint:prettier": "prettier --check .",
"lint:eslint": "eslint .",
"lint:astro-check": "astro check",
"lint:svelte-check": "svelte-check --output machine",
"format": "pnpm run --sequential /^format:.*/",
"format:prettier": "prettier --write .",
"format:eslint": "eslint --fix .",
"test": "playwright test",
"test:ui": "pnpm run test --ui-host localhost --ui-port 33333",
"prepare": "node .husky/install.mjs"
},
"dependencies": {
"@astrojs/check": "0.9.5",
"@astrojs/node": "9.2.2",
"@astrojs/svelte": "7.0.13",
"@astrojs/tailwind": "6.0.2",
"@melt-ui/svelte": "0.86.6",
"astro": "5.7.14",
"clsx": "2.1.1",
"qs": "6.14.1",
"svelte": "5.46.1",
"typescript": "5.9.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.2",
"@melt-ui/pp": "0.3.2",
"@playwright/test": "1.57.0",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.0.6",
"@types/node": "22.19.3",
"@types/qs": "6.14.0",
"@typescript-eslint/eslint-plugin": "8.51.0",
"@typescript-eslint/parser": "8.51.0",
"astro-eslint-parser": "1.2.2",
"embla-carousel": "8.6.0",
"embla-carousel-svelte": "8.6.0",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.5.0",
"eslint-plugin-perfectionist": "4.15.1",
"eslint-plugin-svelte": "3.13.1",
"git-format-staged": "3.1.2",
"globals": "16.5.0",
"husky": "9.1.7",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-svelte": "3.4.1",
"prettier-plugin-tailwindcss": "0.7.2",
"sharp": "0.34.5",
"svelte": "5.46.1",
"svelte-check": "4.3.5",
"svelte-eslint-parser": "1.4.1",
"svelte-markdown": "0.4.1",
"svelte-sequential-preprocessor": "2.0.3",
"tailwindcss": "4.0.6",
"typescript": "5.9.3",
"typescript-eslint": "8.51.0"
}
}