-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "frame-time-analysis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^7.4.1",
"@mantine/hooks": "^7.4.1",
"@sgratzl/chartjs-chart-boxplot": "^4.2.8",
"@tabler/icons-react": "^3.0.0",
"chart.js": "^4.4.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.0.1",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"react": "^19.1.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/file-saver": "^2.0.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0",
"eslint-plugin-react-dom": "^1.52.3",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-react-x": "^1.52.3",
"globals": "^16.3.0",
"postcss": "^8.4.33",
"postcss-preset-mantine": "^1.12.3",
"postcss-simple-vars": "^7.0.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6",
"vite-plugin-checker": "^0.10.2"
}
}