-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.68 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.68 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"dependencies": {
"@steeze-ui/carbon-icons": "^1.2.1",
"@steeze-ui/svelte-icon": "^1.6.2",
"@tailwindplus/elements": "^1.0.22",
"arktype": "^2.2.3",
"autumn-js": "^1.2.36",
"leaflet": "^1.9.4",
"svix": "^1.96.1"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.61.1",
"@sveltejs/adapter-cloudflare": "^7.2.9",
"@sveltejs/kit": "^2.69.2",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.2",
"@types/leaflet": "^1.9.21",
"@types/node": "^26.1.0",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"atmn": "^1.1.13",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-compat": "^7.0.2",
"eslint-plugin-cypress": "^6.4.2",
"eslint-plugin-github": "6.1.0",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-n": "^18.2.1",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-sonarjs": "^4.1.0",
"eslint-plugin-storybook": "^10.4.6",
"eslint-plugin-svelte": "^3.20.0",
"eslint-plugin-unicorn": "^71.1.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.7.0",
"mdsvex": "^0.12.7",
"postcss-html": "^1.8.1",
"prettier": "^3.9.4",
"prettier-plugin-svelte": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"shiki": "^4.3.1",
"sitemapper": "^4.1.6",
"stylelint": "^17.14.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-prettier": "^5.0.3",
"super-sitemap": "^2.0.4",
"svelte": "^5.56.4",
"svelte-check": "^4.7.2",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0",
"ultracite": "7.9.2",
"vite": "^8.1.3",
"wrangler": "^4.107.1"
},
"name": "fyrastack-homepage",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite build && wrangler dev",
"preview:test": "vite build && wrangler dev --ip 127.0.0.1 --port 8787 --local",
"check": "ultracite check",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"gen": "wrangler types",
"deploy": "vite build && wrangler deploy",
"cf-typegen": "wrangler types",
"fix": "ultracite fix",
"test": "playwright install --with-deps chromium && playwright test",
"test:ci": "playwright test"
},
"type": "module",
"version": "0.0.1",
"private": true
}