-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.08 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
60
61
62
63
64
65
66
67
68
{
"name": "fd",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^32.2.0",
"@ag-grid-community/core": "^32.1.0",
"@ag-grid-community/csv-export": "^32.2.0",
"@ag-grid-community/react": "^32.2.0",
"@ag-grid-community/styles": "^32.2.0",
"@fontsource/inter-tight": "^5.1.0",
"@nivo/core": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.1.3",
"@react-spring/web": "^9.7.4",
"@tanstack/react-router": "^1.58.9",
"@types/byte-size": "^8.1.2",
"@types/lodash": "^4.17.9",
"@types/luxon": "^3.4.2",
"byte-size": "^9.0.0",
"clsx": "^2.1.1",
"events": "^3.3.0",
"immer": "^10.1.1",
"jotai": "^2.10.0",
"jotai-immer": "^0.4.1",
"jotai-optics": "^0.4.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"micro-memoize": "^4.1.2",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-use": "^17.5.1",
"react-virtualized-auto-sizer": "^1.0.24",
"use-debounce": "^10.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@tanstack/router-devtools": "^1.58.9",
"@tanstack/router-vite-plugin": "^1.58.4",
"@types/node": "^22.7.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-04bd67a4-20240924",
"eslint-plugin-react-refresh": "^0.4.12",
"optionator": "^0.9.4",
"rollup-plugin-license": "^3.5.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.8",
"vite-plugin-checker": "^0.8.0"
}
}