-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 932 Bytes
/
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
{
"name": "candidat",
"version": "1.0.0",
"license": "AGPL-3.0",
"scripts": {
"build": "vite build",
"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.12.1",
"@reduxjs/toolkit": "^2.3.0",
"@vitejs/plugin-react": "^4.3.3",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"downloadjs": "^1.4.7",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.10",
"react-loader-spinner": "^6.1.6",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"redux": "^5.0.1",
"vite": "^5.4.11",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"eslint-plugin-react": "^7.33.2"
},
"engines": {
"node": "20.12.2"
}
}