forked from mm7894215/TokenTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.97 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
66
{
"name": "@tokentracker/dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:ts": "eslint \"src/**/*.{ts,tsx}\"",
"preview": "vite preview",
"screenshot": "node scripts/capture-dashboard-screenshot.mjs",
"compare:baselines": "node scripts/compare-visual-baselines.mjs",
"verify:share-clipboard": "node scripts/verify-share-clipboard.mjs",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@base-ui/react": "1.5.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource/geist-mono": "^5.2.8",
"@insforge/sdk": "^1.2.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"html-to-image": "^1.11.13",
"lucide-react": "^1.17.0",
"metal-fx": "^1.0.4",
"motion": "^12.40.0",
"ogl": "^1.0.11",
"react": "^18.2.0",
"react-day-picker": "^9.14.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.16.0",
"tailwind-merge": "^3.6.0",
"three": "^0.184.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.0.0",
"pixelmatch": "7.2.0",
"playwright": "^1.60.0",
"pngjs": "7.0.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3",
"vite": "^7.3.5",
"vitest": "^2.1.0"
}
}