-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.62 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
{
"name": "secretariat",
"version": "1.57.35",
"engines": {
"node": "18"
},
"private": true,
"homepage": "https://github.com/SocialGouv/secretariat",
"repository": "[email protected]:SocialGouv/secretariat.git",
"author": "Incubateur des Ministères Sociaux <[email protected]> (https://incubateur.social.gouv.fr)",
"bugs": "https://github.com/SocialGouv/secretariat/issues",
"license": "Apache-2.0",
"dependencies": {
"@octokit/rest": "19.0.5",
"@octokit/types": "8.0.0",
"@sentry/nextjs": "7.84.0",
"@socialgouv/matomo-next": "1.5.0",
"date-fns": "2.28.0",
"debounce-fn": "4.0.0",
"generate-password": "1.7.0",
"graphql": "16.8.1",
"graphql-request": "3.7.0",
"jsonwebtoken": "9.0.0",
"lodash": "4.17.21",
"next": "12.3.4",
"next-auth": "4.20.1",
"ovh": "2.0.3",
"p-debounce": "2.1.0",
"p-map": "4.0.0",
"p-reduce": "2.1.0",
"pino": "8.16.2",
"pino-http": "8.5.1",
"react": "17.0.2",
"react-dnd": "15.1.2",
"react-dnd-html5-backend": "15.1.3",
"react-dom": "17.0.2",
"react-modal": "3.14.4",
"react-spring": "9.4.5",
"react-toastify": "9.1.3",
"sass": "1.49.11",
"sharp": "0.30.7",
"spinthatshit": "1.0.4",
"swr": "1.2.2",
"zod": "3.21.4"
},
"resolutions": {
"async": "3.2.4",
"@types/react": "17.0.53"
},
"scripts": {
"dev": "FORCE_COLOR=true next dev | pino-pretty",
"build": "next build",
"start": "next start",
"lint": "next lint --dir src",
"test": "vitest",
"postinstall": "is-ci || husky install"
},
"devDependencies": {
"@react-spring/types": "9.6.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@types/jsonwebtoken": "8.5.9",
"@types/lodash": "4.14.195",
"@types/node": "20.10.3",
"@types/react": "17.0.53",
"@types/react-modal": "3.13.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.13",
"eslint": "8.31.0",
"eslint-config-next": "12.3.4",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"is-ci": "3.0.1",
"jest": "27.5.1",
"msw": "2.0.8",
"node-mocks-http": "1.12.1",
"node-talisman": "1.29.7",
"pino-pretty": "10.2.3",
"postcss": "8.4.31",
"prettier": "2.8.4",
"stylelint": "14.16.1",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-standard-scss": "3.0.0",
"tailwindcss": "3.2.6",
"typescript": "4.9.5",
"vitest": "1.0.4",
"whatwg-fetch": "3.6.2"
},
"packageManager": "[email protected]"
}