-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "dashboard",
"version": "1.0.0",
"license": "AGPL-3.0",
"scripts": {
"build": "vite build",
"postbuild": "node create-htaccess.js",
"dev": "vite",
"eject": "react-scripts eject",
"lint": "eslint src --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
"start": "vite preview"
},
"dependencies": {
"@gouvfr/dsfr": "^1.9.1",
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@reduxjs/toolkit": "^2.1.0",
"@sentry/react": "^7.119.2",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.4",
"dayjs": "^1.11.10",
"downloadjs": "^1.4.7",
"highcharts": "^11.3.0",
"highcharts-react-official": "^3.2.1",
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-datepicker": "^7.3.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^6.1.6",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0",
"react-select": "^5.8.0",
"react-tooltip": "^5.26.0",
"redux": "^5.0.1",
"remixicon": "^4.1.0",
"slugify": "^1.6.6",
"vite": "^5.4.10",
"web-vitals": "^4.2.2"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2"
},
"engines": {
"node": "20.12.2"
}
}