-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.29 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
{
"name": "carnets",
"private": true,
"version": "2.4.5",
"homepage": "https://github.com/SocialGouv/carnets",
"repository": "[email protected]:SocialGouv/carnets.git",
"author": "Incubateur des Ministères Sociaux <[email protected]> (https://incubateur.social.gouv.fr)",
"bugs": "https://github.com/SocialGouv/carnets/issues",
"license": "Apache-2.0",
"scripts": {
"lint": "next lint",
"test": "vitest run --coverage",
"predev": "only-include-used-icons",
"prebuild": "only-include-used-icons",
"start": "node --stack-size=2000 ./node_modules/.bin/next start",
"dev": "node --stack-size=2000 ./node_modules/.bin/next dev",
"build": "node --stack-size=2000 ./node_modules/.bin/next build"
},
"dependencies": {
"@codegouvfr/react-dsfr": "1.2.2",
"@opentelemetry/exporter-trace-otlp-http": "^0.50.0",
"@opentelemetry/instrumentation-http": "^0.52.0",
"@opentelemetry/instrumentation-net": "^0.37.0",
"@opentelemetry/resources": "^1.23.0",
"@opentelemetry/sdk-node": "^0.50.0",
"@opentelemetry/sdk-trace-node": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.23.0",
"@sentry/nextjs": "^7.110.1",
"@sentry/opentelemetry-node": "^7.110.1",
"@socialgouv/matomo-next": "1.8.0",
"chart.js": "4.4.1",
"date-fns": "2.30.0",
"github-markdown-css": "5.5.0",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"jsonwebtoken": "9.0.2",
"next": "14.1.3",
"next-auth": "4.24.5",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-markdown": "9.0.1",
"remark-gfm": "4.0.0",
"sharp": "0.33.2"
},
"devDependencies": {
"@testing-library/react": "14.1.2",
"@types/jsonwebtoken": "9.0.5",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.2",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-config-next": "14.0.2",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"jsdom": "24.0.0",
"postcss": "8.4.32",
"prettier": "3.1.0",
"sass": "1.69.5",
"tailwindcss": "3.3.6",
"typescript": "5.3.3",
"vitest": "1.2.1"
},
"packageManager": "[email protected]"
}