-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.14 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": "homepage-astro",
"type": "module",
"private": true,
"version": "0.0.1",
"packageManager": "pnpm@9.14.2",
"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 /^lint:.*/",
"lint:prettier": "prettier --check .",
"lint:eslint": "eslint .",
"lint:astro-check": "astro check",
"lint:svelte-check": "svelte-check --output machine",
"format": "prettier --write .",
"test": "playwright test",
"test:ui": "pnpm run test --ui-host localhost --ui-port 33333",
"prepare": "node .husky/install.mjs"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/svelte": "5.7.3",
"@astrojs/tailwind": "5.1.2",
"@melt-ui/svelte": "0.86.1",
"astro": "4.16.14",
"clsx": "2.1.1",
"qs": "^6.12.1",
"svelte": "4.2.19",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.15.0",
"@melt-ui/pp": "0.3.2",
"@playwright/test": "1.49.0",
"@rgossiaux/svelte-headlessui": "2.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "22.9.1",
"@types/eslint__js": "8.42.3",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"embla-carousel": "8.5.1",
"embla-carousel-svelte": "8.5.1",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-svelte": "2.46.0",
"git-format-staged": "3.1.1",
"globals": "15.12.0",
"husky": "9.1.7",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-astro-organize-imports": "0.4.11",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-svelte": "3.3.1",
"prettier-plugin-tailwindcss": "0.6.9",
"sharp": "0.33.5",
"svelte-check": "4.0.9",
"svelte": "4.2.19",
"svelte-markdown": "0.4.1",
"svelte-sequential-preprocessor": "2.0.2",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0"
}
}