-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "survey-builder",
"version": "1.2.14",
"license": "MIT",
"type": "module",
"engines": {
"node": "~22"
},
"scripts": {
"release": "commit-and-tag-version",
"predev": "react-dsfr update-icons",
"prebuild": "react-dsfr update-icons",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test-unit": "vitest",
"test-e2e": "playwright test",
"test-ci": "vitest run --coverage & playwright test",
"sync-collaborateurs-startups": "node --env-file=.env.local -r ts-node/register src/bin/syncCollaborateursStartups.ts"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.14.5",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.7",
"@sentry/nextjs": "^8.38.0",
"@sentry/profiling-node": "^8.38.0",
"@socialgouv/matomo-next": "^1.9.2",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.7.7",
"lodash": "^4.17.21",
"next": "^15.0.3",
"react": "^18",
"react-dom": "^18",
"ts-node": "^10.9.2",
"tss-react": "^4.9.13"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/lodash": "^4.17.13",
"@types/node": "^22",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-istanbul": "^2.1.5",
"commit-and-tag-version": "^12.5.0",
"eslint": "^9",
"eslint-config-next": "^15.0.3",
"jsdom": "^25.0.1",
"postcss": "^8",
"sass": "^1.80.7",
"tailwindcss": "^3.4.14",
"typescript": "^5",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5",
"vitest-mock-extended": "^2.0.2"
}
}