-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.81 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "plusfraichemaville-site",
"version": "1.0.3",
"private": true,
"scripts": {
"predev:start": "only-include-used-icons",
"predev:localAsProd": "only-include-used-icons",
"prebuild": "only-include-used-icons && npx prisma generate",
"dev:db:migrate": "prisma migrate dev",
"dev:db:push": "prisma db push",
"dev:db:generateClient": "prisma generate",
"dev:localAsProd": "rm -rf ./.next && next build && next start",
"db:migrate": "prisma migrate deploy",
"dev:start": "next dev",
"clean": "rm -rf ./.next && rm -rf ./node_modules",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier --check . --ignore-path .prettierignore",
"fixPrettier": "prettier . --write",
"hubspot-sync": "npx tsx ./scripts/hubspot-sync.ts",
"csm-mail-batch": "npx tsx ./scripts/csm-mail-batch.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@codegouvfr/react-dsfr": "^1.16.7",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^3.10.0",
"@hubspot/api-client": "^12.0.1",
"@incubateur-ademe/legal-pages-react": "^0.3.0",
"@nlux/react": "^2.17.1",
"@nlux/themes": "^2.17.1",
"@prisma/client": "^5.22.0",
"@sentry/nextjs": "^8.48.0",
"@splidejs/react-splide": "^0.7.12",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"html-to-image": "^1.11.11",
"jspdf": "^2.5.2",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"next": "15.1.4",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^2.1.0",
"react-markdown": "^9.0.3",
"react-select": "^5.9.0",
"rehype-raw": "^7.0.0",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"swr": "^2.3.0",
"usehooks-ts": "^2.16.0",
"uuid": "^9.0.1",
"zod": "^3.24.1",
"zustand": "^4.5.6"
},
"devDependencies": {
"@types/geojson": "^7946.0.15",
"@types/leaflet": "^1.9.16",
"@types/lodash": "^4.17.14",
"@types/node": "^20.17.12",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react-image-gallery": "^1.2.4",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^9.1.0",
"i": "^0.3.7",
"postcss": "^8.4.49",
"prettier": "3.1.1",
"prettier-plugin-classnames": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.22.0",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"engines": {
"node": "20.14.0",
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
}
}
}