-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
100 lines (100 loc) · 3.69 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
{
"name": "duos-ui",
"version": "1.0.0",
"private": true,
"dependencies": {
"@databiosphere/bard-client": "0.1.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "5.16.11",
"@mui/material": "5.16.11",
"@mui/utils": "5.16.8",
"@mui/x-date-pickers": "^7.23.1",
"@types/node": "22.10.2",
"@types/react-dom": "18.3.1",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"axios": "1.7.9",
"dayjs": "1.11.13",
"dompurify": "3.2.3",
"js-file-download": "0.4.12",
"lodash": "4.17.21",
"mixin-deep": "2.0.1",
"noty": "3.2.0-beta",
"oidc-client-ts": "3.1.0",
"query-string": "9.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "14.3.5",
"react-ga4": "2.1.0",
"react-google-charts": "5.2.1",
"react-markdown": "9.0.1",
"react-material-icon-svg": "3.20.0",
"react-modal": "3.16.1",
"react-paginating": "1.4.0",
"react-protected-mailto": "1.0.3",
"react-router-dom": "5.3.0",
"react-select": "5.9.0",
"react-tooltip": "4.5.1",
"stackdriver-errors-js": "0.12.0",
"tss-react": "4.9.14",
"usa-states": "0.0.6",
"uuid": "11.0.3",
"voca": "1.4.1"
},
"scripts": {
"analyze": "npm run build; source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"genschemas": "./scripts/compile-jsonschema.sh",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern \"cypress/*\"",
"lint:fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern \"cypress/*\" --fix",
"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"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-plugin": "7.25.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-react": "7.26.3",
"@types/dompurify": "3.2.0",
"@types/history": "5.0.0",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"@types/react-modal": "3.16.3",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/parser": "7.18.0",
"buffer": "6.0.3",
"csstype": "3.1.3",
"cypress": "13.16.1",
"eslint": "8.56.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-react": "7.37.2",
"google-auth-library": "9.15.0",
"history": "5.3.0",
"html-webpack-plugin": "5.6.3",
"prop-types": "15.8.1",
"react-error-overlay": "6.0.11",
"react-router": "5.2.1",
"react-scripts": "5.0.1",
"source-map-explorer": "2.5.3",
"typescript": "4.9.5",
"typescript-eslint": "7.17.0",
"webpack": "5.97.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": ">=22.11.0"
}
}