-
Notifications
You must be signed in to change notification settings - Fork 3.1k
/
package.json
executable file
·112 lines (112 loc) · 3.38 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
{
"name": "zipkin-lens",
"version": "0.0.1",
"homepage": ".",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/openzipkin/zipkin"
},
"author": "https://gitter.im/openzipkin/zipkin",
"license": "Apache-2.0",
"dependencies": {
"@date-io/moment": "^1.3.7",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@material-ui/core": "^4.1.1",
"@material-ui/data-grid": "4.0.0-alpha.24",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.50",
"@material-ui/pickers": "^3.1.1",
"@material-ui/styles": "^4.1.1",
"@reduxjs/toolkit": "^1.3.4",
"@testing-library/react": "^10.4.9",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^10.4.1",
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/fetch-mock": "^7.3.8",
"@types/node": "^13.13.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/recharts": "^2.0.0",
"@types/redux-mock-store": "^1.0.2",
"@types/shortid": "0.0.29",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.23.0",
"classnames": "^2.2.6",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^2.5.0",
"events": "^3.3.0",
"fetch-mock": "^9.11.0",
"history": "^4.10.1",
"http-proxy-middleware": "^1.0.3",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"prettier": "^2.0.4",
"prop-types": "^15.6.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-i18next": "^14.0.5",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-use": "^14.2.0",
"react-virtualized-auto-sizer": "1.0.7",
"react-window": "^1.8.8",
"recharts": "^2.3.2",
"redux": "^4.0.0",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.14",
"styled-components": "^5.1.1",
"vitest": "^1.2.2",
"vizceral-react": "^4.6.5"
},
"scripts": {
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"start": "vite",
"test": "vitest",
"build": "tsc&& vite build"
},
"browserslist": {
"production": [
">1%",
"not ie 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"happy-dom": "^8.2.6",
"identity-obj-proxy": "^3.0.0",
"typescript": "4.9.4",
"vite": "^4.1.1",
"vite-plugin-eslint": "^1.8.1"
}
}