-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.67 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "ark.starters.spa",
"version": "0.1.0",
"type": "module",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "2.1.3",
"@azure/msal-browser": "3.28.0",
"@chakra-ui/icons": "2.2.4",
"@chakra-ui/react": "2.10.4",
"@chakra-ui/theme-tools": "2.2.6",
"@hookform/resolvers": "3.9.1",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@react-icons/all-files": "4.1.0",
"@reduxjs/toolkit": "2.5.0",
"@tanstack/react-table": "8.20.6",
"chakra-dayzed-datepicker": "0.3.0",
"cross-fetch": "4.1.0",
"date-fns": "4.1.0",
"dayzed": "3.2.3",
"framer-motion": "11.15.0",
"i18next": "24.2.0",
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
"ramda": "0.30.1",
"react": "18.3.1",
"react-copy-to-clipboard": "5.1.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
"react-error-boundary": "5.0.0",
"react-helmet-async": "2.0.5",
"react-i18next": "15.4.0",
"react-icons": "5.4.0",
"react-if": "4.1.5",
"react-redux": "9.2.0",
"react-router-dom": "7.1.1",
"usehooks-ts": "3.1.0",
"zod": "3.24.1",
"zod-i18n-map": "2.27.0"
},
"scripts": {
"start": "concurrently --kill-others --success first \"npm:start:*\"",
"start:connectionStrings": "cross-env NODE_ENV=development PORT=4000 node --watch -- public/connectionStrings.cjs",
"prestart:app": "wait-on --log --timeout 30000 http-get://localhost:4000",
"start:app": "vite",
"build": "tsc && vite build",
"preview": "concurrently \"npm run localSettings\" \"npm run vite-preview\"",
"vite-preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"e2e:start": "cross-env BROWSER=none VITE_MODE=e2e concurrently --kill-others \"npm:start\" \"npm:cypress:open\"",
"e2e:ci": "concurrently --kill-others --success first \"npm:e2e:ci:*\"",
"e2e:ci:app": "cross-env BROWSER=none PORT=4321 VITE_MODE=e2e npm start",
"pree2e:ci:run": "wait-on --log --timeout 120000 http-get://localhost:4321",
"e2e:ci:run": "cross-env CYPRESS_BASE_URL=http://localhost:4321 npm run cypress:run"
},
"devDependencies": {
"@cypress/code-coverage": "3.13.9",
"@eslint/js": "9.17.0",
"@iodigital/vite-plugin-msw": "2.0.0",
"@svgr/plugin-jsx": "8.1.0",
"@svgr/plugin-svgo": "8.1.0",
"@swc/core": "1.10.4",
"@swc/plugin-emotion": "8.0.2",
"@testing-library/cypress": "10.0.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.14",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/node": "22.10.5",
"@types/ramda": "0.30.2",
"@types/react": "18.3.18",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18.3.5",
"@vite-pwa/assets-generator": "0.2.6",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"concurrently": "9.1.2",
"cross-env": "7.0.3",
"cypress": "13.17.0",
"cypress-localstorage-commands": "2.2.7",
"cypress-wait-until": "3.0.2",
"dotenv": "16.4.7",
"eslint": "9.17.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-chai-friendly": "1.0.1",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"jiti": "2.4.2",
"msw": "2.7.0",
"prettier": "3.4.2",
"rollup-plugin-copy": "3.5.0",
"sharp": "0.33.5",
"svgo": "3.3.2",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"vite": "6.0.7",
"vite-plugin-eslint2": "5.0.3",
"vite-plugin-i18n-ally": "5.2.9",
"vite-plugin-image-optimizer": "1.1.8",
"vite-plugin-legacy-swc": "1.2.3",
"vite-plugin-preload": "0.4.2",
"vite-plugin-pwa": "0.21.1",
"vite-plugin-react-click-to-component": "3.0.1",
"vite-plugin-static-copy": "2.2.0",
"vite-plugin-svgr": "4.3.0",
"vitest": "2.1.8",
"wait-on": "8.0.1",
"web-vitals": "4.2.4"
},
"overrides": {
"@vite-pwa/assets-generator": {
"sharp": "0.33.5"
}
},
"engineStrict": true,
"engines": {
"node": "22.x",
"npm": ">=10"
}
}