-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.96 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.96 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
{
"name": "filecoin-pin-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"lint": "biome check --no-errors-on-unmatched --files-ignore-unknown=true .",
"lint:fix": "biome check --no-errors-on-unmatched --files-ignore-unknown=true --write .",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-form": "^0.1.8",
"@sentry/react": "^10.34.0",
"@tailwindcss/vite": "^4.1.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"filecoin-pin": "^0.12.0",
"lucide-react": "^0.545.0",
"pino": "^10.0.0",
"pretty-bytes": "^7.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@chromatic-com/storybook": "^4.1.2",
"@eslint/js": "^9.37.0",
"@storybook/addon-a11y": "^10.0.5",
"@storybook/addon-docs": "^10.0.5",
"@storybook/addon-onboarding": "^10.0.5",
"@storybook/addon-vitest": "^10.0.5",
"@storybook/react-vite": "^10.0.5",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.7.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/browser-playwright": "^4.0.7",
"@vitest/coverage-v8": "^4.0.7",
"@vitest/ui": "^4.0.8",
"buffer": "^6.0.3",
"globals": "^16.4.0",
"jsdom": "^27.2.0",
"playwright": "^1.56.1",
"process": "^0.11.10",
"storybook": "^10.0.5",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"vite": "^7.1.9",
"vitest": "^4.0.8"
}
}