-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
161 lines (161 loc) · 5.44 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@app/web",
"version": "0.1.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"dev": "pnpm --silent with-env next dev",
"build": "pnpm --silent with-env next build",
"build:analyze": "ANALYZE=true pnpm --silent with-env next build",
"modclean": "modclean -Pr",
"modclean:root": "modclean -Pr -p ./../..",
"start": "next start",
"lint": "eslint src && ../../packages/lint/node_modules/.bin/stylelint \"src/**/*.css\"",
"lint:eslint": "eslint src",
"lint:style": "../../packages/lint/node_modules/.bin/stylelint \"src/**/*.css\"",
"tsc": "tsc --noEmit",
"postinstall": "pnpm --silent setup:dsfr && pnpm --silent prisma generate",
"setup:dsfr": "bash ../../setup-dsfr.sh",
"test": "jest -c jest.unit.config.ts",
"test:integration": "jest -c jest.integration.config.ts --passWithNoTests --runInBand",
"with-env": "dotenv -e ../../.env --",
"with-remote-env": "dotenv -e ../../.env.remote -e ../../.env --",
"prisma": "pnpm --silent with-env prisma",
"cy": "pnpm --silent with-env cypress",
"standalone:configure": "cp -R ./public ./.next/standalone/apps/web/public && cp -R ./.next/static ./.next/standalone/apps/web/.next/static",
"standalone:start": "HOSTNAME=\"0.0.0.0\" ../../node_modules/.bin/dotenv -e ../../.env -- node ./.next/standalone/apps/web/server.js"
},
"engines": {
"node": "^22.9"
},
"dependencies": {
"@app/emails": "workspace:^",
"@auth/core": "0.34.2",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@aws-sdk/signature-v4-crt": "^3.635.0",
"@codegouvfr/react-dsfr": "^1.13.6",
"@fastify/busboy": "^3.0.0",
"@gouvfr-anct/lieux-de-mediation-numerique": "^2.0.1",
"@gouvfr-anct/timetable-to-osm-opening-hours": "^2.1.0",
"@gouvfr/dsfr": "^1.12.1",
"@hookform/resolvers": "^3.9.0",
"@luma-team/mjml-react": "0.3.0-0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^14.2.6",
"@prisma/client": "^5.20.0",
"@react-spring/web": "^9.7.4",
"@sentry/browser": "^8.33.1",
"@sentry/nextjs": "^8.33.1",
"@tanstack/react-query": "^5.52.2",
"@tiptap/react": "^2.6.6",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"aws-crt": "^1.21.8",
"axios": "^1.7.5",
"change-case": "^5.4.4",
"classnames": "^2.5.1",
"client-only": "^0.0.1",
"cookie": "^0.6.0",
"copy": "^0.3.2",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.1",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
"deep-object-diff": "^1.1.9",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"encoding": "^0.1.13",
"env-var": "^7.5.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"fuse.js": "^7.0.0",
"html-minifier": "^4.0.0",
"html-to-text": "^9.0.5",
"js-cookie": "^3.0.5",
"js-file-downloader": "^1.1.25",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"maplibre-gl": "^4.6.0",
"mjml": "^4.15.3",
"mjml-react": "^2.0.8",
"nanoid": "^5.0.7",
"next": "^14.2.13",
"next-auth": "4.24.7",
"node-html-parser": "^6.1.13",
"nodemailer": "^6.9.14",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.2.0",
"postcss-preset-env": "^9.6.0",
"prisma": "^5.20.0",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.13.1",
"react-loader-spinner": "^6.1.6",
"react-swipeable": "^7.0.1",
"react-textarea-autosize": "8.5.3",
"react-use-css-custom-property": "^0.1.1",
"recharts": "^2.12.7",
"sanitize-html": "^2.13.0",
"scroll-into-view-if-needed": "^3.1.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"smooth-scroll-into-view-if-needed": "^2.0.2",
"superjson": "2.2.1",
"typescript-plugin-css-modules": "^5.1.0",
"uglify-js": "^3.19.2",
"undici": "^6.19.8",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@keycloak/keycloak-admin-client": "^25.0.4",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@testing-library/jest-dom": "^6.5.0",
"@types/cookie": "^0.6.0",
"@types/file-saver": "^2.0.7",
"@types/html-to-text": "^9.0.4",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash-es": "^4.17.12",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.5.0",
"@types/nodemailer": "^6.4.15",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.13.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^10.0.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-mock": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"joi": "^17.13.3",
"modclean": "3.0.0-beta.1",
"react-is": "^18.3.1",
"require-from-string": "^2.0.2",
"style-loader": "^4.0.0",
"ts-jest": "^29.2.5",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
}
}