-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "react-audit-log-viewer",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"start": "vite",
"start:ci": "npm start -- --port 8080",
"build": "tsc && vite build",
"test": "vitest",
"cypress:ci": "start-server-and-test \"npm run start:ci\" http://localhost:8080 \"npm run cypress:run\"",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"cypress:info": "cypress info"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@pangeacyber/react-mui-audit-log-viewer": "1.0.10",
"@pangeacyber/react-mui-branding": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "15.0.7",
"@tsconfig/cypress": "1.0.2",
"@tsconfig/vite-react": "3.4.0",
"@types/react-dom": "18.3.6",
"@vitejs/plugin-react": "4.4.1",
"cypress": "14.3.1",
"happy-dom": "17.4.4",
"start-server-and-test": "2.0.11",
"typescript": "5.8.3",
"vite": "6.3.2",
"vitest": "3.1.2"
}
}