forked from commaai/flash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "@commaai/flash",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint ."
},
"packageManager": "bun",
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/svelte": "^5.1.0",
"@vitest/web-worker": "^1.6.0",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "next",
"jsdom": "^24.1.0",
"svelte": "^5.0.0-next.1",
"vite": "^5.0.3",
"vitest": "^1.2.0"
},
"type": "module",
"dependencies": {
"@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"android-fastboot": "github:commaai/fastboot.js#c3ec6fe3c96a48dab46e23d0c8c861af15b2144a",
"autoprefixer": "^10.4.19",
"comlink": "^4.4.1",
"jssha": "^3.3.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"xz-decompress": "^0.2.1"
}
}