-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "site-vitrine",
"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",
"test": "vitest --run",
"test:watch": "vitest --watch",
"test:coverage": "npm test -- --coverage"
},
"dependencies": {
"@gouvfr-anct/cartographie-nationale": "^5.22.0",
"@gouvfr/dsfr": "1.12.1",
"@reduxjs/toolkit": "^2.3.0",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"react-tooltip": "^5.28.0",
"redux": "^5.0.1",
"vite": "^5.4.14",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-istanbul": "^2.1.9",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-vitest": "^0.4.1",
"jsdom": "^25.0.1",
"vitest": "^2.1.9",
"vitest-dom": "^0.1.1",
"esbuild": "^0.25.0"
},
"engines": {
"node": "20.12.2"
}
}