-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.62 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
{
"name": "reactjs_starter_kit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"postinstall": "node ./node_modules/@axa-fr/react-oidc/bin/copy-service-worker-files.mjs public"
},
"dependencies": {
"@axa-fr/react-oidc": "^7.25.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "^7.4.1"
},
"devDependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@eslint/js": "9.23.0",
"@fontsource/roboto": "5.2.5",
"@mui/icons-material": "6.4.8",
"@mui/material": "6.4.8",
"@tailwindcss/postcss": "4.0.15",
"@tailwindcss/vite": "4.0.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@vitejs/plugin-react": "4.3.4",
"@vitest/browser": "^3.1.1",
"axios": "^1.8.4",
"axios-cache-interceptor": "^1.7.0",
"axios-retrofit": "^2.0.2",
"eslint": "9.23.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "16.0.0",
"inversify": "^7.4.0",
"jest": "^29.7.0",
"jest-cucumber": "^4.5.0",
"lucide-react": "^0.487.0",
"path": "^0.12.7",
"playwright": "^1.51.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"tailwindcss": "4.0.15",
"typescript": "5.8.2",
"typescript-eslint": "8.28.0",
"vite": "6.2.3",
"vitest": "^3.1.1",
"vitest-browser-react": "^0.1.1"
}
}