-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
{
"name": "pluvio",
"version": "1.0.0",
"description": "Application de logging quotidien de la pluviométrie",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"date-fns": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.10.3",
"sql.js": "^1.10.3"
"react-dom": "^19.2.3",
"sql.js": "^1.10.3",
"recharts": "^2.10.3",
"date-fns": "^4.1.0"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^19.2.3",
"@types/node": "^25.0.9",
"@types/sql.js": "^1.4.8",
"@types/jest": "^30.0.0",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@playwright/test": "^1.40.1",
"@vitejs/plugin-react": "^5.1.2",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"jest": "^30.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}