-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
142 lines (142 loc) · 4.6 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
140
141
142
{
"name": "artemis-ui",
"description": "Web UI for Artemis",
"version": "1.15.0",
"author": "WMCSO AppSec Team <[email protected]>",
"contributors": [],
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/warnermedia/artemis"
},
"homepage": ".",
"bugs": "https://github.com/warnermedia/artemis/issues",
"dependencies": {
"@date-io/luxon": "^3.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@lingui/core": "^4.14.0",
"@lingui/react": "^4.14.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.132",
"@mui/material": "5.14.11",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "^20.16.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"autosuggest-highlight": "3.3.4",
"axios": "^1.7.9",
"formik": "^2.4.6",
"formik-mui": "5.0.0-alpha.0",
"formik-mui-lab": "^1.0.0",
"luxon": "^3.5.0",
"nanoid": "^5.0.9",
"query-string": "^9.1.1",
"random-material-color": "^1.0.5",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-redux": "^8.1.3",
"react-router-dom": "^6.28.0",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.3.0",
"tss-react": "^4.9.14",
"typeface-roboto": "1.1.13",
"typescript": "~4.9.5",
"yup": "^1.5.0"
},
"devDependencies": {
"@babel/types": "^7.26.3",
"@lingui/cli": "^4.14.0",
"@lingui/macro": "^4.14.0",
"@redocly/cli": "^1.26.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/autosuggest-highlight": "^3.2.3",
"@types/jest": "27.5.2",
"@types/luxon": "^3.4.2",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/redux-logger": "3.0.9",
"@types/webpack-env": "^1.18.5",
"env-cmd": "^10.1.0",
"jest-html-reporter": "^3.10.2",
"markdownlint": "^0.37.1",
"markdownlint-cli2": "^0.16.0",
"miragejs": "^0.1.48",
"prettier": "^3.4.2",
"react-scripts": "^5.0.1",
"source-map-explorer": "^2.5.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "npm run redocly && npm run compile && react-scripts start",
"build": "npm run redocly && npm run compile -- strict && react-scripts build",
"build:nonprod": "npm run redocly && npm run compile -- strict && env-cmd -f ./.env.nonprod react-scripts build",
"test": "npm run compile && react-scripts test --reporters=default --reporters=jest-html-reporter",
"test-debug": "npm run compile && react-scripts --inspect-brk test --runInBand --no-cache",
"test-precommit": "react-scripts test --watchAll=false --env=jsdom --coverage --reporters=default --reporters=jest-html-reporter --silent",
"extract": "lingui extract",
"extract-clean": "lingui extract --clean",
"compile": "lingui compile",
"eslint": "npx eslint \"src/**/*.ts\" \"src/**/*.tsx\"",
"dockerlint": "make dockerlint",
"mdlint": "markdownlint-cli2 README.md",
"redocly": "env-cmd -f ./redocly.env redocly build-docs --output public/api/index.html",
"redocly-lint": "env-cmd -f ./redocly.env redocly lint",
"lint": "npm run eslint && npm run dockerlint && npm run mdlint && npm run redocly-lint",
"prettier-check": "prettier --check \"src/**/*.ts\" \"src/**/*.tsx\"",
"prettier-write": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"precommit": "npm run lint && npm audit --only=prod && npm run prettier-write && npm run extract && npm run compile",
"typescript-check": "npx tsc"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"tools",
"devsecops",
"devops",
"security",
"dso",
"analyzer",
"artemis",
"scan",
"vulnerability",
"secrets",
"linter",
"staticanalysis",
"ui"
],
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!d3-shape)/"
]
},
"jest-html-reporter": {
"pageTitle": "Artemis UI Test Report",
"outputPath": "test-report/index.html",
"includeFailureMsg": true,
"includeSuiteFailure": true,
"includeConsoleLog": true
}
}