-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.57 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
{
"name": "interop-dashboard-frontend",
"version": "1.1.10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-dev": "tsc && vite build --mode development",
"preview": "vite build --mode development && vite preview --mode development",
"test": "vitest run",
"coverage": "vitest run --coverage",
"generate-types": "node scripts/open-api-type-generator.js",
"crawling-guide-links": "node scripts/guide-crawl/index.js"
},
"dependencies": {
"@date-io/date-fns": "^2.17.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.15",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.144",
"@mui/material": "^5.14.9",
"@mui/system": "^5.14.9",
"@mui/x-date-pickers": "^6.13.0",
"@pagopa/interop-fe-commons": "^1.4.6",
"@pagopa/mui-italia": "^1.2.0",
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.6.0",
"date-fns": "^2.30.0",
"i18next": "^23.5.1",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.49.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.46.1",
"react-i18next": "^13.2.2",
"react-router-dom": "latest",
"ts-pattern": "^5.2.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/autosuggest-highlight": "^3.2.0",
"@types/lodash": "^4.14.198",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "^20.6.0",
"@types/qs": "^6.9.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.1",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.4",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"history": "^5.3.0",
"jsdom": "^22.1.0",
"marked": "^9.0.0",
"msw": "^1.3.1",
"node-html-parser": "^6.1.9",
"prettier": "^3.0.3",
"react-test-renderer": "^18.2.0",
"rollup-plugin-visualizer": "^5.9.2",
"swagger-typescript-api": "^13.0.3",
"typescript": "^5.2.2",
"vitest": "^0.34.4",
"vite": "^4.5.9"
}
}