-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.51 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
{
"name": "pass-emploi-web",
"version": "5.3.0",
"private": true,
"engines": {
"node": "22.11.0"
},
"scripts": {
"dev": "node server.js | pino-pretty",
"watch": "yarn dev",
"build": "NODE_ENV=production next build",
"build-source-map": "NODE_ENV=production next build && source-map-explorer .next/static/**/*.js",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"test": "TZ=Europe/Paris jest --config jest.config.js --coverage",
"test:watch": "jest --config jest.config.js --watch"
},
"dependencies": {
"@elastic/apm-rum": "5.16.1",
"@elastic/apm-rum-react": "2.0.3",
"@next/bundle-analyzer": "15.1.2",
"crypto-js": "4.2.0",
"dotenv": "16.4.7",
"elastic-apm-node": "4.9.0",
"firebase": "11.1.0",
"html-react-parser": "5.2.1",
"jsonwebtoken": "9.0.2",
"lodash.isequal": "4.5.0",
"luxon": "3.5.0",
"matomo-tracker": "2.2.4",
"next": "15.1.2",
"next-auth": "4.24.11",
"next-logger": "5.0.1",
"next-themes": "0.4.4",
"nextjs-toploader": "3.7.15",
"pino": "9.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"sanitize-html": "2.14.0",
"sharp": "0.33.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash.isequal": "^4.5.8",
"@types/luxon": "^3.4.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/sanitize-html": "^2.13.0",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"pino-pretty": "^13.0.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"source-map-explorer": "^2.5.3",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.2"
},
"browser": {
"elastic-apm-node": false
},
"packageManager": "[email protected]"
}