-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 3.03 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 3.03 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
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
{
"name": "duos-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"analyze": "VISUALIZER_PLUGIN=true vite build",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:staged": "eslint $(git diff --name-only --cached | xargs)",
"cypress:open": "CYPRESS_ADMIN=$(cat cypress/fixtures/duos-automation-admin.json) CYPRESS_CHAIR=$(cat cypress/fixtures/duos-automation-chair.json) CYPRESS_MEMBER=$(cat cypress/fixtures/duos-automation-member.json) CYPRESS_RESEARCHER=$(cat cypress/fixtures/duos-automation-researcher.json) CYPRESS_SIGNING_OFFICIAL=$(cat cypress/fixtures/duos-automation-signing-official.json) cypress open",
"cypress:open:component": "cypress open --component",
"cypress:run": "CYPRESS_ADMIN=$(cat cypress/fixtures/duos-automation-admin.json) CYPRESS_CHAIR=$(cat cypress/fixtures/duos-automation-chair.json) CYPRESS_MEMBER=$(cat cypress/fixtures/duos-automation-member.json) CYPRESS_RESEARCHER=$(cat cypress/fixtures/duos-automation-researcher.json) CYPRESS_SIGNING_OFFICIAL=$(cat cypress/fixtures/duos-automation-signing-official.json) cypress run",
"cypress:run:component": "cypress run --component",
"cypress:verify": "cypress verify"
},
"dependencies": {
"@databiosphere/bard-client": "0.1.0",
"@mui/icons-material": "7.3.6",
"@mui/material": "7.3.6",
"@mui/x-data-grid": "8.23.0",
"@mui/x-date-pickers": "8.23.0",
"@tanstack/react-query": "5.90.16",
"ajv": "8.18.0",
"ajv-formats": "3.0.1",
"dayjs": "1.11.19",
"dompurify": "3.3.2",
"lodash": "4.17.23",
"oidc-client-ts": "3.4.1",
"query-string": "9.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "14.3.8",
"react-google-charts": "5.2.1",
"react-markdown": "10.1.0",
"react-modal": "3.16.3",
"react-paginating": "1.4.0",
"react-router-dom": "7.12.0",
"react-select": "5.10.2",
"react-tooltip": "4.5.1",
"stackdriver-errors-js": "0.12.0",
"tss-react": "4.9.20",
"uuid": "13.0.0"
},
"devDependencies": {
"@emotion/styled": "11.14.1",
"@eslint/js": "9.39.2",
"@stylistic/eslint-plugin": "5.6.1",
"@types/lodash": "4.17.21",
"@types/node": "24.10.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-modal": "3.16.3",
"@vitejs/plugin-react": "5.1.2",
"cypress": "15.9.0",
"cypress-vite": "1.8.0",
"eslint": "9.39.2",
"eslint-plugin-cypress": "5.2.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.26",
"globals": "16.5.0",
"google-auth-library": "10.5.0",
"history": "5.3.0",
"jiti": "2.6.1",
"prop-types": "15.8.1",
"rollup-plugin-visualizer": "6.0.5",
"typescript": "5.9.3",
"typescript-eslint": "8.51.0",
"vite": "7.3.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": ">=24.11.1 <25"
},
"type": "module"
}