-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "reconciliation",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://bungeetaco.github.io/reconciliation/",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:github": "cross-env GITHUB_PAGES=true vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "npm run build:github && gh-pages -d dist"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-virtual": "^3.11.2",
"@types/lodash.memoize": "^4.1.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash.memoize": "^4.1.2",
"lucide-react": "^0.474.0",
"next-themes": "^0.4.4",
"papaparse": "^5.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.10",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/localforage": "^0.0.34",
"@types/lodash": "^4.17.14",
"@types/node": "^22.13.0",
"@types/papaparse": "^5.3.15",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.0",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"gh-pages": "^6.0.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"terser": "^5.37.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0"
}
}