-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.86 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
{
"name": "metar.live",
"packageManager": "pnpm@10.18.2",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "vite",
"start": "vite --host",
"build": "vite build",
"serve": "vite preview",
"generate": "graphql-codegen --config codegen.ts",
"lint": "eslint --ext .tsx,.ts src/ && prettier --check .",
"format": "prettier --write ."
},
"type": "module",
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "6.1.1",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@graphql-codegen/introspection": "5.0.0",
"@graphql-codegen/typescript": "5.0.7",
"@graphql-codegen/typescript-operations": "5.0.7",
"@tailwindcss/postcss": "^4.2.2",
"@types/suncalc": "^1.9.2",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-solid": "^0.14.5",
"postcss": "^8.5.9",
"prettier": "^3.8.2",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^7.3.2",
"vite-plugin-solid": "^2.11.12",
"vite-plugin-solid-svg": "^0.8.1"
},
"dependencies": {
"@ark-ui/solid": "^5.36.0",
"@floating-ui/dom": "^1.7.6",
"@plausible-analytics/tracker": "^0.4.4",
"@solid-primitives/graphql": "^2.2.5",
"@solid-primitives/scheduled": "^1.5.3",
"@solid-primitives/script-loader": "^2.3.2",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.4",
"class-variance-authority": "^0.7.1",
"graphql": "^16.13.2",
"mercator-projection": "^0.0.2",
"solid-floating-ui": "^0.3.1",
"solid-headless": "^0.13.1",
"solid-icons": "1.2.0",
"solid-js": "^1.9.12",
"solid-slider": "^1.3.21",
"suncalc": "^1.9.0"
},
"volta": {
"node": "22.20.0",
"pnpm": "10.18.2"
},
"engines": {
"node": "22"
},
"eslintIgnore": [
"graphql.schema.json"
]
}