-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "browsers-party",
"author": "Pavlos Vinieratos",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"format": "bun x biome format --write",
"lint": "bun x biome lint --write",
"check": "bun x biome check --write"
},
"dependencies": {
"@fontsource/iosevka": "^5.1.0",
"@phosphor-icons/react": "^2.1.7",
"@tanstack/react-table": "^8.20.5",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"posthog-js": "^1.174.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-papaparse": "^4.4.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/lodash": "^4.17.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"trustedDependencies": ["@biomejs/biome"]
}