-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.48 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
67
68
69
70
71
72
73
{
"name": "compas-ui-v2",
"private": true,
"repository": "https://github.com/InseeFrLab/vite-insee-starter.git",
"license": "MIT",
"version": "1.2.0",
"type": "module",
"scripts": {
"generate-api": "node --experimental-transform-types orval/generate-todos-api-client.ts",
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint ./src",
"preview": "vite preview",
"format": "prettier \"**/*.{ts,tsx,json,md}\" --write",
"format:check": "prettier \"**/*.{ts,tsx,json,md}\" --list-different",
"test": "vitest run --coverage",
"test-dev": "vitest --watch"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "7.3.11",
"@mui/material": "^7.0.0",
"@mui/x-date-pickers": "^8.22.1",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-router": "^1.142.8",
"@tanstack/router-vite-plugin": "^1.166.27",
"axios": "1.18.0",
"date-fns": "^4.3.0",
"dayjs": "^1.11.21",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.5",
"html2canvas": "^1.4.1",
"jspdf": "4.2.1",
"material-react-table": "^3.2.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.70.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tsafe": "^1.8.12",
"vite-envs": "^4.6.2"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.0.16",
"babel-plugin-react-compiler": "^1.0.0",
"brace-expansion": "5.0.8",
"eslint": "10.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.0.0",
"js-yaml": "^5.2.1",
"jsdom": "29.1.1",
"minimatch": "^10.2.5",
"node-fetch": "^3.3.2",
"orval": "8.22.0",
"prettier": "^3.7.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "8.0.16",
"vitest": "^4.1.3"
},
"lastUpdate": "22/07/2026"
}