forked from kubeshop/testkube-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 4.95 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "testkube-dashboard",
"version": "1.8.0",
"author": "Kubeshop",
"description": "Simple dashboard for TestKube",
"contributors": [
],
"repository": {
"type": "git",
"url": "[email protected]:kubeshop/testkube-dashboard.git"
},
"resolutions": {
"react-error-overlay": "6.0.9",
"minimist": "1.2.6",
"immer": "9.0.12"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@craco/craco": "6.3.0",
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@trivago/prettier-plugin-sort-imports": "^3.1.0",
"@types/jest": "27.0.2",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "17.0.12",
"@types/react": "18.0.9",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "18.0.5",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "5.3.3",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/react-transition-group": "4.4.4",
"@types/redux-logger": "3.0.9",
"@types/styled-components": "5.1.18",
"@types/uuid": "8.3.4",
"craco-alias": "3.0.1",
"craco-less": "1.20.0",
"cypress": "8.7.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.26",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-unused-imports": "1.1.3",
"file-loader": "6.2.0",
"husky": "7.0.4",
"json-server": "0.17.0",
"less": "4.1.2",
"netlify-plugin-cypress": "2.2.0",
"prettier": "2.6.2",
"react-error-overlay": "6.0.9",
"react-scripts": "4.0.3",
"stylelint": "14.8.2",
"stylelint-config-recommended": "7.0.0",
"stylelint-config-standard": "25.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "4.6.4"
},
"dependencies": {
"@ant-design/charts": "1.3.6",
"@ant-design/icons": "4.7.0",
"@fingerprintjs/fingerprintjs": "^3.3.5",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@reduxjs/toolkit": "1.8.1",
"@segment/analytics-next": "^1.43.0",
"ansi-to-react": "^6.1.6",
"antd": "^4.23.6",
"axios": "0.27.2",
"classnames": "2.3.1",
"date-fns": "^2.28.0",
"framer-motion": "^4.1.17",
"ga-4-react": "0.1.281",
"lodash.debounce": "^4.0.8",
"loglevel": "1.8.0",
"moment": "2.29.3",
"nanoid": "^4.0.0",
"posthog-js": "^1.34.0",
"query-string": "7.1.1",
"react": "18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "18.1.0",
"react-helmet": "^6.1.0",
"react-redux": "8.0.1",
"react-router-dom": "6.3.0",
"react-select": "^5.4.0",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "4.4.2",
"react-use-websocket": "^4.2.0",
"redux-logger": "3.0.6",
"strip-ansi": "^7.0.1",
"styled-components": "5.3.5",
"uuid": "8.3.2",
"web-vitals": "2.1.4"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "sh scripts/env.sh && cp env-config.js ./public/ && npm run less && craco start",
"build": "CI=false && npm run less && craco --max_old_space_size=4096 build",
"test": "craco test --watchAll=false",
"test:watch": "jest --watch --detectOpenHandles",
"test:coverage": "jest -- --coverage --watchAll=false",
"test:update": "jest --updateSnapshot",
"eject": "react-scripts eject",
"lint": "npm run lint:config && npm run lint:src ",
"lint:config": "eslint .",
"lint:src": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"lintfix": "eslint --fix \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"stylelint": "stylelint \"./src/**/*.tsx\"",
"precommit": "npm run lint",
"format:all": "prettier --write \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major",
"cy:test:demo": "cypress run",
"cy:test:dev": "cypress run -c baseUrl=http://localhost:3000",
"cy:open:demo": "cypress open",
"cy:open:dev": "cypress open -c baseUrl=http://localhost:3000",
"less": "lessc --js src/antd-theme/antd-customized.less src/antd-theme/antd-customized.css"
},
"lint-staged": {
"\"{src,test}/**/*.{js,jsx,ts,tsx}\"": [
"eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\" --fix",
"git add"
],
".": [
"eslint . --fix",
"git add"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}