-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "iracehud",
"description": "iRacing HUD overlay built in Tauri",
"author": {
"name": "Ivan Kachalkin",
"email": "xikxp1@gmail.com"
},
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"fetch-track-info": "pnpm tsx ./scripts/fetch_track_info.ts"
},
"license": "GPL-3.0-only",
"dependencies": {
"@number-flow/svelte": "^0.2.1",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-autostart": "2.0.0",
"@tauri-apps/plugin-log": "2.0.0",
"@tauri-apps/plugin-store": "2.1.0",
"@tauri-apps/plugin-updater": "2.0.0",
"chart.js": "4.4.6",
"luxon": "3.5.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "3.0.6",
"@sveltejs/kit": "2.8.0",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@tauri-apps/cli": "2.1.0",
"@types/jsdom": "21.1.7",
"@types/luxon": "3.4.2",
"autoprefixer": "10.4.20",
"axios": "1.7.7",
"daisyui": "4.12.14",
"iracing-api": "0.4.4",
"jsdom": "25.0.1",
"postcss": "8.4.49",
"svelte": "5.1.15",
"svelte-check": "4.0.7",
"tailwindcss": "3.4.14",
"tslib": "2.8.1",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vite": "5.4.11"
}
}