-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.45 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
{
"name": "mle-client",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "react-dsfr update-icons",
"prebuild": "react-dsfr update-icons",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check src",
"lint:format": "biome check src --fix"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.31.0",
"@emotion/server": "^11.11.0",
"@hookform/resolvers": "^5.2.2",
"@socialgouv/matomo-next": "^1.11.0",
"@tanstack/react-query": "^5.90.15",
"better-auth": "^1.4.17",
"@tiptap/extension-link": "^3.17.1",
"@tiptap/extension-underline": "^3.17.1",
"@tiptap/react": "^3.17.1",
"@tiptap/starter-kit": "^3.17.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"dompurify": "^3.3.1",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"next": "^16.1.1",
"next-intl": "^4.6.1",
"nuqs": "^2.8.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.69.0",
"react-hot-toast": "^2.6.0",
"react-leaflet": "^5.0.0",
"recharts": "^3.6.0",
"sharp": "^0.34.5",
"tss-react": "^4.9.20",
"use-debounce": "^10.0.6",
"usehooks-ts": "^3.1.1",
"zod": "^4.2.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@types/leaflet": "^1.9.21",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"sass": "^1.97.1",
"typescript": "^5"
}
}