|
1 | 1 | { |
2 | | - "name": "portal-ui", |
3 | | - "version": "0.1.0", |
4 | | - "homepage": ".", |
5 | | - "private": true, |
6 | | - "dependencies": { |
7 | | - "@date-io/moment": "1.x", |
8 | | - "@emotion/react": "^11.4.1", |
9 | | - "@emotion/styled": "^11.3.0", |
10 | | - "@hot-loader/react-dom": "17.0.1", |
11 | | - "@mui/icons-material": "^5.0.4", |
12 | | - "@mui/lab": "^5.0.0-alpha.30", |
13 | | - "@mui/material": "^5.0.4", |
14 | | - "@mui/styled-engine-sc": "^5.0.3", |
15 | | - "@mui/styles": "^5.0.1", |
16 | | - "@types/history": "^4.7.3", |
17 | | - "@types/jest": "24.0.23", |
18 | | - "@types/lodash": "^4.14.149", |
19 | | - "@types/node": "12.12.8", |
20 | | - "@types/react": "17.0.0", |
21 | | - "@types/react-copy-to-clipboard": "^4.3.0", |
22 | | - "@types/react-dom": "16.9.4", |
23 | | - "@types/react-grid-layout": "^1.1.1", |
24 | | - "@types/react-redux": "^7.1.5", |
25 | | - "@types/react-router": "^5.1.3", |
26 | | - "@types/react-router-dom": "^5.1.2", |
27 | | - "@types/react-virtualized": "^9.21.10", |
28 | | - "@types/superagent": "^4.1.12", |
29 | | - "@types/webpack-env": "^1.14.1", |
30 | | - "@types/websocket": "^1.0.0", |
31 | | - "ansi-to-react": "^6.0.5", |
32 | | - "chart.js": "^2.9.3", |
33 | | - "codemirror": "^5.52.2", |
34 | | - "history": "^4.10.1", |
35 | | - "local-storage-fallback": "^4.1.1", |
36 | | - "lodash": "^4.17.21", |
37 | | - "moment": "^2.29.1", |
38 | | - "react": "^17.0.2", |
39 | | - "react-async-hook": "^3.6.1", |
40 | | - "react-chartjs-2": "^2.9.0", |
41 | | - "react-codemirror2": "^7.1.0", |
42 | | - "react-copy-to-clipboard": "^5.0.2", |
43 | | - "react-dom": "17.0.1", |
44 | | - "react-grid-layout": "^1.2.0", |
45 | | - "react-hot-loader": "^4.13.0", |
46 | | - "react-moment": "^1.1.1", |
47 | | - "react-redux": "^7.1.3", |
48 | | - "react-router-dom": "^5.1.2", |
49 | | - "react-virtualized": "^9.22.2", |
50 | | - "react-window-infinite-loader": "^1.0.5", |
51 | | - "recharts": "^2.1.1", |
52 | | - "redux": "^4.0.5", |
53 | | - "redux-thunk": "^2.3.0", |
54 | | - "styled-components": "^5.3.1", |
55 | | - "superagent": "^6.1.0", |
56 | | - "typeface-roboto": "^0.0.75", |
57 | | - "use-debounce": "^5.0.1", |
58 | | - "websocket": "^1.0.31" |
59 | | - }, |
60 | | - "scripts": { |
61 | | - "start": "PORT=5005 react-app-rewired start", |
62 | | - "build": "react-scripts build", |
63 | | - "test": "react-scripts test", |
64 | | - "eject": "react-scripts eject" |
65 | | - }, |
66 | | - "eslintConfig": { |
67 | | - "extends": "react-app" |
68 | | - }, |
69 | | - "browserslist": { |
70 | | - "production": [ |
71 | | - ">0.2%", |
72 | | - "not dead", |
73 | | - "not op_mini all" |
74 | | - ], |
75 | | - "development": [ |
76 | | - "last 1 chrome version", |
77 | | - "last 1 firefox version", |
78 | | - "last 1 safari version" |
79 | | - ] |
80 | | - }, |
81 | | - "proxy": "http://localhost:9090/", |
82 | | - "devDependencies": { |
83 | | - "react-scripts": "4.0.3", |
84 | | - "react-app-rewire-hot-loader": "^2.0.1", |
85 | | - "react-app-rewired": "^2.1.6", |
86 | | - "@types/recharts": "^1.8.22", |
87 | | - "prettier": "2.3.2", |
88 | | - "typescript": "^4.4.3" |
89 | | - }, |
90 | | - "resolutions": { |
91 | | - "@types/jest/**/ansi-regex": "^5.0.1", |
92 | | - "react-scripts/**/ansi-regex": "^5.0.1", |
93 | | - "react-scripts/**/nth-check": "^2.0.1", |
94 | | - "react-scripts/**/set-value": "^4.0.1", |
95 | | - "react-scripts/**/immer": "^9.0.6", |
96 | | - "react-scripts/**/glob-parent": "^5.1.2", |
97 | | - "react-scripts/**/browserslist": "^4.16.5" |
98 | | - } |
| 2 | + "name": "portal-ui", |
| 3 | + "version": "0.1.0", |
| 4 | + "homepage": ".", |
| 5 | + "private": true, |
| 6 | + "dependencies": { |
| 7 | + "@date-io/moment": "1.x", |
| 8 | + "@emotion/react": "^11.4.1", |
| 9 | + "@emotion/styled": "^11.3.0", |
| 10 | + "@hot-loader/react-dom": "17.0.1", |
| 11 | + "@mui/icons-material": "^5.0.4", |
| 12 | + "@mui/lab": "^5.0.0-alpha.30", |
| 13 | + "@mui/material": "^5.0.4", |
| 14 | + "@mui/styled-engine-sc": "^5.0.3", |
| 15 | + "@mui/styles": "^5.0.1", |
| 16 | + "@types/history": "^4.7.3", |
| 17 | + "@types/jest": "24.0.23", |
| 18 | + "@types/lodash": "^4.14.149", |
| 19 | + "@types/node": "12.12.8", |
| 20 | + "@types/react": "17.0.0", |
| 21 | + "@types/react-copy-to-clipboard": "^4.3.0", |
| 22 | + "@types/react-dom": "16.9.4", |
| 23 | + "@types/react-grid-layout": "^1.1.1", |
| 24 | + "@types/react-redux": "^7.1.5", |
| 25 | + "@types/react-router": "^5.1.3", |
| 26 | + "@types/react-router-dom": "^5.1.2", |
| 27 | + "@types/react-virtualized": "^9.21.10", |
| 28 | + "@types/superagent": "^4.1.12", |
| 29 | + "@types/webpack-env": "^1.14.1", |
| 30 | + "@types/websocket": "^1.0.0", |
| 31 | + "ansi-to-react": "^6.0.5", |
| 32 | + "chart.js": "^2.9.3", |
| 33 | + "codemirror": "^5.52.2", |
| 34 | + "history": "^4.10.1", |
| 35 | + "local-storage-fallback": "^4.1.1", |
| 36 | + "lodash": "^4.17.21", |
| 37 | + "moment": "^2.29.1", |
| 38 | + "react": "^17.0.2", |
| 39 | + "react-async-hook": "^3.6.1", |
| 40 | + "react-chartjs-2": "^2.9.0", |
| 41 | + "react-codemirror2": "^7.1.0", |
| 42 | + "react-copy-to-clipboard": "^5.0.2", |
| 43 | + "react-dom": "17.0.1", |
| 44 | + "react-grid-layout": "^1.2.0", |
| 45 | + "react-hot-loader": "^4.13.0", |
| 46 | + "react-moment": "^1.1.1", |
| 47 | + "react-redux": "^7.1.3", |
| 48 | + "react-router-dom": "^5.1.2", |
| 49 | + "react-virtualized": "^9.22.2", |
| 50 | + "react-window-infinite-loader": "^1.0.5", |
| 51 | + "recharts": "^2.1.1", |
| 52 | + "redux": "^4.0.5", |
| 53 | + "redux-thunk": "^2.3.0", |
| 54 | + "styled-components": "^5.3.1", |
| 55 | + "superagent": "^6.1.0", |
| 56 | + "typeface-roboto": "^0.0.75", |
| 57 | + "use-debounce": "^5.0.1", |
| 58 | + "websocket": "^1.0.31" |
| 59 | + }, |
| 60 | + "scripts": { |
| 61 | + "start": "PORT=5005 react-app-rewired start", |
| 62 | + "build": "react-scripts build", |
| 63 | + "test": "react-scripts test", |
| 64 | + "eject": "react-scripts eject" |
| 65 | + }, |
| 66 | + "eslintConfig": { |
| 67 | + "extends": "react-app" |
| 68 | + }, |
| 69 | + "browserslist": { |
| 70 | + "production": [ |
| 71 | + ">0.2%", |
| 72 | + "not dead", |
| 73 | + "not op_mini all" |
| 74 | + ], |
| 75 | + "development": [ |
| 76 | + "last 1 chrome version", |
| 77 | + "last 1 firefox version", |
| 78 | + "last 1 safari version" |
| 79 | + ] |
| 80 | + }, |
| 81 | + "proxy": "http://localhost:9090/", |
| 82 | + "devDependencies": { |
| 83 | + "@types/recharts": "^1.8.22", |
| 84 | + "prettier": "2.3.2", |
| 85 | + "react-app-rewire-hot-loader": "^2.0.1", |
| 86 | + "react-app-rewired": "^2.1.6", |
| 87 | + "react-scripts": "4.0.3", |
| 88 | + "typescript": "^4.4.3" |
| 89 | + }, |
| 90 | + "resolutions": { |
| 91 | + "@types/jest/**/ansi-regex": "^5.0.1", |
| 92 | + "react-scripts/**/ansi-regex": "^5.0.1", |
| 93 | + "react-scripts/**/nth-check": "^2.0.1", |
| 94 | + "react-scripts/**/set-value": "^4.0.1", |
| 95 | + "react-scripts/**/immer": "^9.0.6", |
| 96 | + "react-scripts/**/glob-parent": "^5.1.2", |
| 97 | + "react-scripts/**/browserslist": "^4.16.5", |
| 98 | + "react-scripts/**/ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz" |
| 99 | + } |
99 | 100 | } |
0 commit comments