-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.82 KB
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
{
"name": "lunatic-pdf-api",
"version": "1.6.3",
"description": "",
"scripts": {
"dev:preview": "vite",
"dev": "tsx watch src/server.ts",
"build": "tsc",
"start": "cross-env NODE_ENV=production node dist/server.js",
"test": "vitest --config vitest.config.ts",
"test:coverage": "vitest run --coverage",
"test:run": "vitest run --config vitest.config.ts"
},
"keywords": [],
"author": "Insee",
"license": "MIT",
"packageManager": "pnpm@11.8.0",
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/express": "^5.0.5",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/supertest": "^7.0.0",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "4.1.0",
"@vitest/ui": "^4.0.6",
"cross-env": "^10.1.0",
"eslint": "^10.0.0",
"happy-dom": "^20.0.10",
"jest": "^30.2.0",
"prettier": "^3.6.2",
"react-dom": "^19.2.7",
"supertest": "^7.1.4",
"ts-jest": "^29.4.5",
"tsx": "^4.20.6",
"typescript": "^6.0.0",
"vite": "^7.1.12",
"vitest": "^4.0.6"
},
"dependencies": {
"@ag-media/react-pdf-table": "^2.0.3",
"@inseefr/lunatic": "^3.13.4",
"@react-pdf/renderer": "^4.5.1",
"@react-pdf/stylesheet": "^6.2.1",
"dotenv": "^17.4.2",
"express": "^5.1.0",
"express-jwt": "^8.5.1",
"helmet": "^8.2.0",
"jwks-rsa": "^4.0.0",
"react": "^19.2.7",
"react-error-boundary": "^6.1.2",
"react-markdown": "^10.1.0",
"swagger-jsdoc": "^6.3.0",
"swagger-ui-express": "^5.0.1",
"winston": "^3.18.3"
},
"volta": {
"node": "24.18.0"
}
}