-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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
{
"name": "g2f-dashboard",
"version": "1.2.0",
"private": "false",
"description": "Components, hooks and functions collection for dashboards creation",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "[email protected]:geo2france/g2f-dashboard.git"
},
"author": {
"name": "Jean-Baptiste Desbas",
"email": "[email protected]",
"url": "http://jb.desbas.fr"
},
"licence": "MIT",
"keywords": [
"dashboard",
"territories",
"dataviz"
],
"scripts": {
"tsc": "tsc",
"test": "jest --watchAll"
},
"dependencies": {
"alasql": "^4.5.0",
"axios": "^1.7.4",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"query-string": "~7.1.3",
"react-icons": "^5.2.1",
"react-map-gl": "^7.1.7",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@tanstack/react-query": "^5.51.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"antd": "^5.18.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-router-dom": "^6.25.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"vite": "^5.3.4",
"vite-plugin-svgr": "^4.2.0"
},
"peerDependencies": {
"@tanstack/react-query": "^5.51.11",
"antd": "^5.18.3",
"react": "^18.3.1",
"react-router-dom": "^6.25.1"
}
}