-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "home-automation-ui-react",
"version": "1.0.4",
"private": true,
"dependencies": {
"@csstools/normalize.css": "csstools/normalize.css",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mdi/font": "^7.4.47",
"@mui/material": "^9.0.0",
"bootstrap": "^5.3.8",
"minimatch": "^10.2.5",
"react": "^19.2.5",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.2",
"redux-thunk": "^3.1.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ci": "vitest run --coverage",
"test:coverage": "vitest run --coverage --reporter=verbose"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.5",
"jsdom": "^29.0.2",
"prettier": "^3.8.3",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"typescript": "^6.0.3",
"vite": "^8.0.9",
"vitest": "^4.1.5"
}
}