-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.52 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
87
88
89
90
91
92
93
94
95
{
"name": "obd-tools",
"version": "1.0.0",
"description": "A collection of tools for working with OBD-II data.",
"type": "module",
"private": true,
"author": "@itsEzz",
"license": "MIT",
"homepage": "https://github.com/itsEzz/obd-tools#readme",
"repository": {
"type": "git",
"url": "https://github.com/itsEzz/obd-tools.git"
},
"bugs": {
"url": "https://github.com/itsEzz/obd-tools/issues"
},
"keywords": [
"svelte",
"sveltekit",
"tailwindcss",
"vite",
"obd",
"obd-ii",
"obdeleven",
"vag",
"automotive-diagnostics",
"tools"
],
"engines": {
"node": ">=20.0.0",
"pnpm": ">=11.0.0"
},
"packageManager": "pnpm@11.8.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"machine-translate": "pnpm dlx @inlang/cli machine translate --project project.inlang",
"sc:update": "pnpm dlx shadcn-svelte@latest update"
},
"dependencies": {
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"pino-roll": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@inlang/paraglide-js": "^2.20.2",
"@internationalized/date": "^3.12.2",
"@itsezz/try-catch": "^1.4.0",
"@scalar/sveltekit": "^0.3.6",
"@sveltejs/adapter-node": "^5.5.7",
"@sveltejs/kit": "^2.68.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^26.0.1",
"bits-ui": "^2.18.1",
"clsx": "^2.1.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.20.0",
"formsnap": "^2.0.1",
"globals": "^17.7.0",
"mode-watcher": "^1.1.0",
"phosphor-svelte": "^3.1.0",
"prettier": "^3.8.4",
"prettier-plugin-svelte": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"runed": "^0.37.1",
"shadcn-svelte": "^1.3.0",
"svelte": "^5.56.4",
"svelte-check": "^4.7.1",
"svelte-seo": "^2.0.0",
"svelte-sonner": "^1.1.1",
"sveltekit-rate-limiter": "^0.7.0",
"sveltekit-superforms": "^2.30.1",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0",
"vaul-svelte": "1.0.0-next.7",
"vite": "^8.1.0",
"xregexp": "^5.1.2",
"zod": "^4.4.3",
"zod-openapi": "^6.0.0"
}
}