-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1019 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1019 Bytes
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
{
"name": "@commaai/flash",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives",
"test": "vitest"
},
"engines": {
"node": ">=20.11.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"comlink": "^4.4.1",
"crc-32": "^1.2.2",
"jssha": "^3.3.1",
"solid-js": "^1.8.15",
"xz-decompress": "^0.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"autoprefixer": "10.4.14",
"eslint": "^8.57.0",
"eslint-plugin-solid": "^0.13.1",
"jsdom": "^22.1.0",
"postcss": "^8.4.38",
"@solidjs/testing-library": "^0.5.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.12",
"vite-plugin-solid": "^2.10.1",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.6.0"
}
}